Hi,
CSS
wird beim IE, O, und NC sauber dargestellt. Beim IE kommt nichts. Kann mir jemand sagen wo das Problem liegen könnte?
Danke.
CSS
Code:
.info_groups {
border: 0px;
}
.info_groups span {
display: none;
}
.info_groups a:link, .info_groups a:visited {
border: 0px;
background: #FFF;
text-decoration: none;
z-index: 2;
}
.info_groups a:hover span, info_groups a:focus span {
background: #FFF;
margin-left: 140px;
top: 330px;
width: 240px;
\width: 240px;
w\idth: 240px;
height: auto;
border: 1px solid #dfddce;
padding: 5px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 0.7em;
font-style: normal;
font-weight: normal;
color: #000;
text-decoration: none;
display: block;
position: absolute;
z-index: 2;
}
wird beim IE, O, und NC sauber dargestellt. Beim IE kommt nichts. Kann mir jemand sagen wo das Problem liegen könnte?
Danke.