Event.toggle does not work in IE

Hi all...

I can’t get IE6 to work nicely with Event.toggle here

The code I’m using is: <div id="ciclass_id_container">       <%= link_to_remote( "Select",                          :update => "ci_class_div",                          :url =>{ :controller => 'ci', :action => 'show_ci_classes', :citype_id => 1},                          :complete => visual_effect(:blind_down , "ci_class_div")) %> </div>    <div id='ci_class_div'>       &nbsp;    </div> Any ideas how to get this work? Whenever you click the ‘Select’ link a toggle effect occurs but the div is not updated.

Thanks Regards Suneeta