3.2.0

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
September 25,
The grid has another nested box, with white border -

#myGrid {border-color: red}
#myGrid-box {border-color: blue}
Alex (ActiveWidgets)
September 25,
cheers alex
Russ
September 26,

This topic is archived.

See also:


Back to support forum