MyBB Community Forums

Full Version: Rounding Corners?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a simple way to round the corners of the outside edges of the forum?
This tells you. Apply what you learn from this to your themes CSS.
(2011-11-28, 01:17 AM)Solidus Wrote: [ -> ]This tells you. Apply what you learn from this to your themes CSS.

I still can't seem to figure this out.
Do you have teamviewer?
To round the borders of your "forum", if you mean "body" or "container" then you can insert the following code in these classes in global.css
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
Be careful with using these CSS 3 properties. It is only supported by modern browsers and is NOT supported in old IE browsers, which a fair number of users are using.

Personally I am dropping support for older browsers, but if you still want to support them, you can use images to achieve what you want. Create a page-width image with two rounded corners for the top-left and top-right and add it to the header. Create a similar one for bottom-left and bottom-right and add it to the footer.
www.border-radius.com

That should do for you.
That website encourages laziness Toungue
I don't care as long as I know everything. It doesn't matter if you sing a song seeing its lyrics as long as you've memorized it in your mind.