MyBB Community Forums

Full Version: Drop Down Menu Style?.........
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: s3iywm.jpg]
This is a pic of my theme im making. (above)
[Image: qs7hon.jpg]
Heres a pic of a theme i loaded just to have alook at, i like the drop down style with the icon on this one id like to add it to mine, how do i go about doing it?
Thanks,
ACP > Templates > Your theme's templates > Navigation Templates > nav > and Replace all code with this;
<div class="navigation">
<img class="vbottom" src="{$theme[imgdir]}/vbnb_navstart.gif" />{$nav}{$activesep}{$activebit}
</div>

Now open: nav_sep > and Replace all code with this;
&raquo;

Now open: nav_sep_active > and Replace all code with this;
<br /><img class="vbottom" src="{$theme[imgdir]}/vbnb_navend.gif" />

Now open global.css > and Add the following code in the bottom of stylesheet;
.vbottom{
vertical-align:bottom;
border: 0px;
}

Now upload the following two images in ./images/ folder.
[attachment=23226] [attachment=23227]

Credits: http://community.mybb.com/thread-75668.html
Sweet, One step closer to finishing my theme.
Thanks,
No problem, enjoy!