24/11/2010, 20:18
|
| | | Fecha de Ingreso: enero-2002 Ubicación: veracruz
Mensajes: 69
Antigüedad: 23 años Puntos: 0 | |
Respuesta: Lightbox JS v2.04 no funciona en IE 9 Hola Drakerz.
no lo tengo online pero te puedo pasar el codigo, para que me digas si estoy errado en algo, pero segun yo estoy bien.
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<style type="text/css">
<!--
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style>
</head>
<body>
<div align="center">
<table width="200" border="0">
<tr>
<td><a href="gal/pictures/large/01.jpg" rel="lightbox [roadtrip]" title="evento masonico" > <img src="gal/minis/01.jpg" width="129" height="100" border="0" /></a></td>
<td><a href="gal/pictures/large/02.jpg" rel="lightbox [roadtrip]" title="evento masonico"><img src="gal/minis/02.jpg" width="129" height="100" border="0" /></a></td>
<td><a href="gal/pictures/large/03.jpg" rel="lightbox [roadtrip]" title="evento masonico"><img src="gal/minis/03.jpg" width="129" height="100" border="0" /></a></td>
</tr>
</table>
</div>
</body>
</html> |