Jump to content
  • 0

Правильное отоброжение в ИЕ6


Mal4ishnik
 Share

Question

Мне необходимо картинку(хедер) порезать на три дива, вот код

<style>
body{
width:1000px;
}
#Header_01 {
background: transparent url(Header_01.png) no-repeat scroll center center;
height:140px;
width:210px;
float:left;
}
#Header_02 {
background: transparent url(Header_02.png) repeat-x scroll center center;
height:140px;
width:609px;
margin:0 0 0 210px;
}
#Header_03 {
background: transparent url(Header_03.png) no-repeat scroll center center;
height:140px;
width:181px;
float:right;
}
</style>
</head>
<body>
<div id="Header_01"></div>
<div id="Header_03"></div>
<div id="Header_02"></div>
</body>
</html>

а вот результат в Мозиле и ИЕ6:

499bba452ec68f86d15bad6be5e85c71.png

Как сделать так чтобы центральный див <div id="Header_02"></div> не ехал вниз, а оставался на месте как в Мозиле? И если есть киньте пож. ссылку на правильную резку изображений дивами.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

1) Можешь сделать матрёшку. Див, в него Див, в него ещё один Див. Далее самому первому тянущися фон по оси Х, а двум другим позиционируемый фон по разным углам.

2) Можешь сделать Див, в него ещё два Дива, Родителю тянущийся фон по оси Х, а дочерние Дивы раскидать флоатами или абсолютом по углам с нужными фонами.

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