Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/11/2013, 16:19
Avatar de CMushroom
CMushroom
 
Fecha de Ingreso: diciembre-2011
Ubicación: Morelos
Mensajes: 99
Antigüedad: 12 años, 10 meses
Puntos: 1
Pregunta Respuesta: menu visible en todo momento

Gracias era cosa de poner la posicion fixed en el css

Código HTML:
h1.menu{
	width: 330px;
	position:fixed;
	right:0px;
	top:0px;
	font-weight:normal;
	text-transform:uppercase;
	font-size:34px;
	color:#fff;
	background:transparent url(../imagenes/bg.png) repeat top left;
	padding:0px 15px 10px 15px;
}
						
h1.menu span{
	font-size:14px;
	display:block;
}

h5.descripcion{
	width: 330px;
	position:fixed;
	right:0px;
	top:100px;
	font-weight:normal;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
	background:transparent url(../imagenes/bg.png) repeat top left;
	padding:0px 15px 10px 15px;
}