Ver Mensaje Individual
  #9 (permalink)  
Antiguo 27/07/2011, 11:27
Avatar de JuJoGuAl
JuJoGuAl
 
Fecha de Ingreso: julio-2009
Ubicación: Venezuela
Mensajes: 754
Antigüedad: 14 años, 8 meses
Puntos: 19
Respuesta: La Capa se estira mas de lo que debe

Bueno este es el codigo que veo cuando le doy (VER CODIGO FUENTE)
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" />

<title>Documento sin t&iacute;tulo</title>

<link href="/Estilos.css" rel="stylesheet" type="text/css" />

<style type="text/css">

<!--

* {margin: 0; padding: 0;}

html, body {width: 100%; height: 100%;}

body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	

}

#Azul {

	position:absolute;

	left:0%;

	top:0px;

	width:100%;

	height:104px;

	z-index:1;

	background-color: #1b1464;

}

#Amarillo {

	position:absolute;

	left:94px;

	top:86px;

	width:90%;

	height:55px;

	z-index:2;

	background-color: #f4cf08;

}

#LogoBest {

	position:absolute;

	left:37px;

	top:1px;

	width:231px;

	height:150px;

	z-index:3;

}

#Botonera {

	position:absolute;

	left:9px;

	top:191px;

	width:131px;

	height:171px;

	z-index:4;

	background-color: #F4CF08;

}

#Layer1 {

	position:absolute;

	left:26%;

	top:156px;

	width:50%;

	height:auto;

	z-index:4;

	background-color: #CCCCCC;

}

#Layer2 {

	position:absolute;

	left:1%;

	top:156px;

	width:25%;

	height:auto;

	z-index:5;

	background-color: #99FF00;

	overflow: visible;

}

#Layer3 {

	position:absolute;

	left:76%;

	top:156px;

	width:24%;

	height:auto;

	z-index:6;

	background-color: #663300;

}

-->

</style>

</head>

<body>

<div id="Azul"></div>

<div id="Amarillo"></div>

<div id="LogoBest"><img src="Imagenes/BestShop.png" width="95%" height="95%" /></div>

<div id="Layer1"><br><p>AQUI VA EL HOME</p>

<p>AQUI VA EL HOME</p>

<p>AQUI VA EL HOME</p>

<p>AQUI VA EL HOME</p>

<p>AQUI VA EL HOME</p>

<p>AQUI VA EL HOME</p>

<p>AQUI VA EL HOME</p>

<p>AQUI VA EL HOME</p>

AQUI VA EL HOME</div>

<div id="Layer2">MENU DINAMICO </div>

<div id="Layer3">Publicidad ACA SI SERA DE UN TAMANO FIJO </div>

</body>

</html> 
para decirte lo q yo hago cuando le doy a restaurar ala ventana y la voy reduciendo los dIV se reducen y modifican los texto q llevan adentro y en el caso de las IMG no las hacer y se ve algo feo por eso busco q exista un tamano MINIMO establecido y el maximo si sea algo estirable...