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.
my problem don't know how wrap "who are" menu item in <div class="ulwrapper">.
here menu code joomla outputs
is possible wrap "who we" menu item in divs?
thanks help,
mike
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&view=section&id=1&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&view=section&id=2&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:
if i've missed point entirely, apologize, why need div.
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
Post a Comment