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

前端 未结 10 834
小蘑菇
小蘑菇 2021-02-07 07:39

A few days ago I re-skinned my website. 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

10条回答
  •  不要未来只要你来
    2021-02-07 08:02

    Try adding

    div.postmeta { height: 100px; }
    div.postdate { height: 75px; }
    

    Arbitrary height value... but you'd know the exact height you want. That should keep the text containers from clipping in IE7.

提交回复
热议问题