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

前端 未结 10 669
小蘑菇
小蘑菇 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 07:47

    Adding a specific height to .title fixes it for me (in IE6):

    .title {
        PADDING: 0 10px 0 0; MARGIN-top: 0.3em; FLOAT: right; height: 1em;
    

提交回复
热议问题