Add classname to menu <ul>
Danny_Joris - May 13, 2009 - 10:19
| Project: | Menu Class |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Description
It would be nice if there was a possibility to add a classname to the specific menu < ul>. Because if you use
ul.menu li a {
display: block;
width: 100px;
height: 20px;
text-indent: -9999px;
overflow: hidden;
}...this will apply to all the menu's.
I solved this by using the block-id, which is longer and is 3 div's down the menu < ul >. It's just an idea.
