Estoy empezando a utilizar lightBox de JQuery y me encuentro con algún que otro problema, a ver si me echais un cable:
Tengo este codigo en mi web:
Código PHP:
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="jquery.lightbox-0.5.css" media="screen" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.lightbox-0.4.js"></script>
<script type="text/javascript">
$(function() {
// Use this example, or...
$('#gallery a').lightBox({fixedNavigation:true});
});
</script>
Despues tengo esto:
Código PHP:
<div id="gallery">
<a href="IMG/logo.gif"><img src="IMG/borraroff.gif" alt="" /></a>
</div>
¿Que hago mal???
Un saludo y gracias de antemano