Uwe Kaiser wrote:
An italic styled h1 element is destroying the layout on: <http://www.kriton.de/CSS/rounded/rounded.html>

In order to reproduce the effect, you need to decrease the viewport until the width is near the small range of pixels before the line of
 h1 element will break.

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
--
http://www.gunlaug.no

______________________________________________________________________
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