Red5: 1 px Hüpfer (Code nachreiche)

Beitrag lesen

.tip { border-bottom:1px dotted #000000; cursor:help; }
a.tip,
a.tip:link,
a.tip:visited,
a.tip:active { color: #616161; text-decoration: none; position: relative; }
a.tip:hover { background: transparent; z-index: 100; }
a.tip span { display: none; text-decoration: none; }
a.tip:hover span {
display: block;
position: absolute;
top: 40px;
left: -50;
width: 100px;
z-index: 100;
color: #2f2f2f;
font-family: Verdana;
padding: 2px 10px;
background-color: #ebebeb;
text-align: left;
border-color: #780303;
border-style: solid;
border-width: 1px; }

-----------------------------------------------------

  
<A class=\"tip\" HREF=\"suche".$prefix.".php?xyz=".$row[0]."&amp;abc=".$row[2]."\">  
<img src=\"./mein_bild.gif\" border=0>  
<span>Text<br/>der Hilfe</span></a>