Forum Moderators: not2easy
.feeditem a:link, .feeditem a:visited {
position: relative;
z-index: 24;
text-decoration: none;
color: #000;
outline: none;
}
.feeditem a:hover {
z-index: 25;
background: #eee;
color: #666;
outline: none;
}
.feeditem a span {
display: none;
}
.feeditem a:hover span {
display: block;
position: absolute;
top: 2em;
left: 2em;
width: 300px;
border: 1px solid #ccc;
padding: 5px;
background-color: #eee;
color: #000;
font-family: Arial;
font-size: 10pt;
outline: none;
}
<li class="feeditem">
<?=$row['new']?><a href="<?=$row['permalink']?>" target=_new><?=$row['title']?><span><?=$row['desc']?></span></a>
</li>