~vokiel,
z-index nie pomaga, Pure CSS Tooltips też.
~ucho, też zauważyłem tą niepoprawność.
Dorzucam kod CSS:
.tooltip {
position: relative;
}
.tooltip dfn {
display: none;
width:150px;
}
.tooltip:hover dfn, .tooltiph dfn {
display: block;
position: absolute;
left: 3em;
top: 1.5em;
padding: 5px 5px;
border: 1px dashed;
background: #FFFFFF;
color: #000;
font-style: normal;
font-size: 8pt;
line-height: 100%;
text-decoration: none;
}
.tooltip dfn span {
display: block;
}
.tooltip dfn a {
color:#f00;
font-weight:bold;
}
i HTML:
<div style="margin-left:70px; overflow:hidden;height:615px;width:615px;border:1px solid #000"> <div style="width:307px;height:307px;margin:0 0 0 307px;position:relative; "> <span style="width:41px;height:41px;background-color:red;position:absolute;bottom:143px;left:-307px;"> <a href="index.php">->tutaj
</a><br /> <a href="#">->tomczan
</a><br /><br />