kyllle
1
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
ralphm
2
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.
kyllle
3
Hi Ralph,
Thanks for your reply, when i add this the drop down gets disabled?
kyllle
4
fixed it, needed to clear my nav floats!