Forum Moderators: not2easy
.title {
position: relative;
z-index: 0;
}
.title:hover {
background-color: transparent;
z-index: 999;
}
.title span {
border: 1px solid #046D13;
padding: 3px;
position: absolute !important;
text-decoration: none;
background-color: #66CC66;
color: #000;
width: 135px;
text-align: center;
visibility: hidden;
font-size: 1.2em;
line-height: 14px;
}
.title:hover span {
visibility: visible;
top: -130px;
left: -15px;
}
.title img {
border: 2px solid #ccc;
}
.title:hover img {
border: 2px solid #CC0000;
} In other site the same code is working good in the three navigators, so another style in the site might be the problem.