我有一个页面在 Chrome、Safari、Firefox 和 Opera 中显示正确(而且很漂亮),但在 Internet Explorer 和 iPhone 的移动版 Safari 中稍微重新格式化。具体来说,它的格式仅比可见区域大一点,导致文本被截断。这可能是行高问题。有什么解决办法吗?在我们讨论的时候.. IE 的文字看起来如此尴尬是怎么回事?我是新手..他们不支持Helvetica??
非常感谢所有建议。
截图:http: //img163.imageshack.us/i/ieformat.png/
HTML:
<div id="bio_left">
<p class="justify">People often say it's hard to describe the sound of his records and categorizing him often presents an even bigger challenge, but what is truly undeniable and inarguable is that Fernando Garibay is a hit-making producer, DJ and artist. As multi-instrumentalist who plays guitar, keyboards, drums, bass, a formally trained arranger for string and brass sections and a programmer, with a proficiency that rivals top session players but with a uniqueness that only a seasoned "artist" producer yields, he is able to communicate through music unlike anyone else.</p>
</div>
CSS:
.text {
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
color:#202024;
line-height:120%;
}