Hola amigo tengo un problema muy estúpido claro como siempre con el IE pero esta ves se han pasado . como no!!
bueno el caso es el siguiente me baje un jquery sexylightbox.v2.3.
ahora el archivo de ejemplo funciona sin embargo en la mier..... IE Pasa lo siguiente
Código:
<!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>SexyLightBox 2.3 - www.coders.me</title>
<link rel="stylesheet" href="global.css" type="text/css" media="all" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="http://localhost/events/js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="http://localhost/events/js/sexylightbox.v2.3.jquery.min.js"></script>
<link rel="stylesheet" href="sexylightbox.css" type="text/css" media="all" />
<script type="text/javascript">
$(document).ready(function(){
SexyLightbox.initialize({color:'black', dir: 'sexyimages', color: 'blanco'});
});
</script>
<style>
.alertbox
{
background : url(images/dialog-help.png) no-repeat scroll left top;
margin : 0 10px;
padding : 0 0 5px 40px;
font-family : Verdana;
font-size : 12px;
text-align : left;
}
.alertbox .buttons
{
text-align : right;
}
</style>
</head>
<body>
<div id="top">
<div id="header">
<h1>Sexy <span>LightBox 2.3</span></h1>
</div>
<div class="message">
<p>El LightBox más sexy de todos.</p>
</div>
<div class="hastoc">
<p>SexyLightBox is a clon, sexier and more lightweight than the classic LightBox. It was constructed while thinking about web designers toward an easy installation and use. The following examples will show you why it is considered to be "sexy".</p>
<h2 id="images"><span><a href="#top">Subir</a></span>Images</h2>
<div>
<p>Large images are automatically adjusted to window.</p>
<h3>Image</h3>
<div class="img_container">
</div>
<h2 id="sponsors"><span><a href="#top">Subir</a></span>Sponsored links</h2>
<div>
</div>
<div class="img_container">
</div>
<p>
<a href="demo-data.html?height=140&width=480" rel="sexylightbox" title="Contenido cargado via AJAX">Get data!</a>
</p>
<p>
<a href="demo-login.html?height=150&width=350" rel="sexylightbox" >Login Box</a>
</p>
<p>
<a href="demo-shake.html?height=150&width=350" rel="sexylightbox" >Shake Effect</a>
</p>
<p>
<a href="demo-alert.php?height=90&width=430&modal=1&background=black" rel="sexylightbox" >AlertBox</a>
</p>
</div>
</div>
</div>
</body>
</html>
si borro cualquier linea de las que hay dentro del body deja de funciona cosas sin sentido por ejemplo si borro esto
Código:
<p>SexyLightBox is a clon, sexier and more lightweight than the classic LightBox. It was constructed while thinking about web designers toward an easy installation and use. The following examples will show you why it is considered to be "sexy".</p>
ya no funciona .. veis algún sentido ???
cualquier cosa que borre o modifique de este código deja de funciona
haahaa dios maldito IE
no se que hacer ni porque no responde y porque precisamente funciona solo con esas lineas