history
validation
by anders pearson
Sat 04 May 2002 17:53:46
the default template now validates as xhtml 1.0. the validator doesn't like some of the characters in the posts themselves so the site won't actually validate at the moment, but the template is clean.
i've only got mozilla to test with so let me know if IE screws something up now.
comments
sarah - Sat 04 May 2002 17:54:46
It looks wonderful, but I'm not sure of all the funky green midground is intended. I'll post a screengrab. Yes, this is IE/OSXsarah - Sat 04 May 2002 17:55:46
I uploaded a screen grab to my diary... looks pretty, but somewhat disconcerting.anders pearson - Sat 04 May 2002 17:57:46
thanks. think i've got it fixed now. i had the search box inputs inside a <fieldset> tag that was set to 'display: inline' with css. apparently, IEmac doesn't like that much and decided that instead of meaning 'turn a block element into an inline element' it means "don't display this element at all and instead, make the div containing it take up the background of the entire page." i used to hate NN4. but it really causes very few problems for me these days. i do all my layout with css and @import the stylesheet so NN4 doesn't see it and gets a plain old, unformated version instead. now it's IE/mac that's giving me the most grief. it seems to have the most bugs and the strangest interpretations of the CSS standards. coding css to the standards, i can write the stylesheet and expect it to work in mozilla, opera, and IE/win. the few areas where those browsers don't agree, they at least tend to degrade gracefully. at least i know a trick for hiding css from IE/mac similar to how @import hides css from NN4. so if i ever get too tired of supporting the broken css implementation, i can just give up and give it the same plain, default layout.jp - Sat 04 May 2002 17:56:46
second that. all outside-text fields are greyish. same OS, same IE.