:: Forum >>

column border

how to border column?

.aw-grid-column {border-right: 1px solid threedlightshadow;}

it does not work in 2.02
Thierry
Saturday, April 14, 2007

I found a solution
I have to repeat each column style


.aw-column-0 {width: 15px;border-right: 1px solid threedlightshadow;}


.aw-column-1 {width: 70px;border-right: 1px solid threedlightshadow;}

.....


But it seams slowing performance when number of columns is high
Thierry
Saturday, April 14, 2007
You can also use .aw-grid-cell -

.aw-grid-cell {border-right: 1px solid red;}
Alex (ActiveWidgets)
Monday, April 16, 2007

This topic is archived.


Back to support forum

Forum search