Daniel Honrade ha scritto:
<ul> <li class="leaf first">top</li> <li class="leaf ">middle</li> <li class="leaf last">bottom</li> </ul>
if you are going to create a dropdown menu,
the <li class="leaf first">top</li> is useful if what to round the topmost list like li.first { -mos... } the <li class="leaf last">bottom</li> is useful if what to round the bottom most list like li.first { -mos... }
Ok you are right, but i'm not the person that have build the theme, I must to drupalize it only. So I want to know which is the function that add those lines to my code. It's not mytheme_menu_item_link().
M.