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.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
Beck
Размножение контейнеров это по части ie6
Контейнеров <div id='b'> насчитывается 12 через ctrl-u, как и полагается, так от куда берутся дубликаты снизу?
Слева скрин из ie6:
А справа скрин из остальных браузеров.
Я знаю, что тут обитают опытные верстальщики. Пожалуйста, поделитесь мудростью борьбы с этим чудо ie6.
Больше всего меня убило то, что левый 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 BeckLink to comment
Share on other sites
2 answers to this question
Recommended Posts
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.