1) Script Title: Anylink Dropdown Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...pmenuindex.htm
3) Describe problem: I've figured out how to manage the CSS for the menus but I can't figure out how to control the HTML entries. E.g., <a href="#here" class="menuanchorclass" rel="anylinkmenu1">Staff</a> I want to control the size of "Staff" so I did this:
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: black;
font-size:10px;
} (i.e., added the font-size line)
but it has no effect. What am I missing?



Reply With Quote

Bookmarks