|
|
Rounded corners in CSS :: Adam Kalsey
http://kalsey.com/2003/07/rounded_corners_...
I was talking to Jesper about the dotted CSS
borders trick and the subject of rounded corners
in CSS came up so I showed him my method. There
are other ways that I’ve seen it done, but the
other methods always require lots of complex HTML
and CSS. I figure that lots of nested divs
aren’t much better than using a table, so my way
doesn’t require much in the way of HTML or CSS.
Here’s how I do it. Create four images for your
corners. Most graphics programs have a tool that
will cre…
(votes:0)
Filed under web design, css, web, windows, Rounded corners
by pelam
Added
09/22/2005
|
|
|
Rounded Corner Boxes the CSS3 Way
http://24ways.org/2006/rounded-corner-boxe...
If you’ve been doing CSS for a while you’ll
know that there are approximately 3,762 ways to
create a rounded corner box. The simplest
techniques rely on the addition of extra mark-up
directly to your page, while the more complicated
ones add the mark-up though DOM manipulation.
While these techniques are all very interesting,
they do seem somewhat of a kludge. The goal of CSS
is to separate structure from presentation, yet
here we are adding superfluous mark-up to our code
in order to…
(votes:0)
Filed under tips, CSS, web development, Andy Budd, rounded corners, CSS 3
by lunchbox
Added
07/01/2007
|
|
Loading…
Loading…
Loading…
|