Salve
Come faccio a dire nello script che l'immagine deve farla vedere dopo 15 sec??<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript">
$(document).ready(function() { $("#box").fadeIn(5000).delay(3000).fadeOut(2000);
});
</script>...