IE7 is clipping my text. How do I adjust its attitude?

Posted by Emiel on Stack Overflow See other posts from Stack Overflow or by Emiel
Published on 2009-03-11T14:46:07Z Indexed on 2010/03/18 18:21 UTC
Read the original article Hit count: 311

Filed under:
|
|

Hi All,

A few days ago I re-skinned my website, http://emle.nl. Development of this skin was primarily done using safari, and as expected, it all renders fine using firefox and opera. I've had to make a few small tweaks for IE7, but nothing much, except for one problem...

The date indicators for a post are cut off in IE. This problem seems to occur only on nested span tags inside a left floating div. I think I need the floating div's in order to layout text on the left and the right side of the screen. Anyhow, I've summarized it into a small test case, located at http://emle.nl/test.html.

In the different browsers, it looks like this. Of course safari and firefox get this right: browsers

Do any of you know how to stop IE7 from clipping my text?

Edit: I have sort of given up on this problem. My scripts now check for IE7 and feed it somewhat simplified HTML that its limited engine can handle. It works in IE8, so, for now, just the special case for IE7 will have to do...

© Stack Overflow or respective owner

Related posts about html

Related posts about css