I am attempting to create a standard layout using CSS that includes a header, left column, middle section, and right column. However, I want the layout to change when the window is resized to be something like this:
header
middle | right
footer
The minimum width should be around 1000px, with the left column becoming invisible as the window size decreases. The middle section's width should remain constant. Despite trying fluid and fixed layouts, I have not been successful in achieving this. Any suggestions on how to accomplish this would be greatly appreciated!
Check out a sample website for reference:
Thank you in advance for your help!