Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/01/2009, 14:12
Avatar de yosoyraro
yosoyraro
 
Fecha de Ingreso: enero-2009
Ubicación: Madrid
Mensajes: 26
Antigüedad: 15 años, 3 meses
Puntos: 0
Respuesta: Sidebar rebelde

Cambia todo el bloque del sidebar_bottom por este y nos cuentas.

Cita:
/*+++++++++++++++++++++++ Sidebar: Bottom component ++++++++++++++++++++++++++*/
.sidebar_bottom H2
{
font-family: Verdana, Arial, Georgia, Sans-serif;
font-size: 11px;
background: url(images/cat.jpg) no-repeat 56px 0px;
margin: 0 0 10px;
padding: 0px 0 0 8px;
width: 182px;
color: #FFC600;
text-transform: uppercase;
}
.sidebar_bottom LI
{
list-style: none;
float: left;
}
.sidebar_bottom
{
margin: 6px 0 0;
padding: 8px;
background: #4D4D4D;
width: 369px;
line-height: 12px;
text-align: justify;
border: 0px solid #91D3E9;
font-size: 10px;
font-family: verdana;
float: left;
}
.sidebar_bottom UL
{
list-style: none;
padding: 3px 0px 20px 10px;
}
.sidebar_bottom UL LI
{
padding: 4px 0 0px;
font-family: Arial, Georgia, Sans-serif;
font-size: 11px;
color: #7A888C;
width: 360px;
}
.sidebar_bottom UL LI A:link, .sidebar_bottom UL LI A:visited
{
color: #E7E7E7;
font-weight: 700;
}
.rsidebar UL LI H2
{
font-family: Verdana, Arial, Georgia, Sans-serif;
font-size: 11px;
background: url(images/cat.jpg) no-repeat top left;
margin: 0;
padding: 7px 0 0 8px;
height: 30px;
width: 182px;
color: #FFC600;
text-transform: uppercase;
}
.sidebar_bottom UL UL LI
{
padding: 0 0 0 20px;
line-height: 18px;
font-family: Arial, Georgia, Sans-serif;
background: url(images/arrow_blue.jpg) no-repeat 0px 0px;
}
.sidebar_bottom UL UL UL LI
{
padding: 0 0 0 14px;
line-height: 18px;
font-family: Arial, Georgia, Sans-serif;
font-size: 11px;
background: url(images/sub-cat.jpg) no-repeat 3px 3px;
}
.sidebar_bottom UL UL UL LI A:link, .sidebar_bottom UL UL UL LI A:visited
{
color: #E7E7E7;
font-weight: 700;
}
/*++++++++++++++++++++++++++++++ Footer +++++++++++++++++++++++++++++++++++*/
Si me permites un consejo.... intenta ser más ordenado con las etiquetas html... :)