<script> $(document).ready(function(){ $('#dizi').hover(function(){ $('#bilgi').show(); },function(){ $('#bilgi').hide(); }); }); </script>