<script>
  $(document).ready(function(){

    $(window).load( function () {
      $("img").fadeOut(4000);
    })
    .end();

  });
  </script>

</head>
<body>
<img src="cow2.jpg"/>
</body>
</html>





this code works, i just would like to have the same but with 3
images , how can it be done?

Reply via email to