Noscope is a bi-weekly journal serving up snacksized portions of pointless stuff since 2001. On a new linode server!
I also do freelance design and usability via dejligt.com

Scalable Rounded CSS Edges

    19:39 on December 26, 2004

Scalable Rounded CSS Edges
Scalable rounded CSS edges or corners. Works in IE 5.0 Windows, is easy to work with etc. A pity the corners can’t have transparency.

Comments

  1. Rogier says:

    Correct me if I’m wrong here, but you always have to specify a width for the dl, or else this thing doesn’t work?

  2. Joen says:

    Well, it’s a while since I tried out the code, but as I remember it you have 3 options.

    1 – don’t specify a width at all, and it’ll be as wide as the contents make it.

    2 – specify a fixed width.

    3 – specify a percentage width, for instance 100%, and it’ll stretch to fill the browser.