Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.
Please do a search (ie: "anylink right"), as this is answered already: http://www.dynamicdrive.com/forums/s...hlight=anylink
Regarding the menu's CSS, to change the font for example for the links, simply manipulate the #dropmenudiv a selector:
Code:
#dropmenudiv a{
"
"
font: bold 12px Arial;
}
for example. Unfortunately I don't see a easy way to create more than 1 column from the existing menu.
Bookmarks