MyBB Community Forums

Full Version: Nice Panel + Menu Bar Help.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am currently creating my 3rd custom theme, and I would like to know, how I can make a menu bar together with the panel like on the website - buggysetups.com

Would be very nice if someone could help me out.

Oliver Evans, which created the site, did help me making it.
It is using CSS rounded corners to make it look like one panel. Just code it up and then drop me a PM. The best way to learn is by looking at the source code of that site. Remember not to copy it completely though.
Put your menubar in a 'div'.
Put your panel in a 'div' inside your menu bar 'div' with 'float:right' style.