You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Angelo Chen <an...@yahoo.com.hk> on 2009/04/04 14:58:47 UTC

t5: hiding grid heading

Hi,

I have this grid that displays code and name, I use following css to set the
width of the headers:

.code {width:95px;}
.name {width:530px; }

and now, I'd like to hide the header, but maintain the width for all the
columns, using this:

TABLE.t-data-grid THEAD TR {
	display:none;
}

it hides the header, but also remove all the widths in the css, any idea to
hide the header and yet the width can be maintained?

Thanks
-- 
View this message in context: http://www.nabble.com/t5%3A-hiding-grid-heading-tp22883120p22883120.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org