:: Forum >>

Using Links in Data

Great tool!

If I use data for a column that has a link in the following format
<a href="http://www.mydomain.com">Some Data</a>
once the row is selected the link color does not turn in white like the info on other columns.

I could turn the default link color (blue) in any color by using CSS for the column... but once the row is selected it does not become white.

Is there any way to "force" the font-color of the column when a row is selected?

Carlos Martinho
Friday, December 19, 2003
You need to add the following rule to change hyperlink color

a) in all columns:
.active-selection-true a {color: highlighttext}

b) in one column (first):
.active-selection-true .active-column-0 a {color: red}

Alex
Alex (ActiveWidgets)
Friday, December 19, 2003
Thanks Alex
Saturday, December 20, 2003

This topic is archived.


Back to support forum

Forum search