PhoenixFG
2004-10-10, 14:03:47
Hi,
ich hab mal wieder ein Problem mit CSS.
#karte {
margin-top: 3px;
right: 2px;
left: 40%;
height: auto;
margin-bottom: 50px;
margin-left: 5px;
width: 15%;
background-color: #DEE3E7;
z-index: 1;
position: absolute;
border: 2px solid #006699;
}
div#karte div#takt {
display: none;
}
div#karte:hover div#takt {
display: block;
top: -1px;
right: 2px;
left: 105%;
height: auto;
margin-bottom: 50px;
margin-left: 5px;
width: 120%;
background-color: #E5E5E5;
z-index: 2;
position: absolute;
border: 2px solid #006699;
Ich will also beim überfahren eines Containers mit der Maus einen weiteren Container einblenden. Mit Mozilla funktioniert das auch wunderbar, nur der IE ist zickig und blendet gar nix ein.
Habe ich einen Fehler gemacht? Oder existiert ein workaround für das Problem?
MfG
ich hab mal wieder ein Problem mit CSS.
#karte {
margin-top: 3px;
right: 2px;
left: 40%;
height: auto;
margin-bottom: 50px;
margin-left: 5px;
width: 15%;
background-color: #DEE3E7;
z-index: 1;
position: absolute;
border: 2px solid #006699;
}
div#karte div#takt {
display: none;
}
div#karte:hover div#takt {
display: block;
top: -1px;
right: 2px;
left: 105%;
height: auto;
margin-bottom: 50px;
margin-left: 5px;
width: 120%;
background-color: #E5E5E5;
z-index: 2;
position: absolute;
border: 2px solid #006699;
Ich will also beim überfahren eines Containers mit der Maus einen weiteren Container einblenden. Mit Mozilla funktioniert das auch wunderbar, nur der IE ist zickig und blendet gar nix ein.
Habe ich einen Fehler gemacht? Oder existiert ein workaround für das Problem?
MfG