Daniel Fagerstrom wrote:
Stefano Mazzocchi wrote: <snip/>
Still, CSS is not enough because is not able to change the layout of things and, even worse, sometimes the style dictates the markup (example: if you want to use stuff like rounded boxes).
<OT>
For rounded corners at tabs you can use :before and :after pseudo selectors http://www.w3.org/TR/REC-CSS2/selector.html#before-and-after, unfortionally it only works in modern browsers and not in the popular broken one that our custommers tend to have :/
http://dean.edwards.name/IE7/
Nice, I have to test that. Might be able to remove some of my uglier CSS hacks for showing thing in IE :)
/Daniel