See the code below:
<div id="DivA" style="position:absolute; <select name="DropDownList1" id="DropDownList1"> |
In IE 6 showing a div in absolute position on top of / overlapping a select (drop down box) would always fail. The select box will ALWAYS be on top of everything except one - the iFrame. Therefore we need an iframe with exactly the same size draw beneath the div in order to hide the select box completely. In IE7 this trick is no longer required. :)
No comments:
Post a Comment