Roberto Gorjão schrieb:
Olá!


I’m stuck in an Explorer bug… It’s the same bug (overflow:visible;) that was described by Mark Wilton-Jones in this article <http://www.howtocreate.co.uk/wrongWithIE/?chapter=overflow%3Avisible%3B>. I have recreated it (see links below) and would like to know if anybody knows a workaround.


If you have a long link or similar stuff,
you could use the following construction:

#container {
    position: relative;
    }

#container p {
    position: absolute;
    top: any value;
    margin-top: -0.6em; /* value depends on line-height.

       This way the line will keep its vertical position,
       when the user is changing font size.              */
    }


Another way is to give the paragraph a negative right margin
(e.g. margin-right: -5em;).


Both of them is _not_ for the "normal use", but may help you
in certain situations.



Regards,
Uwe Kaiser


--

xhtml: http://www.castelosnoar.com/studies/IEbug_01.htm
css: http://www.castelosnoar.com/CSS/IEbug_01.css

Obrigado!

Roberto Gorjão


______________________________________________________________________
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