|
Posted by Sonnich Jensen on 09/12/07 11:52
Hello
I am not an expert in this, hence the question:
I have code like this:
CSS:
td { font-family: Verdana, Arial, Helvetica, sans-serif; color:
#333333; text-decoration: none; font-size: 12px }
..aa { font-family: Verdana, Arial, Helvetica, sans-serif; color:
#990000; text-decoration: none; font-size: 12px; cursor: hand; }
..aa:hover { font-family: Verdana, Arial, Helvetica, sans-serif; color:
#000066; text-decoration: none; font-size: 12px; cursor: hand; }
and html:
<tr class='aa' ....
problem: the css is a greater part of a project, so I cannot change
all what I want in there.
The "aa" is my idea, it is for a clickable table, which works well -
idea: the entire row should change from red to blue when clicked.
The problem is "color: #333333;" - once I remove that, it works as
requested. So, how do I override that colour code up there?
As I mentioned, I cannot remove it, so I have to override it somehow.
I recall playing with it, and problems, where refreshing was an issue,
IE keeps CSS files beyond history. It has worked once, then I changed
the name... and it did not work any more. I am not sure what I did
back then, but I have not been able to recreate it.
Can anyone help me here?
BR
Sonnich
Navigation:
[Reply to this message]
|