drop down Menu help
drop down Menu help
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- dc_again0
not 100% certain what you mean, but i think you mean that when you make one of the elements in your dropdowns into a link (putting an a tag around it) it's picking up the link styles that you've used for the rest of site. is this right?
if it is, all you need to do is create a set of styles for links, and make those styles look like you want links to look in your drop downs. then precede each of these styles with an identifier - for example, #sub, #sub1 etc, or even table.sub. in this way only the links that are contained in a div called #sub or in a table with a class of 'sub' will look like the dropdowns. e.g.:
#sub a {style}
or
table.sub a {style}