So, I have been thinking a lot about responsive web design recently. I’ve been reading about some CSS frameworks and recoding some of my core files so they can adapt to any grid system that I choose to use. As a result, I’ve decided to use fluid or elastic layouts or hybrid layouts wherever possible from now on.
More: This blog post describing fluid, elastic layouts is what started me using a fluid, elastic layout on some sites. Hat tip to Ed Merritt for the article! I posted about Going Fluid Elastic at that time.
Now, we all know that there’s no perfect layout method because whether it is fixed, fluid, elastic or a hybrid layout, they all have pros and cons. However, I’m increasingly thinking that the advantages of a fluid, or fluid, elastic layout with a max-width set in ems, far outweigh any disadvantages. Particularly when you take responsive web design into account.
You might disagree and feel that fixed width layouts give you more ‘design control’ but consider this. With a fluid layout, you already have a responsive layout. You just need to tweak it slightly for the very smallest screen widths and you’re done! Of course, you need to think about this from the start but, believe me, a responsive layout comes very easily when you think fluid or fluid/elastic.
I may be late to the fluid, elastic party, and this may all be blindingly obvious to some of you, but I like to take my time on these things!
Flexible Web Design by Zoe Mickley Gillenwater describes how to build fluid and elastic CSS layouts. It’s a great read! Buy from Amazon.com · Amazon.co.uk
More: Here’s a Smashing Magazine post describing Fixed vs Fluid vs Elastic Layouts
Stunning CSS3: A Project-Based Guide: Use this book to work through a series of practical yet cutting-edge projects. Each chapter walks you through standalone exercises that you can integrate into projects you're working on, or use as inspiration.
» Buy from Amazon.com · Amazon.co.uk
ThemeForest sell a range of site templates from some fantastic designers. They also sell some great WordPress themes!
Online invoicing made easy with CurdBee!
» Sign up
Join SugarSync for online backup. Sync your files between Mac, PC and mobile phone. Get 5 GB FREE and up to 10 GB bonus space!
HTML5 and CSS3 for the Real World will show you how to create websites using these new methods.
This easy-to-follow guide covers everything you need to know to get started. You’ll master the new semantic markup available in HTML5, as well as how to use CSS3 without sacrificing clean markup or resorting to complex workarounds. Buy the Book! · FREE Chapters
Ian Lunn 23 January 2012, 11:21 1
I agree. I think once you have the fluid layout, media queries allow you to get that “design control” back.