HI , sorry for english .
I m tryng to make  a  menu with dropdown but i dont see the  link inside a 
menu when i push on it.

this is the code:

<ul class="nav nav-pills"id="menu">
    <li class="active">
    <a href="#">Home</a>
    </li>
    <li><a href="#">Servizi</a></li>
    <li><a href="#">Prodotti</a></li>
     <li class="dropdown">
        <a class="dropdown-toggle"
        data-toggle="dropdown"
        href="#">
        Dropdown
        <b class="caret"></b>
        </a>
        <ul class="dropdown-menu">
         <li><a href="#">Servizi</a></li>
            <li><a href="#">Contatti</a></li>
        </ul>
        </li>
    </ul>

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to