Thread: "The Problem"
View Single Post
  #6 (permalink)  
Old Jul 26th, 2007, 16:13
AlexDS AlexDS is offline
Junior Member
Join Date: Jul 2007
Location: London
Age: 18
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Re: "The Problem"

Quote:
Originally Posted by MikeHopley View Post
Yes: elastic layouts, where the page layout is set in em (a relative font unit).

The page layout resizes with the font size. You can also use max-width for good browsers, and send IE6 the same value but as width instead. This lets the site squash down on lower resolutions.

For example: My in-progress site, using an elastic layout
Hmmm, that's almost the solution I was looking for apart from when I viewed your site in IE, your site seems to stay at the same size no matter what the resolution is. Is that happening because your site is still in progress or because it's a result of the elastic method?

I'm going to read up on elastic layouts some more though.
Reply With Quote