3.2.0

To to valign a cell text to the center

When hiding a column...

.active-column-0 {width:0px};


the contents of other cells' vertical alignment get shifted down a bit. How do I center it as it was when all the columns are visible. Please help.

Thanks,
knoll
June 9,
Maybe you can use .active-column-0 {display:none}; ?
Alex (ActiveWidgets)
June 13,
display:none doesn't work in mozilla firefox though...
Jo
June 14,
Oops, sorry here is the correct one:

.active-column-0 {display:none!important;}
Alex (ActiveWidgets)
June 14,
The table above doesnt show in Firefox

only in IE
Alex
October 11,

This topic is archived.

See also:


Back to support forum