Ciao a tutti, ho già usato lightbox senza problemi per alcuni siti. Ma stavolta riscontro problemi con firefox. Su IE funziona senza problemi mentre su firefox non funziona. Ecco il codice:
come mai?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" > <head> <title> >> Carnale Salerno << </title> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> <style media="all" type="text/css"> body{ margin: 0; padding: 0; } </style> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects"></script> <script type="text/javascript" src="js/lightbox.js"></script> </head> <body > <table width="300" align="center"> <tr> <td><table cellspacing="2" align="Center" border="0" > <tr> <td> <table width="100"> <tr> <td width="100" height="100"><div align="center" class="thumbnail">[img]../public/Gallery/small/S5000974.JPG[/img]</div></td> </tr> <tr> <td><div align="center" class="titoletti">foto 4</div></td> </tr> </table> </td><td> <table width="100"> <tr> <td width="100" height="100"><div align="center">[img]../public/Gallery/small/S5000975.JPG[/img]</div></td> </tr> <tr> <td><div align="center" class="titoletti">foto1</div></td> </tr> </table> </td> </tr><tr> <td> <table width="100"> <tr> <td width="100" height="100"><div align="center">[img]../public/Gallery/small/DSCI0091.JPG[/img]</div></td> </tr> <tr> <td><div align="center" class="titoletti">foto2</div></td> </tr> </table> </td><td> <table width="100"> <tr> <td width="100" height="100"><div align="center">[img]../public/Gallery/small/DSCI0102.JPG[/img]</div></td> </tr> <tr> <td><div align="center" class="titoletti">foto3</div></td> </tr> </table> </td> </tr> </table></td> </tr> </table> </body> </html>

Rispondi quotando