drop down menu
drop down menu
Out of context: Reply #5
- Started
- Last post
- 7 Responses
- kev_charlton0
you need to target the dropdown list (not top level) using css. For example: #nav ul li ul li { background: none; } you can target each level of nav with their own styles.