When firing an onclick event I am making one div block visible and hiding another (all without making a trip to the server).
In IE 6.0 the select element inside of the div tag that I am hiding will not go away (the rest of the div with all of it's elements is gone). The select element itself even has an id and I am setting that to "display:none" also.
This works as one would expect in Firefox. I would be curious to know if there is some kind of hack that I need to perform in order to hide the select element in IE 6.0.
Bookmarks