parisdiesel
Gebruiker
- Lid geworden
- 15 nov 2008
- Berichten
- 94
Hallo, heb onderstaand css script. het werkt wel maar de position: fixed; werkt wel in safari maar niet in ie7, wat doe ik fout?
.rechts
{
position: fixed;
margin-top: 10px;
background:url('keuze1.png') no-repeat;
font-family:Verdana;
font-size:11px;
float: right;
padding: 80px 0px 0px 45px;
width: 220px;
height: 300px;
}
.rechts
{
position: fixed;
margin-top: 10px;
background:url('keuze1.png') no-repeat;
font-family:Verdana;
font-size:11px;
float: right;
padding: 80px 0px 0px 45px;
width: 220px;
height: 300px;
}