Arkadaşlar Fatih Hayrioğlu'nun bir css toltipi gözüme çarptı çok başarılı ve güzel bir uygulama olmuş.
Fakat ben bunu text link değilde bir (linksiz) resmin üzerine gelince açılmasını istiyorum kodu aşağıya pasteledim yardımcı olabilecek arkadaşlara şimdiden teşekkürler.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
<title>Untitled Document</title>
<style>
a.aracIpucu{
position: relative;
}
a.aracIpucu span {
display: none;
}
a.aracIpucu:hover span {
display:block;
position:absolute;
top:18px;
left:20px;
width:200px;
padding:2px 6px;
border:1px solid #963;
background-color:#FF6;
color:#000;
}
a.aracIpucu:hover {
text-decoration:none;
font-size: 100%; /* IE5.x/Win duzeltmek icin */
}
</style>
</head>
<body>
<p><a href="http://www.fatihhayrioglu.com/" class="aracIpucu">Fatih Hayrioğlu'nun<span> (Fatih Hayrioğlu'nun Not Defteri) </span> </a> web sitesine bir göz atın.</p>
</body>
</html>