Hallo,
das ist der Anfang meines Stylesheets
a:link { text-decoration:none; color:#999999; }
a:visited { text-decoration:none; color:#999999; }
a:hover { text-decoration:underline; color:#999999; }
a:active { text-decoration:underline; color:#999999; }
}
#bild{
height: 162px;
width: 123px;
position: absolute;
left: 50%;
margin-top: 90px;
margin-left: -240px;
}
etc. pp.
Nur leider wird gerade das Bild, das durch "#bild" definiert wird, falsch angezeigt. Stimmt was mit dem Code nicht?
Danke!
Darius