Friday 14 March 2008

CSS

If you've been watching these pages for the past few days (I can barely stop laughing at that concept) you may have noticed some changes.
I've been messing about with the CSS, and making things as XHTML and CSS valid as I possibly can.

The font sizes still need some dealing with.
Also, for the opacity to work properly I've had to mess with the compatability a bit - most browsers today are bloat-ware, made compatible with older code.
To make my pages compatible with older browsers I had to use particular tags (-moz-opacity: .65 and alpha:opacity(=65)) so my pages are neither CSS2 nor 3 valid.

Oh wells.