Rounded corners – tidy code
Wednesday, January 24th, 2007
There are many techniques for putting rounded corners on a box. All of them require some deviation from the ideal of clean, semantic (X)HTML for structure, CSS for presentation and scripting for behaviour.
The technique of placing corner images directly in a page goes against the idea that CSS should be used for presentation and [...]