Emily Jones wrote: >I am still new to CSS and will appreciate your suggestions for making >the code cleaner and more accessible. (This is a transitional layout >to more-or-less emulate our site's current table-based layout; the >final design should be better-looking and easier to navigate.) >Test page is here: >http://www.darksky.org/_test/fsa-mods.html >Using this (currently invalid) CSS: >http://www.darksky.org/css/main.css >Emily Jones > Some subjective suggestions I guess making it readable might be a good place to start. This change will help (sort of): html, body { font: 200 100.01% Arial, Helvetica, sans-serif; /*font: normal 90%/normal Arial, Helvetica, sans-serif;*/ } And those poor mousetype links in the left column need some tender loving care(check your page at 1280 /and/ up). The dishwater blonde yellow and faded salmon link hover colors are insipid). Best, ~dL
-- 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/
