add images to left and right of menu - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Themes (https://community.mybb.com/forum-103.html) +---- Forum: Theme Support (https://community.mybb.com/forum-10.html) +---- Thread: add images to left and right of menu (/thread-77600.html) |
add images to left and right of menu - MyBB Hoster - 2010-09-04 Ive searched and never found the answer. I wanted to know if someone can help me. Im trying to add images to the left and the right side of the menu.ul Ive seen this done before and want to learn. Thanks in advanced. RE: add images to left and right of menu - NBKTwitch - 2010-09-05 I did this once before. Its pretty simple. <div class="menu"> <ul> <li style="float: left"> Link </li> <li style="float: left"> Link </li> <li style="float: right"> Link </li> <ul> </div> <br class="clear"/> RE: add images to left and right of menu - MyBB Hoster - 2010-09-05 Thanks man ill try this and let you know how it went. |