Click to See Complete Forum and Search --> : sticky / permanent css colour?


lerlan1
12-27-2008, 10:21 PM
Hello,

I'm trying to define a colour that would not change even if a different colour is later called on the same item:
ie:

.headerItem1 {
color: #006600;
font-size: 14.0pt;
}

How do I make the colour persist?:confused:

thnaks.

Charles
12-28-2008, 04:39 AM
See http://www.w3.org/TR/CSS2/cascade.html#x11 .

lerlan1
12-28-2008, 07:06 PM
Thanks a lot Charles, this is exactly what I was looking for.