Re: css for flextable's columns

2009-05-12 Thread denis56
I owe my thanks to Thomas and Salvador for the "table-layout: fixed" tip. That is indeed what was needed, i had applied it on the table and sure enough no column changed its width ever after when content not fitted in! On 16 Apr., 11:29, Salvador Diaz wrote: > I think you missed the part where T

Re: css for flextable's columns

2009-04-16 Thread Salvador Diaz
I think you missed the part where Thomas advices you to "ensure your CSS for the table has "table- layout: fixed" ". I also recommend that you try it here: http://www.w3schools.com/css/pr_tab_table-layout.asp On Apr 16, 11:07 am, denis56 wrote: > Thanks for your reply Thomas, > > Your suggestio

Re: css for flextable's columns

2009-04-16 Thread denis56
Thanks for your reply Thomas, Your suggestion regarding overflow has led to a solution. After reading it I have realized that HorizontalPanel within a FlexTable's cell becomes effectively a table, but so do the Labels that are added to HorizontalPanel. So I just applied a {overflow: hidden} style

Re: css for flextable's columns

2009-04-13 Thread Thomas Broyer
On 13 avr, 23:41, denis56 wrote: > Hello, > > have already spent some hours trying to set column width in flextable > to a fixed width in pixels. Could maybe someone share experiences how > that is achievable (target browser IE 6). I tried with width attribute > in css, but its not very respons

css for flextable's columns

2009-04-13 Thread denis56
Hello, have already spent some hours trying to set column width in flextable to a fixed width in pixels. Could maybe someone share experiences how that is achievable (target browser IE 6). I tried with width attribute in css, but its not very responsive, especially when cells are empty. Doing tha