Hallo, Leute.
Einge Frage hätte ich.
mein css-code:
das bedeutet, dass bild1-Layer sollte nicht sichtbar sein, aber bei mir verschwinden plötzlich alle Bilder im Layer topbild. Also sobald ich mit einem Bild draußen bin, veschwinden automatisch alle andere mit.
Kann mir jemand sagen warum?
Einge Frage hätte ich.
mein css-code:
Code:
#topbild { width: 578px; left: 440px; top: 28px; position: absolute; visibility: visible; overflow: hidden }
#bild1 { height: 75px; width: 114px; left: 600px; top: 0px; position: absolute; visibility: visible; }
#bild2 { height: 75px; width: 114px; left: 116px; top: 0px; position: absolute; visibility: visible; }
#bild3 { height: 75px; width: 114px; left: 232px; top: 0px; position: absolute; visibility: visible; }
#bild4 { height: 75px; width: 114px; left: 348px; top: 0px; position: absolute; visibility: visible; }
#bild5 { height: 75px; width: 114px; left: 464px; top: 0px; position: absolute; visibility: visible; }
das bedeutet, dass bild1-Layer sollte nicht sichtbar sein, aber bei mir verschwinden plötzlich alle Bilder im Layer topbild. Also sobald ich mit einem Bild draußen bin, veschwinden automatisch alle andere mit.
Kann mir jemand sagen warum?