|
<html> <head> <style type="text/css"> img { -moz-opacity:0.4;filter:alpha(opacity=40);cursor:hand } </style> </head> <body>
<img src="images/logo.jpg" width="285" height="137" alt="webokuyuz.biz" onmouseover="this.style.MozOpacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.MozOpacity=0.4;this.filters.alpha.opacity=40" />
<img src="images/logo1.jpg" width="285" height="137" alt="webokuyuz.biz" onmouseover="this.style.MozOpacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.MozOpacity=0.4;this.filters.alpha.opacity=40" /> </body> </html>
|