Jump to content
  • 0

FireFox?


pavelvolya
 Share

Question

Вот такой кодег:

<table border=0 cellpadding=0 cellspacing=0>

<tr><td><img src='lt.png'></td><td style='background-image: url(ht.png);' /></td><td><img src='rt.png'></td></tr>

<tr><td style='background-image: url(vl.png);'></td><td><img src='./images/$result[image]' width=200></td><td style='background-image: url(v.png);'>

</td></tr>

<tr><td><img src='lb.png'></td><td style='background-image: url(h.png);'></td><td><img src='rb.png'></td></tr>

</table>

В IE отображается четко. FireFox под картинками какие то отступы вставляет. ЧТО ЭТО?

123.jpg

Edited by pavelvolya
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Это вертикальное выравнивание изображений, скорее всего.

Которое в IE работает неправильно. Изображения должны выравниваться не по низу, а по базовой линии текста.

img {
vertical-align: text-bottom;
}

или

img {
display: block;
}

Спасут ситуацию.

Еще можете попробовать доктайпы

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

или

<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">

вместо стилевых правил, но лучше использовать стили.

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