I would SOOO APPRECIATE someone looking at this short script which makes an image disappear after a set amount of seconds, and then advise me as to how it may be modified to FADE away, instead of just snapping into disappearance. If you just open the script into an html doc, you should see the script in action; the image in the script rests in my server directory. Thanks.
<script type="text/javascript">window.setTimeout("document.getElementById('something').style.display='none';", 3000); </script>
<img id="something" src="http://bestartperiod.com/fademe02.jpg" width="400" height="300" border="0" alt="" />



Reply With Quote

Bookmarks