Código CSS:
Ver original
.menu_lateral { position:static; float: left; width: 20%; height: 100%; background-color: transparent; } .cuadrolateral { background: url(Imagenes/Fondos/lateral_fondo.gif) repeat; } .lateralsuperior div { background: url(Imagenes/Fondos/lateral_s_i.gif) no-repeat top left; } .lateralsuperior { background: url(Imagenes/Fondos/lateral_s_d.gif) no-repeat top right; } .lateralinferior div { background: url(Imagenes/Fondos/lateral_i_i.gif) no-repeat bottom left; } .lateralinferior { background: url(Imagenes/Fondos/lateral_i_d.gif) no-repeat bottom right; } .lateralsuperior div, .lateralsuperior, .lateralinferior div, .lateralinferior { width: 100%; height: 7px; } .lateralcontenido { text-align:center; } .cuerpolateral { height:100%; width:20%; margin-top:2%; margin-left:2%; }
Si os fijais en la ultima class (cuerpolateral) le digo cual es el tamaño que yo quiero que se le aplique.
Por si acaso aqui tienen el codigo html de la web.
Código HTML:
Ver original
Espero que alguien me pueda ayudar por que estoy un poco desesperado, seguro que el error es una chorrada, pero no tengo mucha experiencia en css, asi que para mi seguro que es lo mas complicado del mundo.
Un saludo
Pinty