Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Rounded corners Re: Rounded corners

#79072
jamygolden
Member

Try removing

Code:
.box-one { margin:10px 0; }

Personally, I think that is probably the worst way of rounding corners. Why don’t you try using example-two instead? It still uses images, therefore the box will be rounded in all browsers, but you have much more development freedom – And you won’t experience the problems you are having now.