MyBB Community Forums

Full Version: Menu help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey Guys,
I wanted to make a custom theme but I want a menu and panel like the one on forumkorner.com and also how do you make the rounded theads etc?
This is my first theme and I want it to be good.

-MCG
The header and menu is a series of divs in a wrapper..

The logo is a left float, the rollovers are an unordered list , the search box is another div and the menu panel is a menu very similar to the mybb default but with the div set to 100% width.

The rounded corners are made using the border-radius property. Try googling border radius css.