MEmbuat Gambar ;
    <html>
    <body>
    <html>
    <head>
    <script type="text/javascript">
    function mouseOver()
    {
    document.getElementById("b1").src ="b_blue.gif";
    }
    function mouseOut()
    {
    document.getElementById("b1").src ="b_pink.gif";
    }
    </script>
    </head>

    <body>
    <a href="http://www.agresiworld.blogspot.com" target="_blank">
    <img border="0" alt="Visit agresiworld!" src="pink.gif" id="b1" width="26" height="26" onmouseover="mouseOver()" onmouseout="mouseOut()" /></a>
    </body>
    </html>
    Lihat hasilnya ;

Posting Komentar untuk " "