Professional drop-down #8 IE6 select box bug fix
If you are using IE6 then the first menu above will show the problem. When a select box is beneath a drop down list it always appears on top of the dropdown menu. This is due to a bug in IE6 (and IE5.x). However by using an iframe shim between the select box and the dropdown list it is possible to get the drop down list to cover the select box.
All that is needed is to add a basic iframe before the dropdown ul and style it with a size that covers the select box, this iframe is only seen by IE5.x and IE6. Simple.
Tested in IE6, IE7, Firefox, Opera and Safari (PC)
Example:
<ul class="prodrop8">
<li class="top"><a href="http://www.blogger.com/post-edit.do#nogo" class="top_link"><span>Sales</span><!--[if gte IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><iframe class="one"></iframe><![endif]-->
<ul class="sub1">
<li><a href="http://www.blogger.com/menu/" class="fly">Digital SLR Cameras</a></li>
<li><a href="http://www.blogger.com/boxes/">Interchangeable Lenses</a></li>
<li><a href="http://www.blogger.com/mozilla/">Flash Guns and Accessories</a></li>
<li><a href="http://www.blogger.com/ie/">Professional Tripods</a></li>
<li><a href="http://www.blogger.com/opacity/">Filters & Lens Hoods</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li class="top"><a href="http://www.blogger.com/post-edit.do#nogo" class="top_link"><span>Services</span><!--[if gte IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><iframe class="two"></iframe><![endif]-->
<ul class="sub2">
<li><a href="http://www.blogger.com/menu/">Printing & Framing</a></li>
<li><a href="http://www.blogger.com/layouts/">Photo Editing</a></li>
<li><a href="http://www.blogger.com/boxes/">Storage & Backup</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</ul>
for moreinformaion: http://www.cssplay.co.uk/menus/pro_drop8.html

0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.
Subscribe to Post Comments [Atom]
<< Home