salve,
ho inserito una slideshow sopra la barra di navigazione del mio sito e poi una lightbox al di sotto.

La slideshow funziona e la light box no, di seguito le parti del codice interessate,

devo inserire una div id per la lightbox nel codice html?

Forse c'è conflitto tra i due codici java che ho messo in due cartelle separate?




<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>

<title>Site Template n. 5 con slideshow </title>
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>

<script type="text/javascript" src="js1/prototype.js"></script>
<script type="text/javascript" src="js1/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js1/lightbox.js"></script>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />

<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/fade.js"></script>
<script type="text/javascript" src="js/jquery-compressed.js"></script>

<link rel="stylesheet" type="text/css" href="style.css" media="screen"/>