Вход на сайт
Как обойти CSS-баг в IE?
116 просмотров
Перейти к просмотру всей ветки
в ответ scorpi_ 10.11.05 20:15, Последний раз изменено 10.11.05 23:03 (ойМОЛОДой)
BODY {
height: 100%;
margin: 0px;
}
#main {
position: absolute;
width: 100%;
height: 100%;
bottom: 83px;
background-image: url(./img/farbverlauf.gif,0);
background-repeat: repeat-x;
background-position: bottom;
background-color: white;
}
#haus {
position: absolute;
bottom: 0px;
right: 150px;
}
Не то?
height: 100%;
margin: 0px;
}
#main {
position: absolute;
width: 100%;
height: 100%;
bottom: 83px;
background-image: url(./img/farbverlauf.gif,0);
background-repeat: repeat-x;
background-position: bottom;
background-color: white;
}
#haus {
position: absolute;
bottom: 0px;
right: 150px;
}
Не то?
"...вечно молодой, вечно пьяный..."