Chrome、Safari、Firefox、Operaで正しく(そして美しく)表示されるページがありますが、InternetExplorerと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%;
}