Jump to content
  • 0

Две ячейки с фоном наезжают друг на дргуга в ИЕ


Radik_45
 Share

Question

Добрый вечер!

Проблема следующая:

есть шапка - табличка с двумя ячейками, в каждой из них фон (см ниже). В левой ячейке фон выровнен - по левому краю, в правой - по правому краю. по середине - промежуточный фон - градиент (он прописан в body).

Пробема: при уменьшении окна браузера в ИЕ6 эти 2-а фона наезжают друг на друга.

php:

  <div id="site_header">

<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="header_left">
</div>
</td>
<td align="right">
<div id="header_right">
</div>
</td>
</tr>
</table>

<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<div id="header_container">
<div id="header_topmenu">
<jdoc:include type="modules" name="topmenu"/>
</div>
</div>
</td>
</tr>
</table>

</div>

css:

#site_header {
padding: 0px;
width: 100%;
height: 114px;
float: left;
border: 0px solid;
}
#header_left{
width: 648px;
height: 147px;
border: 0px solid;
background-image: url(../images/header.bmp);
background-repeat: no-repeat;
float: left;
}
#header_right{
width: 355px;
height: 147px;
border: 0px solid;
background-image: url(../images/header_adress.bmp);
background-position: right;
background-repeat: no-repeat;
}

#header_container {
width: 100%;
height: 32px;
background-repeat: no-repeat;
border: 0px dashed;
}

Заранее благодарю!

Edited by Radik_45
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0
дайте линк на сайт или хотябы архив помогу...

В общем выкрутился тем что поставил минимальную ширину -

*width: expression(document.body.clientWidth > 1024 ? "100%" : "1024px");

Все ок! работает как и хотел.

Благодарю за небезразличие!

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