Hi,
kannst du mir auch mal aushelfen, ich hab hier die Infobox von SELF und dem a tag ein background img gegeben, im IE gehts auch, im FF erst, wenn man einmal draufklickt, woran kann das liegen?
#box a {
text-align: center;
color:#000;
background-image: url('../bild/backbox.gif');
background-repeat: no-repeat;
text-decoration:none;
display:block;
width:150px;
height:25px;
padding-top:4px;}
#box a:hover {
color:black;
display:block;
background-image: url('../bild/backbox.gif');
background-repeat: no-repeat;
padding-top:4px;
text-decoration:none;}
#box a span {display:none;}
#box a:hover span {
position:absolute; top:89px; left:250px; z-index:3;
text-decoration:none;
display:block;
width:400px;
padding:1px;
color:black;
background:#ffffff;
background-image: url('../bild/backbox.gif');
background-repeat: no-repeat;
border:1px solid black;
}
Grüße,
Engin
GYRO