David McGlone wrote:
> Hi all, Can I get a site check @ http://www.premierfirst.org
>
> I only have Firefox and Opera and IE 8. I am suspecting my images in the
> top left are going to be messed up in IE6, but I'm pretty confident the
> layout should be good across all browsers.
>
> Blessings
> David M.
>
>
>
Let's approach IE/6 "with arms wide open."
This is not to correct all that browser needs, but it may get it on the
same book and page as compliant browsers. Functional. But not perfect. Yet.
The difficulty is IE/6 drops the right column float, /among other things/.
What to do? Short of taking a coil of rope to the woods, try...
Add selector to correct em font scaling bug in IE:
html {font-size: 100%;}
And target IE/6 with these hacks for margin-doubling, box-model
correction, float clearing, and whatever...
* html .subheader {display:inline;}
* html #sublinks { margin: -70px 0 0 0; float: right; }
* html #left_side_container {display:inline;overflow-x: hidden;width:
668px; }
* html #left_side_container p {clear:both; }
IE/6 reference links:
<http://www.satzansatz.de/cssd/onhavinglayout.html>
<http://www.positioniseverything.net/explorer.html>
Best,
Creed
______________________________________________________________________
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/