Thu, 2004-02-19 23:37
I am currently trying to create a dropdown menu only using css. I have got it working in most browsers, but NN 7 decides to move the main menu items a few pixels whenever a dropdown appears. I can't figure out why this is happening, but perhaps some of you have got experience with this and could help me?
Here is a link to the site I am working on:
http://www.addictivemedia.com.au/clients/REW/
If you move the mouse over "English Programs" you will see what I mean.
Thanks for your feedback!
Sat, 2004-02-21 00:14
#1
NN dropdown moves position on style change
Hi andreas_boehmer,
Try setting the width of the li's to something other then auto.
li{width:10em;}
Hope that helps
Thu, 2004-02-26 00:38
#2
NN dropdown moves position on style change
Hi Tony,
thanks for your reply. I gave it a try, but unfortunately it doesn't work.
Any other suggestions?