Drop down position problem in ie7?

Hi all,

Iv created a drop down nav on this page http://www.kylehouston.com/testing/cci/nav/nav.html

This works perfectly in ff, safari etc but in ie7 the drop down doesnt appear below the main link.

Anyone have any suggestions on how I can fix this problem?

Thanks in advance

Kyle

You could try putting position: relative on the parent LI:

ul#main_nav li {
  position: relative;
}

That’s the first thing that comes to mind from looking at your code.

Hi Ralph,

Thanks for your reply, when i add this the drop down gets disabled?

fixed it, needed to clear my nav floats!