Jump to content
  • 0

Неправильное повторение фона в IE6


EugenyK
 Share

Question

Пытаюсь сверстать рамку (только нижнюю часть), используя только один фоновый источник:

Файл win-btm.gif

winbtmoh3.gif

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Title</title>
<style type="text/css">
body {background: #fff; color: #000; font: 8pt verdana; margin: 0px; padding: 0px; width: 100%; }
.win-loginbox { margin: 155px auto auto auto; width: 288px;}

.win-btm-left {
background: url('win-btm.gif') no-repeat 0px -20px;
}
.win-btm-right {
background: url('win-btm.gif') no-repeat 100% 0px;
}
.win-btm-center {
background: url('win-btm.gif') repeat-x 100% -10px;
height: 10px;
margin: 0px 6px 0px 6px;
}
</style>
</head>
<body>
<div class='win-loginbox'>
<div class='win-btm-left'>
<div class='win-btm-right'>
<div class='win-btm-center'>
</div>
</div>
</div>
</div>
</body>
</html>

В FF3.0 я получаю вот такое изображение:

normcq9.gif

В IE6 я получаю вот такое:

falseee1.gif

Можно ли как-то обойти этот момент, не прибегая к расщеплению win-btm.gif на три картинки?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

mini

>> честно не пойму как должен выглядеть окончательный результат...

Также, как на снимке экрана для FF3.0

yopopt

>> Похоже что у Вас шрифт раздвигает блок. Установите в .win-btm-center font-size:0;.

Установил для IE и ушло смещение фона

Благодарю.

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