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

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

  });
  </script>

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


this code works but i would like to do the same with 3 different images

Reply via email to