Jump to content
  • 0

Помощь с IE6


pro100set
 Share

Question

Здравствуйте, у меня такая проблема в ие6 - есть блок 1280-1024 в нем еще 3 блока отцентрированы и маргинами расположены где надо по сторонам что бы в итоге получалась цельная картинка из 3 бакграундов. У родительского блока стоит свойство overflow:hidden. суммарная ширина 3 дочерних блоков 1280 при сужении родительского блока во всех остальных браузерах блоки центрируются и скрываются по краям. В ие6 при ширене экрана 1280рх появляется полоса прокрутки которой быть не должно. Как сделать что бы она появлялась только при ширене 1024рх??? Зарание благодарен за ответ.

32207725.jpg

Edited by pro100set
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

zoom:1; не помогает.

Там 3 блока образуют своими бакграундами цельную картинки по этому при сужении родительского блока нужно чтобы скрывался крайний левый край 1-го блока и крайний правый край 3-го блока.

Link to comment
Share on other sites

  • 0

html

<div class="devka">
<div class="cdev">
<div class="devkal"></div>
<div class="devkam"></div>
<div class="devkar"></div>

</div>
</div>

CSS

.cdev{margin:0 auto; width:174px;}
.devka{ height:424px; margin-top:11px; min-width:1024px; overflow:hidden; }
.devkal{width:174px; height:424px; background-image:url(img/fhed1.jpg);background-repeat:no-repeat; margin-left:-553px; }
.devkam{width:469px; height:424px;background-image:url(img/fhed2.jpg);background-repeat:no-repeat; margin-top:-424px; margin-left:-380px;}
.devkar{width:638px; height:424px;background-image:url(img/fhed3.jpg);background-repeat:no-repeat; margin-top:-424px; margin-left:89px;}

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