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 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?

[identity profile] daerr.livejournal.com 2004-01-12 10:19 pm (UTC)(link)
It also uses "position: absolute", which is CSS2 I believe. It was supported as far back as (later versions of) Netscape 4.