:: Forum >>
remove the grid border completely
is it possible to remove the border around the grid completely? I have set
#myGrid {height: 150px; width: 700px; border:none; border-left:none;}
however this does not remove the left border???
Russ
Thursday, September 25, 2008
The grid has another nested box, with white border -
#myGrid {border-color: red}
#myGrid-box {border-color: blue}
Alex (ActiveWidgets)
Thursday, September 25, 2008
cheers alex
Russ
Friday, September 26, 2008
This topic is archived.
Back to support forum
Forum search