you need to create a more refined css element(effectively means use this css
only for link element inside a table inside a form), something like 

form table a.... {
   color: #8888ff
}

alternatively, just give the rows your own class name and define it there.
So long you css is included after the default one, it would override it.


mikebgx wrote:
> 
> I have displayed some links in a dataTable and I would like to set their
> hover-colour.
> I tried editing forms.css/a:hover/color:#8888ff;  which worked, but of
> course this changed the colour of ALL links, I'd like to just change the
> links in the table. Any ideas please?
> 
> Regards, Mike.
> 

-- 
View this message in context: 
http://www.nabble.com/CSS-in-dataTable-tp14372551s2369p14373912.html
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to