<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... }
like this example
www.danielhonrade.com - open this in firefox to see the rounded corners
Ramon Vilar Gavaldą ha scritto:Oh yes. Thanks. Without Devel module all <div> code disappera, but there is one other thing: now my html is:Hi The elements like: <span id="thmr_42" class="thmr_call"> are inserted by Devel module. If you disable de Devel block or look at your source code with right clicking in your browser, you won't see any more this structure. I wish that this information helps you.
<li class="leaf first active-trail"></li> //NOTE THIS
<li><a href="/content/pagina-1" class="active">Pagina 1</a></li>
<li class="leaf last"></li> //NOTE THIS
<li><a href="/content/pagina-2">Pagina 2</a></li>
Why drupal add 2 <li class="leaf ...."> ?
M.
-- Michel 'ZioBudda' Morelli michel@ziobuddalabs.net Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660 http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ziodrupal.net MSN: michel@ziobuddalabs.it JABBER: michel@ziobuddalabs.it
--
[ Drupal support list | http://lists.drupal.org/ ]