|
sparrish -> RE: Liquid or Ice? (9/27/2005 10:58:39)
|
I personally tend to use ice layouts for most everything. If you want to use a lot of graphics in the header and/or navigation, having the content area resized can be a real hassle as I'm sure you're all well aware. I tend to use the statistics of who is using what resolution in a slightly different manner. In most cases, people (like myself) are designing with 800x600 a minimum while still looking quite good in 1024x768, although I'd prefer if it were the other way around. Anyway, anyone using a different resolution will already be accustomed to how standard sites will look in their browser, so I think ice layouts are just fine. If you really want to make it look good in all resolutions, there is always the option of checking the resolution and dynamically choosing a stylesheet or template based on that, but I've never found that to be a time-efficient endeavor (plus, it's not foolproof anyway). I think if IE ever gets truly good CSS support, liquid layouts may be a little easier to do. In order to achieve "the holy grail" of all layouts, the Pure CSS Liquid Layout, you often employ a lot of floating divs, which can be a nightmare. You generally have to hack the stylesheets for browser compatibility, as IE and Firefox render padding and margins quite a bit differently, and being off by a few pixels can send a floating div right to the bottom of the page. I've tried a lot with pure CSS liquid layouts, and often resort to throwing it back into a table just to get the site wrapped up and online. On the other hand, I may be a bit biased because I started out with print layout before moving on to Web design, so I've grown accustomed to pixel perfect layout, which at this stage is virtually impossible with a liquid layout.
|
|
|
|