View Single Post
Old 2005-05-17, 03:04 PM   #1
swedguy
Vagabond
 
swedguy's Avatar
 
Join Date: Aug 2003
Posts: 2,374
Send a message via ICQ to swedguy
CSS + tables + FireFox = swedguy going nuts

I'm ripping my hair out!

What I want to achieve is the way IE calculates table width. If you don't set a width, it expands to the biggest item in the table.

I tried style="min-width:700px;max-width:100%" which worked perfectly in IE. But it's not the proper behavior for CSS2, since those doesn't apply to tables so it doesn't work in FF.

width="auto" doesn't seem to work either, except in IE.

Anyone got a clue?
swedguy is offline   Reply With Quote