Ver Mensaje Individual
  #6 (permalink)  
Antiguo 02/02/2010, 16:27
troj
 
Fecha de Ingreso: septiembre-2009
Mensajes: 90
Antigüedad: 14 años, 7 meses
Puntos: 0
Respuesta: Ie problema con imagen dentro div

te pongo esto ponle tu las direcciones a unas imagenes y veras a que me refiero
no te pongo el java script por que creo que no viene al caso .

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">


<head>
<title>pagina css</title>
<script type="text/javascript" src="galeria.js"></script>

<style type="text/css">
div#muestra {
width:250px;
height:200px;
padding:0;
margin:0 auto;
border:2px solid black;
}

p#titulos {

padding:0;
border:2px solid white;
width:250px;
height:20px;
margin:0 auto;

}

</style>

</head>
<body>
<p id="titulos">imagen1</p>
<div id="muestra"><img class="Imagenes" id="Imagenes" alt="imagen" width="250"; height="200">
</div>
<p id="navegar"><span><a href="#inexistente" id="anterior"><</a></span>&nbsp;<span>
<a href="#inexistente" id="siguiente" >></a></span>
</p>

</body>

</html>