t5: hiding grid heading

2009-04-04 Thread Angelo Chen
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; } i

Re: T5: hiding grid heading

2009-02-24 Thread Angelo Chen
Hi, This works, thanks. Otho wrote: > > .id.t-first {display: none} maybe? > > 2009/2/25 Angelo Chen > -- View this message in context: http://www.nabble.com/T5%3A-hiding-grid-heading-tp22196708p22197325.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: T5: hiding grid heading

2009-02-24 Thread Otho
.id.t-first {display: none} maybe? 2009/2/25 Angelo Chen > > Hi, > > is it possible to hide the heading from grid? this do not work: > .id.t-first { width:140px; height:0px} > thanks > -- > View this message in context: > http://www.nabble.com/T5%3A-hiding-grid-heading-tp22196708p22196708.html >

T5: hiding grid heading

2009-02-24 Thread Angelo Chen
Hi, is it possible to hide the heading from grid? this do not work: .id.t-first { width:140px; height:0px} thanks -- View this message in context: http://www.nabble.com/T5%3A-hiding-grid-heading-tp22196708p22196708.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---