prog: (Default)
prog ([personal profile] prog) wrote2004-01-12 12:29 pm
Entry tags:

(no subject)

Thanks to a bit of elfin meddling by [livejournal.com profile] daerr while I slept last night, the Volity site is now valid XHTML-Strict, using 100 percent CSS2 page layout -- no tables! That's crazy. I will figure out what he did later and apply it to other things.

[identity profile] cortezopossum.livejournal.com 2004-01-12 09:53 am (UTC)(link)
Yay. I've played around with CSS a bit (not much with CSS2 specific stuff -- the book I have warns most of CSS2 isn't implemented properly by any browser but that may have changed recenly). Tables are good for tables of data, but too often they've been used to force a particular formatting and that's just what CSS is trying to 'undo'.

[identity profile] cortezopossum.livejournal.com 2004-01-12 12:29 pm (UTC)(link)
I took a peek at what CSS you had on that site... looks like the only CSS2 specific thing there is:
#navbar ul a:hover {color: red;}
Which is a nifty little trick that does away with a common bit of javascript.

What I want to know is if any browser has implemented CSS2's aural capabilities yet?