<html>
<head>
<title> Üzerine gelince saydamlığı değişen resim</title>
<style type="text/css">
.class1 {
-moz-opacity:0.3;
filter:alpha(opacity=30);
}
.class2 {
-moz-opacity:1;
filter:alpha(opacity=100);
}
</style>
</head>
<body>
<img src="resim.jpg" class="class1" onmouseover="this.className='class2;'" onmouseout="this.className='class1';">
</body>
</html>
buyrun bunu halletitk ama mesela kraloyunda menülerin üzerine gelince etrafında çerçeve çıkıyor nasıl yapılıyor o