![[Image: s3iywm.jpg]](https://camo.mybb.com/f914b540228505ae5782e54d8bab0b5c6dab83bf/687474703a2f2f6935312e74696e797069632e636f6d2f73336979776d2e6a7067)
This is a pic of my theme im making. (above)
![[Image: qs7hon.jpg]](https://camo.mybb.com/007c93685ceab948a1c78d3fd15511f2246e30c7/687474703a2f2f6935332e74696e797069632e636f6d2f717337686f6e2e6a7067)
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;
»
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,