Nieuw lid |
|
Ik heb een site gemaakt waarbij de container gecentreerd op de pagina staat. http://www.onyxenzo.nl
alle browsers
.content {
float: left;
height: 431px;
width: 804px;
background-image: url(images/layout-images/achtergrond.gif);
overflow: auto;
background-repeat: no-repeat;
.content { float: left; height: 431px; width: 804px; background-image: url(images/layout-images/achtergrond.gif); overflow: auto; background-repeat: no-repeat;
ie6
.content {
float: left;
height: 431px;
width: 804px;
background-image: url(images/layout-images/achtergrond.gif);
overflow: auto;
background-repeat: no-repeat;
background-attachment: fixed;
}
.content { float: left; height: 431px; width: 804px; background-image: url(images/layout-images/achtergrond.gif); overflow: auto; background-repeat: no-repeat; background-attachment: fixed; }
Bij ff en safari gaat alles goed de achtergrond scrolt niet mee. Voor IE6 heb ik een aparte css gemaakt met background-attachment: fixed zodat de achtergrond blijft staan. Als ik het zelfde doe bij IE7 komt de achtergrond linksboven in m'n container te staan en niet m'n content.
kan iemand mij adviseren om dit op te lossen.
alvast bedankt,
vcc
|