Fade background image in and out with jQuery?

Prado

New Member
So far, I've tried a bunch of things to the effect of the following, without success:\[code\]<script type="text/javascript">var x = 0;while (true) { /* change background-image of #slide using some variation of animate or fadeIn/fadeOut with or without setTimeout */ x++;}</script>\[/code\]Any ideas?
 
Top