Hi,
Please help me tod this..
how can i change Overriding The Default Text color in IE browser?
I can change in ff, and Safari.
but Not in this..
help me.
thanks in advance.
jack.
Hi,
Please help me tod this..
how can i change Overriding The Default Text color in IE browser?
I can change in ff, and Safari.
but Not in this..
help me.
thanks in advance.
jack.
Are you talking about in a style sheet or actually in Internet Explorer?
thanks for re-ply.
this is for Css stylesheet.
.divClass {
color: SomeColor;
}
If you want the default colour of all text on the page changed, put it in the body section instead of a class:
body
{
color: #hexval;
}
Replace hexval with the hexadecimal value of the colour you want.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.