Der Code stellt eine Art "PopUp" div dar, das Problem er tut es nicht im IE, im FF funktioniert es perfetk...
Codes sind:
HTML Code:
Bei'm IE passiert absolut nichts, hat jemand eine Idee/Lösung woran es liegen könnte?
Codes sind:
HTML:
<style>
#menu {
width:300px;
height:50px;
}
#menu a span {
display: none;
}
#menu a:hover span {
display: block;
position: absolute;
width: 99.9999%;
top: 118px;
left: 0;
}
</style>
HTML Code:
HTML:
<div id="menu">
<a href="#">testest<span><div style="width:100%;top:118px;background-color:#999999;text-align:center;height:50px;"></div></span></a></div>
Bei'm IE passiert absolut nichts, hat jemand eine Idee/Lösung woran es liegen könnte?