JustAnotherNoob -_-
Guest
Hallo irgendwie habe ich gerade ein Denkfehler oder der IE ist einfach zu blöd. Ich habe mal testweise eine "Infobox" erstellt, klappt auch super... mit Firefox.
Allerdings macht der IE nicht so recht mit.
Kann mir mal bitte einer kurz helfen?
Allerdings macht der IE nicht so recht mit.
Code:
<html>
<head>
<title>infobox</title>
<style type="text/css">
<!--
#box a {display: block;
font-family: verdana;
color: blue;
}
#box a:hover {font-family: verdana;
color: black;
}
#box a div {display: none;
position: absolute;
}
#box a:hover div {display: block;
position: absolute;
top: 50px;
left: 200px;
font-family: verdana;
color: green;
}
-->
</style>
</head>
<body>
<div id="box">
<a href="#">
<p>Test</p>
<div>Dies ist ein Test! Dies ist ein Test! Dies ist ein Test! Dies ist ein Test! Dies ist ein Test!</div>
</a>
</div>
</body>
</html>
Kann mir mal bitte einer kurz helfen?

