IE и мобильное сафари обрезали текст ... возможно, проблема с высотой строки? - PullRequest
3 голосов
/ 21 января 2011

У меня есть страница, которая правильно (и красиво) отображается в 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%;
}
...