Forum Moderators: open

Message Too Old, No Replies

Dropdown menu covered by combo box on IE6

         

syellows

5:25 pm on Nov 6, 2007 (gmt 0)

10+ Year Member



Hi all,

The dropdown menu on my site should open on the top of a combo box below it and it works fine with Safari & Firefox, but there is a strange problem on IE6. The combo box covers part of the dropdown menu (dropdown menu opens behind combo box).

I'm not specialist with HTML or CSS, so please be gentle.

Thanks,
Ben.

P.S. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

Fotiman

6:53 pm on Nov 6, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



This is a bug in IE. Try searching for "iframe shim" and you should find many helpful tips. Essentially, you need to create an empty iframe that sits behind your menu. The iframe will prevent the <select> from poking through.

syellows

8:20 pm on Nov 6, 2007 (gmt 0)

10+ Year Member



Thank you very much.
It solved the problem.

Ben.