On Thu, 14 Feb 2008 12:18:15 +0000, Kristina Floyd wrote:
>
> All of the browsers that I use I have set a ridiculously garish background 
> colour set
> to remind myself to do it.  I am teased relentlessly for this. However it is 
> important
> to me.
>
FWIW - I often look at JS and CSS files in my browser. I find black on 
white too glaring, so set the default background-color to gray. So I
understand your issue.

As well as background-color, it helps to set things like margins,
padding, and line-height in the CSS as well, since browsers differ.
Taking your idea further, Eric Meyer publishes a "universal
reset"[1] that puts all browsers on an even footing. If you use
something like this as a starting point, changing the CSS properties
to values that are to your liking, you stand a good chance of getting
cross-browser agreement.

So, yes, your point is a good one, and can be taken a lot further.

> It never ceases to amaze me the number of sites that do not set a background 
> colour.  
> As if adding body { background-color: #FFFFFF; } is a really tedious task.
>
... or some color to your liking, of course.

[1] http://meyerweb.com/eric/tools/css/reset/

Cordially,
David
--

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to