Gunlaug Sørtun schrieb:
Uwe Kaiser wrote:


Does it means, there is no satifying solutionat all?


Of course there is a solution to the italic bug...
I "kill" it all the time.

Paste this into your page, and see if it's close enough for your taste.
(only tested in IE6, Opera 8 & Firefox 1.0}

.contents {
    margin: 0 3em -2em;
    _height: 0;
    }

h1 {
    margin: -1em -1em .6em 0;
    color: #776;
    text-align: center;
    font: 900 italic 1.6em georgia, baskerville, didot, linotype,
trebuchet ms, utopia, your choice;
    float: left;
    width: 100%;
    position: relative;
    }

regards
    Georg


Hi "killer" ;-)

I couldn't find your great solution on
<http://www.positioniseverything.net/explorer/italicbug-ie.html>

Is my english to bad?



The following seems to be needed by MSIE/PC and Opera


.contents {
    margin: 0 3em -2em;
    _height: 0;               <========== 5.01, 5.5 only
    }

h1 {
    margin: -1em -1em .6em 0; <========== 5.01, 5.5 only
    margin: -1em auto .6em;   <========== IE 6 can bear this
    color: #776;
    text-align: center;
    font: 900 italic 1.6em georgia, etc. ;
    width: 100%;              <========== 5.01, 5.5, 6
    position: relative;       <========== 5.01, 5.5, 6
    float: left;  <========== Needed by Opera 8 (zoom 100% only)
                              Opera 7 don't need the float.
    }

The 'float: left' is destroying the layout (in/on/of) MSIE 5.01 and 5.5



Many thanks for your prompt and proper help
Uwe



______________________________________________________________________
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