[RESOLVED] table, column width
i'm making a site, i tried using divs but what i tried didn't seem possible using divs, now i try it again using table
what i need is first column to be 170px, the next to auto size and the 3rd to be 170px again, now the problem is in internet explorer to make it have this size, because in ie all 3 columns get bigger, i can't really find out how to do this, any suggestions?
Re: [RESOLVED] table, column width
it doesn't matter i got it working using divs... i put a link in the post..
edit: i figured it didn't work.. now the height of it won't work...
this project really pisses me off, when i try table, the width won't work as i want it, and when i try divs, the height won't.
how it want it to be: theres a header thats 150px in height, a menu thats 80px in height, then there comes the content which is 3 side bars left(max and min width 170px, height will resize with the document), center(min width 660px and no max width as it should resize as the browsers width is, height will resize with the document), right (max and min width 170px, height will resize with the document)
and then footer which is 80px
the doctype
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
edit: i put a div around the table with the style="min-width:1000px;" and the table would just have a width of 100% and somehow it works now :) i'm happy again, finally after trying this for 2 days...