How can i define a style so that the browsers prefers the style properties over those that come after it.
For Example:
here is a style
#name or
.name
(
-----------------------;
-----------------------;
}
a { -------; }
the name class/id is applied to <a> tag. Although a is defined later, so it should overrule the name class/id, but i want the name class/id to still effect the <a> tag.
(Remember! i cant edit the second style definition ie, definition of <a> tag.)
I dont know how to specify my requirements, if you got the point, please help me, otherwise please ask more info.
Thanks
For Example:
here is a style
#name or
.name
(
-----------------------;
-----------------------;
}
a { -------; }
the name class/id is applied to <a> tag. Although a is defined later, so it should overrule the name class/id, but i want the name class/id to still effect the <a> tag.
(Remember! i cant edit the second style definition ie, definition of <a> tag.)
I dont know how to specify my requirements, if you got the point, please help me, otherwise please ask more info.
Thanks
