• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

how to get fixed col width in Firefox

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I need to display an HTML table with a variable number of columns (max 30). The column width needs to be the same for each column. The <Table> element has width="100%" and each column header has width="3%". This works in IE - that is, the columns each take the width of the widest column. (It works even if I actually wind up displaying less than 30 columns). But in Firefox the column widths vary from column to column.

Anyone know how to make this work in Firefox?

Thanks...

- Dave

[Edit: request to take conversation out of forum removed]
[ June 27, 2008: Message edited by: Bear Bibeault ]
 
Sheriff
Posts: 67756
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch!

A few things: first, please do not encourage people to reply by means other than forum posts. Please read this for more information.

Also, it would help to show us the actual code that you are using. Please be sure to use UBB code tags when posting code to the forums -- read this for more information.
 
reply
    Bookmark Topic Watch Topic
  • New Topic