|
Posted by Sonnich on 04/27/07 08:03
Hi!
Say, I have:
font { font-family: Verdana, Arial, Helvetica, sans-serif; color:
#333333; text-decoration: none; font-size: 12px}
td { font-family: Verdana, Arial, Helvetica, sans-serif; color:
#333333; text-decoration: none; font-size: 12px }
..aa2 { font-family: Tahoma; color: #990000; text-decoration: none;
cursor: hand }
Idea: default colour is set, though for some <tr I'd like to set the
class like <tr class='aa2'> etc...
It works with <td class='aa2'>, but not for <tr
can anyone give me a hint here?
BR
Sonnich
[Back to original message]
|