Link to the Smooth Navigational Menu (v1.51) script on DD: http://www.dynamicdrive.com/dynamici...smoothmenu.htm
You can still use display:none; in the CSS but you can also edit the js file;
Code:
//Specify full URL to down and right arrow images (23 is padding-right added to top level LIs with drop downs):
arrowimages: {down:['downarrowclass', 'down.gif', 23], right:['rightarrowclass', 'right.gif']},
Untested, but if you change 23 to 0, I believe this will help fix the spacing (the extra padding) you mention.
If you need more help, please post a link to your page.
Bookmarks