MyBB Community Forums

Full Version: Menu next to logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am wondering how I can display the toplinks menu to the right of the logo and have it all under one wrapper. Basically how to make divs sit right next to each other.
Kind of like this:
<div id="wrapper">
<div id="logo">
<div id="topmenu">
</div>
</div>
</div>
So does anybody know how to do this?
you can use span elements instead of div elements for the logo & topmenu and adjust with css style if required
How do you do it with css is what I'm asking.