Jump to content
  • 0

Проблема выравнивания div по горизонтали в IE6


bgraf
 Share

Question

13 answers to this question

Recommended Posts

  • 0

Потому что в ИЕ6 300 + 700 больше 1000. Поставьте float второму блоку.

<div style="width:1000px;">
<div style=" float:left;width:300px; height:300px; background-color:#FF0000; ">

</div>


<div style="float:left;width:700px; height:300px; background-color:#33FF66;">

</div>
</div>

Так????

Link to comment
Share on other sites

  • 0

Будьте добры объясните как с помощью добавления float:left ко второму div решит проблему для ie6 300 + 700 больше чем 1000

меня вседа спасает добавление Сlear:right|left(противоположному в свойстве float) последнему float

Link to comment
Share on other sites

  • 0

Будьте добры объясните как с помощью добавления float:left ко второму div решит проблему для ie6 300 + 700 больше чем 1000

меня вседа спасает добавление Сlear:right|left(противоположному в свойстве float) последнему float

Спасибо Вам огромное. сработало. Вы мне очень помогли

Link to comment
Share on other sites

  • 0

http://yandex.ru/yandsearch?text=IE6+3px+gap&text=9582&text=191&lr=191

<div style="width:1000px;">

<div style=" float:left;width:300px; height:300px; background-color:#FF0000; ">

</div>

<div style="float:right; width:700px; height:300px; background-color:#33FF66;">

</div>

</div>

жаль не подходит если для резины :)

Link to comment
Share on other sites

  • 0

О Бог мой! Еще кто-то под ИЕ6 верстает! :yahoo:

Вы знаете, сначала не хотел замарачиваться на IE6 , посмотрел на Google analitics , так что я Вам хочу сказать, был удивлен, 30% из пользователей посещаемых сайт пользуются IE6 . Так что он, IE6 , еще долго будет нас преследовать.

Ребята СПАСИБО Вам огромное всем.

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