Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

max column width

Status
Not open for further replies.

patfee

Programmer
Dec 14, 2004
78
NL
Hi,
how can i define the maximum widht of a table column please?

I managed the definitiom of the minimum width by using a transparant image, but now if i increase the browser screen, the columns streches with the available space

Thanks
Patrick
 
I suggest you get rid of the transparent image approach and give your table [tt]table-layout: fixed;[/tt] instead. That should force it to keep the column widths.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top