Skip to main content

CSS and round corners: Boxes with curves

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 18 people (4 private), first by anonymouse user on 2006-04-03


Public Comment

on 2006-07-31 by ziller

Using the power of CSS we'll create the following box with round corners, without an tag in sight

Public Sticky notes

One of the main reasons for having to use images on any web page is to create curves and round corners. It's currently impossible to create any kind of curved shapes using just HTML, so images need to be used. Putting these images into the HTML document with a table layout can create a large amount of superfluous code.

Highlighted by nekochat