[css-d] 3 col layout problem

2007-11-05 Thread Mike A
I have a problem at http://www.webdev-academy.com/test-layout/. The page 
validates.

The main problem is that IE6 throws the layout on browser resize. It also has 
what looks like FOUC. Other browsers sort of keep the format on browser 
resize.

Hoping someone can provide feedback or direct me to a similar layout that works 
(searched for ages without luck).

Thanks!

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


[css-d] 3 Col layout problem

2007-11-04 Thread Mike A
Sent this to the list some hours ago but I notice from the site it didn't get 
through...


I have a problem at http://www.webdev-academy.com/test-layout/. The page 
validates.

The main problem is that IE6 throws the layout on browser resize. It also has 
what looks like FOUC. Other browsers sort of keep the format on browser 
resize.

Hoping someone can provide feedback or direct me to a similar layout that works 
(searched for ages without luck).

Thanks!

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


Re: [css-d] 3 Col layout problem

2007-11-04 Thread David Laakso
Mike A wrote:
 Sent this to the list some hours ago but I notice from the site it didn't get 
 through...


 I have a problem at http://www.webdev-academy.com/test-layout/. The page 
 validates.

 The main problem is that IE6 throws the layout on browser resize. It also has 
 what looks like FOUC. Other browsers sort of keep the format on browser 
 resize.

 Hoping someone can provide feedback or direct me to a similar layout that 
 works (searched for ages without luck).

 Thanks!

 Mike A.

   

Cramming a 900px wide image into a 760px widow without it shooting out 
of the side of the layout, or clipping the image, and still maintaining 
its proportionate height (not only of itself but also of its own 
container as well), is an interesting problem. I'll leave that to you or 
others on the list to resolve (anything is possible). This simple 
version, fwiw, holds the overall width at 980px.
http://www.chelseacreekstudio.com/ca/cssd/ap3.html
Best,
~dL

-- 
http://chelseacreekstudio.com/

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