Hi
I want to create one layout with 3 columns.
The left and right columns should have a auto-width.
The center column should have a fixed size of 300px.
By example:
If the browser window width is 500px I need the left column have
width=100px and right column have width=100px and center off course
width=300px.
If the browser window width is 300px then both left and right have
width=0px and the center keep with width=300px.
Obs.:
The left and right columns will be empty but having a different
background for each one.
If possible I prefer a tableless solution.
I want to create one layout with 3 columns.
The left and right columns should have a auto-width.
The center column should have a fixed size of 300px.
By example:
If the browser window width is 500px I need the left column have
width=100px and right column have width=100px and center off course
width=300px.
If the browser window width is 300px then both left and right have
width=0px and the center keep with width=300px.
Obs.:
The left and right columns will be empty but having a different
background for each one.
If possible I prefer a tableless solution.
Comment