View Single Post
  #1  
Old 12-09-2012, 02:04 PM
Abronsyth's Avatar
Abronsyth Abronsyth is offline
A Headache Embodied
 
Join Date: Aug 2011
Location: NY
Posts: 1,011
Gender: Male
Credits: 160,021
Abronsyth is on a distinguished road
Default CSS Question: Rounding the corners

So, I am trying to set the border radius for the whole content-filled portion of my theme, I am using the blank style.css as a base, and was assuming that I would set the border-radius for the wrapper to make the whole shebang have rounded corners...but it didn't seem to work?

Here's what I've got so far:
Code:
#wrapper {
width:980px;
margin:0 auto;
border:3px solid #3F2815; 
border-radius:18px;
}
And I tried setting the border-radius for the footer and menu as well, but it still just isn't working. Anyone know how to fix this irritating problem..?

Viewing my site in Google Chrome, which supports Border-radius.

EDIT:
Also tried adding the border-radius to the content, and that didn't work either.
__________________
My Mods Site (1.3.4, 2020 Mods)

Last edited by Abronsyth; 12-09-2012 at 02:17 PM.
Reply With Quote