hi Archiv,
auf die Gefahr hin, dass mein Bsp. irgendwann vom Netz genommen wird, halte ich es hier für die Nachwelt fest.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<title>Free Software GNU-Lizensiert!</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style type="text/css">
ul {
width:10em;
}
a {
padding:5px 10px;
display:block;
}
a:focus, a:hover, a:active { /* Aufpassen! */
background:#6a5acd; /* IE-Bug -- color oder transparent, hauptsache irgendwas */
color:#FFF;
border-color:#F00;
}
a span {
margin:0;padding:0;
visibility:hidden;
position:absolute;
left:-999px;
top:40px;z-index:2;
width:250px; /* je nach Bedürfnis anpassen */
height:250px; /* je nach Bedürfnis anpassen */
}
a:focus span, a:hover span, a:active span {
visibility:visible;
left:350px; /* je nach Bedürfnis anpassen */
background:#FFF url(/image/wenn/hover.wai) no-repeat center;
}
</style>
</head>
<body>
<ul>
<li><a href="#">Testlink<span></span></a></li>
<li><a href="#">Testlink<span></span></a></li>
<li><a href="#">Testlink<span></span></a></li>
</ul>
</body>
</html>
mfg