|
Posted by Andy Dingley on 12/18/06 13:43
Carolyn Marenger wrote:
> I would like to have a page that uses a three column layout for
> anyone with a specific minimum width viewport, and have the layour (via
> CSS) downgrade to a two or one column layout for those with narrow
> viewports.
You can do most of this just with decent CSS design, and by placing the
three "columns" in the right order in the HTML.
For anything smarter than that, then it sounds like an ideal job for
client-side JavaScript. Easy enough to do, just make sure that the
fallback still works with JS off -- and that sounds easy enough itself,
just let the 3-column CSS handle it as before.
Navigation:
[Reply to this message]
|