Jump to content
  • 0

Что-то непонятное с line-height


Колос
 Share

Question

Имеется такой пример:

<!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<title>Пример</title>
<style>
DIV
{
width:100px;
height:300px;
background-color:#CCC;
line-height:12px;
}
SPAN
{
color:#F00;
background-color:#CC0;
font:12px/12px "Lucida Console";
margin:0px;
}
</style>
</head>
<body>
<div>
<span>слова слова слова слова слова слова слова слова слова</span>
</div>
</body>
</html>

В мозиле, опере и хроме непонятные промежутки в 3 пикселя между сторками. В ИЕ6,7 тоже самое но только в последней строке.

Если Вместо "Lucida Console" взять другой шрифт, например "Courier New" то промежутков не становится.

Кто-нибудь сталкивался с таким? Можно это побороть?

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

М.б. я не понял смысл рисунка, но вопрос был несколько в другом. Смотри новый пример, там видны отличия:

<!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<title>Пример</title>
<style>
DIV
{
width:100px;
height:100px;
background-color:#CCC;
line-height:12px;
padding:0px;
}
SPAN.s1
{
color:#F00;
background-color:#CC0;
font:12px/12px "Courier New";
margin:0px;
}
SPAN.s2
{
color:#F00;
background-color:#CC0;
font:12px/12px "Lucida Console";
margin:0px;
padding:0px;
}
</style>
</head>
<body>
<div>
<span class="s1">слова слова слова слова слова слова слова слова слова</span>
</div>
<br>
<div>
<span class="s2">слова слова слова слова слова слова слова слова слова</span>
</div>
</body>
</html>

У меня в опере этот пример выглядит так:

78c0a4d2104f.gif

У меня непонятных промежутков нет.

А что за система у тебя?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy