Posted by mbstevens on 12/30/06 16:05
On Sat, 30 Dec 2006 07:22:06 -0800, Bob wrote:
> How do I change the style sheet to change these text strings to grey?
> Will this do it?
>
> span style {
> color: #787878 !important;
> }
You are causing confusion by making everything "!important;" .
Remove all but those for which you have a clearly understood need.
Search for 'style precedence' or 'important' at w3.org.
span style{color: #777;} will give a middle-ish gray. You have to be
sure the background has *some* contrast with that.
Navigation:
[Reply to this message]
|