Surrounding submenu with a div - Joomla! Forum - community, help and support


hi,

i'm brand new joomla , i'm stuck trying menu working! have 2 menu items, "home" , "who are". goal have "who are" animated drop down under "home". can working through normal html not through joomla.


this output wish achieve.

code: select all

<div class="row-top-menu">
            <ul class="menu-nav">
               <li id="current" class="parent active item7"><a
                  href="index.php"><span>home</span> </a>
                  <div class="ulwrapper">
                     <ul>
                        <li class="item8"><a
                           href="index.php?option=com_content&amp;view=section&amp;id=1&amp;itemid=8"><span>who
                                 we are</span> </a></li>
                     </ul>
                  </div></li>
            </ul>
         </div>
      </div>



my problem don't know how wrap "who are" menu item in <div class="ulwrapper">.

here menu code joomla outputs

code: select all

<div class="row-top-menu">
   <ul class="menu-nav">
      <li id="current" class="parent active item7"><a href="index.php"><span>home</span>
      </a>
      <ul>
            <li class="item8"><a
               href="index.php?option=com_content&amp;view=section&amp;id=2&amp;itemid=8"><span>who
                     we are</span>
            </a>
            </li>
         </ul>
      </li>
   </ul>
</div>
</div>



is possible wrap "who we" menu item in divs?

thanks help,

mike

mike:

forgive me if isn't quite you're seeking, may able achieve need html that's there....

for instance:

code: select all

ul.menu-nav ul {

}


code: select all

ul.menu-nav ul li {

}


if i've missed point entirely, apologize, why need div.





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support