Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/04/2012, 15:25
juanpablosolari
 
Fecha de Ingreso: febrero-2012
Mensajes: 19
Antigüedad: 13 años
Puntos: 0
Respuesta: Trabajando con Valores porcentuales

Paso a mostrarte : http://www.reggaelasplantas.com.ar/rlpweb/

La botonera y la imagen que use para el logo, se mueven segun la resolucion que tenga, hay alguna forma de estaquearlas para que no se muevan más?

El CSS es este:

Código:
*{
	margin: 0;
	padding: 0; 
}

body{
	background:url(img/bg1.jpg) no-repeat fixed;
}

#header{
	background:#26221E;
	width:100%;
	height:10%;
	position:fixed;
	top: 0px;
}

.datahd{
	background: #26221E;
	height:100%;
	width:50%;
	position:relative;
	left:25%
}

.logo{
	width: 100px;
	height:40px;
	position:relative;
	top:23%
}

.botonera{
	position:relative;
	top:-7%;
	left: 58%;
}

.botonera li{
	display:inline;
}

.botonera li img{
	float:left;
}

.botonera li a{
	color: #82734a;
	font-size:80%;
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
	float:left;
	padding: 5px;
}

.botonera li a:hover{
	color: #a17416;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	text-decoration: underline;
	float:left;
	padding: 5px;
}

#footer{
	background:#26221E;
	width:100%;
	height:10%;
	position:fixed;
	bottom:0px;	
}

.dataft{
	background: #26221E;
	height:100%;
	width:50%;
	position:relative;
	left:25%
}

.creditos{
	position:relative;
	top:15%;
	
}

.creditos p{
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
	text-align:center
}

#content{
	background: #26221E;
	width:50%;
	height:76%;
	position:absolute;
	margin-top:1%;
	top: 140px;
	left: 25%;
	top: 10%;
}


Necesito que quede quieto lo que lleva contenido sino hay monitores que no van a poder ver nada... Alguna idea?

Última edición por juanpablosolari; 26/04/2012 a las 16:19