using backstretch for a background....but wanting it to fade out.

using backstretch for a background....but wanting it to fade out.

Hi people, 

This is my code : 

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta http-equiv="refresh" content="4; URL=home.html">
  6. <title>Untitled</title>

  7. <!--[if gte IE 6]>
  8.  
  9.  
  10. <script type="text/javascript">
  11.     $.backstretch("rotate/intro_with_logo01.jpg", {speed: 550});
  12. </script>
  13.  
  14. <![endif]-->
  15.  
  16.  
  17.  
  18. </style> 

  19. <script type="text/javascript" src="scripts/jquery-1.4.2.js"></script>


  20. <script type="text/javascript" src="scripts/jquery.backstretch.min.js"></script> 
  21. <script type="text/javascript" src="scripts/jquery.backstretch.js"></script>


  22. <script type="text/javascript"> 
  23.     $.backstretch("rotate/rotate.php", {speed: 1000});
  24. </script> 


So the background images FADES In and after 4 seconds we get redirected to the homepage. Any way that the background image could fade out as well? ??

Any ideas?

Thank you very much for your time!