Wow you guys rock. I've worked off Georg's example but I think David 
had the same idea. Is there a place on teh web you would recommend 
looking to find solutions to css layouts in IE? I've read through the 
'on having layout' numerous times but ever situation always seem 
different enough never to know a solid solution. Not to mention the 
variety of varied bugs.

I feel every time I start a new layout I invariable get to the point 
where I ask  for some IE help. Sigh.

Thanks again people the help is awesome.

Wesley Lamont


>I think you want IE to behave like for this reworked example of your page...
>
><http://www.gunlaug.no/tos/alien/wez/test_09_0210.html>
>
>----
>
>Reverse engineering works best in such cases - make standard compliant
>browsers simulate IE6/7 behavior, as described here...
>
><http://www.gunlaug.no/contents/wd_example_01_02.html>
>
>
>In practice for your page, you simply replace existing styles for
>#leftcontentcolumn with the following...
>
>#leftcontentcolumn {
>overflow: hidden;
>background : #aaa url(images/valid-xhtml10.png) no-repeat scroll top;
>}
>
>* html #leftcontentcolumn {
>overflow: visible;
>height: 1%
>}
>
>...and IE6 and the others will line up those columns just fine, and in
>identical-looking ways.
>
>>I assume its actually possible to get this to work in IE6.
>
>The expression used (on #layout) is for quirks mode only, and makes IE6
>in standard mode freeze, or rather go into an endless loop, at end-points.
>
>Either force IE6 into quirks mode like I have done in the example page,
>or choose one of the mode independent expressions described here...
>
><http://www.gunlaug.no/contents/wd_additions_14.html>
>
>regards
>       Georg
>--
>http://www.gunlaug.no

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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/

Reply via email to