Christian Montoya wrote:
No, really, I swear this "flubber" layout is fixed on IE 6, 1600px
resolution. Did you do something wrong? I mean, I see the Javascript
in the source that should make it fluid, but it's really not doing
anything!

Max-width:

#pagewrapper {
margin: 0 auto;
width: auto;
min-width: 720px;
max-width: 1000px;
}

If you really wanted it to stretch the full width of a 1600px wide window, then you would remove the max-width property.

Al Sparber
PVII
http://www.projectseven.com

"Designing with CSS is sometimes like barreling down a crumbling mountain road at 90 miles per hour secure in the knowledge that repairs are scheduled for next Tuesday".


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to