|
Posted by Beauregard T. Shagnasty on 09/12/07 12:40
Sonnich Jensen wrote:
> I have code like this:
>
> CSS:
> td { font-family: Verdana, Arial, Helvetica, sans-serif; color:
> #333333; text-decoration: none; font-size: 12px }
First, read this: http://k75s.home.att.net/fontsize.html
> .aa { font-family: Verdana, Arial, Helvetica, sans-serif; color:
> #990000; text-decoration: none; font-size: 12px; cursor: hand; }
You do not have to repeat font settings all the time. Just set it once
on the body. See above link.
> .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, ... <snip>
> Can anyone help me here?
Please post a test case and give the URL. There could be many factors
involved, not shown in your bit of code.
--
-bts
-Motorcycles defy gravity; cars just suck
Navigation:
[Reply to this message]
|