Ver Mensaje Individual
  #4 (permalink)  
Antiguo 23/06/2009, 06:05
opzina
 
Fecha de Ingreso: marzo-2008
Mensajes: 1.020
Antigüedad: 16 años, 1 mes
Puntos: 21
Respuesta: (Ayuda) no me toma la clase

Hola, gracias por sus datos..

...pero no hay caso no doy en la tecla..

esta es la css completa:

Código HTML:
#panel {
	float:left;
	width:198px;
	min-height:560px;
	height:auto;
	overflow:hidden;
	margin-left:10px;
}

#panel ul li ul li {
	margin : 0;
	padding : 0 0 0 10px; 
	border-bottom : 1px solid #E8CC1C; 
	background:url(../img/vineta.png) no-repeat 5px 5px;
	height:20px;
	margin-top:3px;
}

#panel li a {
	margin-left:10px;
	margin-top:15px;
	text-decoration:none;
	color:#de7047;
}

.panelin {
	width:198px;
	min-height:200px;
	height:auto;
	overflow:hidden;
	background-color:#F6E99A;
	border-left:solid 2px #E0BB0C;
}

.pan_tit {
	width:198px;
	height:50px;
	background:url(../img/tit.panel_bg.jpg) no-repeat;
}

.pan_tit, #perfi ul li h1 {
	font-family:Calibri;
	font-size:18px;
	color:#de7047;
	position:relative;
	top:15px;
	left:25px;	
}	
No me toma el h1 y no puedo dar formato al titulo contenido en el mismo.
Cuando aplicos las formas que ustdes me recomendaron, no le da formato al h1 y me mueve el fondo de .pan_tit .

Saludos