salve a tutti ho un piccolo problema ma spero che troverò qualcuno disposto ad aiutarmi. Ho questo codice html per inserire uno script carousel particolare: Premetto che devo inserirlo nella home qualcuno sa come posso fare? Vi prego aiutatemi è importante
br/> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Slideshow Example</title>
<link rel="stylesheet" href="simple.css" type="text/css" />
<link rel="stylesheet" href="../../themes/default/theme.css" type="text/css" />
<link rel="stylesheet" href="../../themes/default/ui.carousel.css" type="text/css" />
</head>
<body>
Prototype Carousel Examples
Horizontal
<
1
2
3
4
5
6
7
8
9
10
11
12
>
Javascript code
[removed][removed]
HTML Markup
[removed][removed]
Vertical
Previous
1
2
3
4
5
6
7
8
9
10
11
12
Next
Javascript code
[removed][removed]
HTML Markup
[removed][removed]
[removed][removed]
[removed][removed]
[removed][removed]
[removed]
var hCarousel = new S2.UI.Carousel("hcarousel", {cycle: 'loop'});
new PeriodicalExecuter(function(pe) { hCarousel.scrollNext(); }, 3);
var vCarousel = new S2.UI.Carousel("vcarousel", {orientation: 'vertical', cycle: 'loop'});
new PeriodicalExecuter(function(pe) { vCarousel.scrollNext(); }, 3);
[removed]
</body>
</html>