- Jan 2, 2006
- 10,455
- 35
- 91
I just got done coding about 15-some pages with tables all set at 810px wide.
Now I realize that having an absolute width probably was not a good idea. Is there any way to have an absolute width that can start resizing itself as the browser window grows smaller?
ex.
browser window: 1600px
table: stays at 810px
browser window: 1000px
table: stays at 810px
browser window: 900px
table: stays at 810px
browser window: 800px
table: resizes to 800px
browser window: 500px
table: resizes to 500px
Now I realize that having an absolute width probably was not a good idea. Is there any way to have an absolute width that can start resizing itself as the browser window grows smaller?
ex.
browser window: 1600px
table: stays at 810px
browser window: 1000px
table: stays at 810px
browser window: 900px
table: stays at 810px
browser window: 800px
table: resizes to 800px
browser window: 500px
table: resizes to 500px