MyBB Community Forums

Full Version: Rounded Corners
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi. I am making a theme and was thinking of using rounded corners on it. How do you add the rounded corners. I know its with CSS. But im not sure where to add the code. Any help is appreciated.

http://www.talkxbox.com/forum/

I want rounded corners like that...
Well that site just used big images for the top and bottom Toungue. Since it's a fixed them it would always display right.

You can also do individual corners (3 files in total for the top) for fluid themes.

http://www.css3.info/preview/rounded-border/ - That's the CSS way of rounded corners.
(2009-10-02, 07:22 PM)x Raven x Wrote: [ -> ]But im not sure where to add the code.

Same place as all the other CSS...?? It just goes into a class. But yeah, that site isn't using border radius.
(2009-10-02, 07:28 PM)MattRogowski Wrote: [ -> ]
(2009-10-02, 07:22 PM)x Raven x Wrote: [ -> ]But im not sure where to add the code.

Same place as all the other CSS...?? It just goes into a class. But yeah, that site isn't using border radius.

Where does all the other CSS go?
In the stylesheets... global.css etc...