Anne E. Shroeder wrote:
> I've tried using the import code in this page: 
> http://198.104.158.65/homepage_IE4_import.htm
> but it breaks the page in IE horribly.   I've also tried the * html hack by 
> including all of the IE-specific defintions in my main stylesheet with * 
> html prefacing them - - again, no luck.  I'm not sure what I'm doing wrong?

Overstyling, I think.

You can dump the IE6 specific stylesheet, as all IE6 needs in addition 
to the regular stylesheet is...

* html #main div {
overflow: hidden;
}
#fp_column3_bottom_right {
margin-top: -6px;
position: relative;
float: right;
}



Note that the design breaks in every css capable browser on earth if any 
degree of font-resizing is applied. A bit more testing and redesigning 
is necessary if you want your design to survive.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to