| 
 Posted by Ganesh on 10/30/06 11:28 
Beauregard T. Shagnasty wrote: 
> Ganesh wrote: 
> 
> >>> you wrote: 
> >>>>         color: #993300;       <-- no background color assigned 
> >>> 
> >>> So is it said that one should not use colors either? 
> >> 
> >> It is not said. Use all the color you want. I said you assigned no 
> >> *background* color with your font (foreground) color. You can get 
> >> into trouble by not assigning both, because a visitor may have 
> >> assigned their own background color, which may wipe out your 
> >> foreground. 
> > 
> > But I assigned background color to white already 
> 
> You've changed it all around since I last looked. Now you have the body 
> background assigned as white (#fff). You have now not assigned the 
> foreground color; you are trusting that _my_default_ font color is 
> black. Use this: 
> 
> body { 
>    background-color : #ffffff; 
>    color: #000000; 
>    font-size : 100%; 
> } 
> 
> -- 
>    -bts 
>    -Motorcycles defy gravity; cars just suck 
 
http://www.seashellwebs.com/structure1/structure1.htm 
 
is everything ok about the sample now? 
 
Ganesh
 
[Back to original message] 
 |