Ciao a tutti,sono un nuovo utente.
Avrei un problema:
Ho un blog tipo Windows Vista e ci vorrei mettere nella "sidebar" uno slideshow tipo quello originale.
Fino a quì tutto OK ,ho anke il programma per crearlo:si chiama VisualLightBox 2.3 ;
Il codice originale è questo:
Adesso,invece di far premere prima sull'immagine,vorrei attivare automaticamente lo slideshow.
Vi ringrazio anticipatamente e vi prego:AIUTATEMIII! :crying:
Avrei un problema:
Ho un blog tipo Windows Vista e ci vorrei mettere nella "sidebar" uno slideshow tipo quello originale.
Fino a quì tutto OK ,ho anke il programma per crearlo:si chiama VisualLightBox 2.3 ;
Il codice originale è questo:
Codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Visual LightBox Gallery generated by VisualLightBox.com</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="keywords" content="VisualLightBox, LightBox, Photo Gallery, Photo Gallery Ajax, Photo Gallery Builder" />
<meta name="description" content="Visual LightBox Gallery created with VisualLightBox, a free wizard program that helps you easily
generate beautiful Lightbox-style web photo galleries" />
<link rel="shortcut icon" href="favicon.ico" />
<!-- Start VisualLightBox.com HEAD section -->
<link rel="stylesheet" href="engine/css/vlightbox.css" type="text/css" />
<style>#vlightbox a#vlb{display:none}</style>
<link rel="stylesheet" href="engine/css/visuallightbox.css" type="text/css" media="screen" />
<script src="engine/js/jquery.min.js" type="text/javascript"></script>
<!-- End VisualLightBox.com HEAD section -->
</head>
<body bgcolor=#ffffff>
<!-- Start VisualLightBox.com BODY section -->
<div id="vlightbox">
<a rel="lightbox_vlb" href="data/images/(io)ciao.jpg" title="(io)ciao"><img src="data/thumbnails/(io)ciao.png"><span></span></a>
<a rel="lightbox_vlb" href="data/images/sul_traghetto_red.jpg" title="sul traghetto red"><img
src="data/thumbnails/sul_traghetto_red.png"><span></span></a>
<a rel="lightbox_vlb" href="data/images/sul_traghetto.jpg" title="sul traghetto"><img src="data/thumbnails/sul_traghetto.png"><span></span></a>
<a rel="lightbox_vlb" href="data/images/8133_1194966885208_1559533510_495524_3158397_n.jpg"
title="8133_1194966885208_1559533510_495524_3158397_n">
<img src="data/thumbnails/8133_1194966885208_1559533510_495524_3158397_n.png"><span></span></a>
<a rel="lightbox_vlb" href="data/images/me_yahoo.jpg" title="me_yahoo"><img src="data/thumbnails/me_yahoo.png"><span></span></a>
<script src="engine/js/visuallightbox.js" type="text/javascript"></script>
</div>
<!-- End VisualLightBox.com BODY section -->
</body>
</html>
Vi ringrazio anticipatamente e vi prego:AIUTATEMIII! :crying: