Ich habe ein Problem mit dem IE. Ich habe ein Bild das ich links oben positionieren will, aber mitscrollen soll. Unter Firefox und Opera funktioniert alles super nur der IE macht Zicken.
Das ist der Textausschnitt:
#bild {
position: absolute;
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 80;
}
Der IE zeigt das Bild an, aber es scrollt mit und ist nicht absolut positioniert.
Hilfe wär toll. Danke im Vorraus....