Ver Mensaje Individual
  #6 (permalink)  
Antiguo 07/02/2011, 06:18
mick089
 
Fecha de Ingreso: febrero-2009
Mensajes: 175
Antigüedad: 15 años, 1 mes
Puntos: 0
Respuesta: Ayuda. para que vaya cambiando la imagen

Código HTML:
<!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" />
<style type="text/css">
<!--

#apDiv1 {
	position:relative;
	margin:auto;
	width:850px;
	height:950px;
	z-index:1;
	background-color: #FFFFFF;
	top: 55px;
}

#apDiv3 {
	position:absolute;
	width:618px;
	height:283px;
	z-index:2;
	left: 231px;
}

-->
</style>
</head>

<body>
<div id="apDiv1">
 <div id="apDiv3">   AQUI EL DIV DONDE SE IRAN CAMBIANDO LAS IMAGENES </div>


</body> 
Aqui os dejo el codigo