:: Forum >>
Styles styles styles
Ho there,
I have
#Grid .aw-cells-selected {border:1px solid #316ac5;}
#Grid .aw-mouseover-cell {border:1px solid #6DA3F8;}
#Grid .aw-cells-selected .aw-column-1 {border:0px solid #316ac5;}
#Grid .aw-mouseover-cell .aw-column-1 {border:0px solid #6DA3F8;}
The two first lines are ok, but it seems like the 2 last lines dont have effect...
Help please!
Lucas
Tuesday, January 31, 2006
You may want to change to
#Grid .aw-cells-selected {border:1px solid #316ac5;}
#Grid .aw-mouseover-cell {border:1px solid #6DA3F8;}
#Grid .aw-column-0 {border:0px solid #316ac5;}
#Grid .aw-column-1 {border:0px solid #6DA3F8;}
Tony
Tuesday, January 31, 2006
Ok, good call tony,
but then the border bottom of header of col 0 and 1 disappeared...
how can I get it back?
JeanLuc
Wednesday, February 1, 2006
This topic is archived.
Back to support forum
Forum search