Does somebody know how to change the color of the links in the menu?
Does somebody know how to change the color of the links in the menu?
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., in this case: http://www.dynamicdrive.com/dynamici...pmenuindex.htm
Sure, you would simply add a "color" attribute to the CSS code for the menu a element:
Code:#dropmenudiv a{ color: black; " " }
Bookmarks