|
Hi,
I want to create an adaptive layout for a blog, but I am not sure on the approach to go for with the CSS. I will try and explain the idea, so please assist with CSS coding if you think you can help.
On wide screens you would get three columns: content[1], navigation[2], and other[3]. All with fixed widths, and a fixed total width. When the screen becomes too small to show all three columns, the columns should shrink a little. When the available width is too narrow to display all three then other[3] should be pushed underneath navigation[2].The page then would display content[1] as one column, and navigation[2] and other[3] as one column. When the screen gets even narrower it should push the navigation[2] and other[3] underneath content[1].
How can I create this?
__________________
I do not share ad revenue.
|