I'd appreciate a site (re-)check of http://webpages.charter.net/angusair/bayonehome.html[...]
The CSS is at http://webpages.charter.net/angusair/bayonemaincss.css
Thanks to Ingo and BJ for the help, first time through.
Nice job. A site with a reasonable line length that can be read by an old man at 1280 without any zoom-- how novel and unusual! Min-width holding well at 800, slight trimming of descender of both letter "g's" in the banner(IE only); and a little tight between the bottom of the nav bar and top of logo on zoom and at min-width(again, IE only).
If there was any problem in FF1.0.3. I don't recall it, but I wouldn't necessarily rule one out.
Opera8 lookin' good-- rendering my default link color instead of blue on "MDI" and "PU."
Try adding this at the bottom of your style sheet:
@media screen and (min-width: 0px){ /*opera*/
a (whatever it is): { color: Blue!important; }
}/*don't delete this brace like I always do*/
Peter
Regards, David Laakso -- http://www.dlaakso.com/
______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
