Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/05/2007, 04:36
Avatar de yournightmare86
yournightmare86
 
Fecha de Ingreso: abril-2006
Ubicación: Madrid
Mensajes: 875
Antigüedad: 18 años
Puntos: 9
Re: Problemas con diseño

Es CSS. Aquí tienes un ejemplo:
Código:
#panelderecho .sup (line 39)

{

width: 266px;

height: 41px;

}

#ultmensajes .sup (line 116)

{

background-color: #ffffff;

background-image: url(ultmensajes_sup.jpg);

background-repeat: no-repeat;

background-attachment: scroll;

background-x-position: center;

background-y-position: top;

}
.int (line 3)

{

border-left-width: 1px;

border-left-style: solid;

border-left-color: #628cd4;

border-right-width: 1px;

border-right-style: solid;

border-right-color: #628cd4;

padding-top: 3px;

padding-right: 3px;

padding-bottom: 3px;

padding-left: 3px;

background-color: #ebf4fc;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-x-position: 0%;

background-y-position: 0%;

}

#panelderecho .int (line 50)

{

padding-top: 6px;

padding-right: 6px;

padding-bottom: 6px;

padding-left: 6px;

}
Este sería el código CSS usado en la caja "Mensajes del foro".

Saludos.