Hey,
Take a look at this page:
If you try to use the nav bar “Mens-range” the drop down goes behind the content, it doesn’t happen in firefox. Any ideas?
Thanks
Hey,
Take a look at this page:
If you try to use the nav bar “Mens-range” the drop down goes behind the content, it doesn’t happen in firefox. Any ideas?
Thanks
Hi, in IE7 the outer parent needs the postiion:relative applied.
The 1001 index applied is because on .product you have a z-index:1000 and you need something higher ![]()
#navigation{position:relative;z-index:1001;}
Thanks it worked perfectly…
You’re welcome Billy ![]()
Regards,
Ryan.