Jump to content
  • 0

Опять или снова, проблема с IE6.


Beck
 Share

Question

Размножение контейнеров это по части ie6 :)

Контейнеров <div id='b'> насчитывается 12 через ctrl-u, как и полагается, так от куда берутся дубликаты снизу? :)

Слева скрин из ie6:

ie6.jpgchrome.jpg

А справа скрин из остальных браузеров.

Я знаю, что тут обитают опытные верстальщики. Пожалуйста, поделитесь мудростью борьбы с этим чудо ie6. :blink:

Больше всего меня убило то, что левый div в первом контейнере расположен нормально, а в остальных нет. Контейнеры посторяются в цикле, черезе PHP.

Это контейнеры окантовки:

#top {width:89%;height:10px;position:absolute;top:-11px;left:11px;background:url(i/b/t.png);repeat-x 0% 0%;}

#bottom {width:89%;height:10px;position:absolute;bottom:-11px;left:11px;background:url(i/b/b.png);repeat-x 0% 0%;}

#left {width:10px;height:88%;position:absolute;top:11px;left:-11px;background:url(i/b/l.png) repeat-y 0% 0%;}

#right {width:10px;height:88%;position:absolute;top:11px;right:-11px;background:url(i/b/r.png) repeat-y 0% 0%;}

#topleft {width:22px;height:22px;position:absolute;top:-11px;left:-11px;background:url(i/b/tl.png) no-repeat 0% 0%;}

#topright {width:22px;height:22px;position:absolute;top:-11px;right:-11px;background:url(i/b/tr.png) no-repeat 0% 0%;}

#bottomright {width:22px;height:22px;position:absolute;bottom:-11px;left:-11px;background:url(i/b/bl.png) no-repeat 0% 0%;}

#bottomleft {width:22px;height:22px;position:absolute;bottom:-11px;right:-11px;background:url(i/b/br.png) no-repeat 0% 0%;}

Edited by Beck
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
Размножение контейнеров это по части ie6 :)

Контейнеров <div id='b'> насчитывается 12 через ctrl-u, как и полагается, так от куда берутся дубликаты снизу? :blink:

Старая добрая бага IE.

Лечится zoom'ом.

Link to comment
Share on other sites

  • 0

В общем почитал про этот зум, у Бэна Найдела в блоге нашел заметку и он там советует использовать div {zoom: 1;} зум на все контейнеры. Говорит, что в 90% случаев это помогает, но только не в моем случае. :blink:

В общем плюнул, заварил кофе, сел и после второго глотка хорошего кофе пришла в голову идея.

В общем обрезал, спрятал все лишнее. Используйте overflow: hidden в таких случаях. Может кому пригодится. :)

Чуть не забыл, а по бокам убрал процентную высоту, почему-то, только фиксированную понимает.

Edited by Beck
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