Tengo un problema, estoy haciendo el segundo lateral de una pagina y me esta pegando un salto de linea cosa que se me esta viendo asi
Me parece raro por que las medidas me estan dando todas justas aca dejo los codigos html y css:
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="description" content="muchas cosas"/> <meta http-equiv="Refresh" content="60;URL="> <link href="Estilos.css" type="text/css" rel="stylesheet"/> <img src="imagenes/Cabezera.jpg" alt="Cabezera-web" width:="800" height="70"/></div>
<li><a href="#" class="estilo-menuh">Nada
</a></li> <li><a href="#" class="estilo-menuh">Nada
</a></li> <li><a href="#" class="estilo-menuh">Nada
</a></li> <li><a href="#" class="estilo-menuh">Nada
</a></li>
<h1 class="menuv-title"></h1> <p><a href="#">Nada
</a></p> <p><a href="#">Nada
</a></p> <p><a href="#">Nada
</a></p> <p><a href="#">Nada
</a></p>
<!-- el medio -->
<!-- lateral2 -->
Código CSS:
Ver original*
{
margin:0px auto;
padding:0px;
}
body
{
background-image:url(imagenes/fondo.gif);
text-align:center;
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
margin:1em 0em 1em 0;
}
#contenedor
{
text-align:left;
width:800px;
background-color:#FFFFFF;
margin:auto;
}
#cabezera
{
width:800px;
height:70px;
}
#menuh
{
list-style-type:none;
}
/*border*/
#menuh a:link, #menuh a:visited
{
float:left;
width:200px;
height:20px;
background-image:url(imagenes/Fondo-menuh-boton.jpg);
text-decoration:none;
text-align:center;
}
#menuh a:hover
{
background-image:url(imagenes/Fondo-menuh-boton-2.jpg);
color:#339900;
}
#menu li
{
display:inline
}
.estilo-menuh
{
font-weight:bold;
color:#FF3300;
}
#cuerpo
{
background-color:#000000;
width:50em;
height:20em;
float:right;
}
#lateral
{
background-color:#000099;
width:10em;
height:20em;
float:left;
}
/*Title*/
.menuv-title
{
background-image:url(imagenes/Menuv-lateral.jpg);
height:45px;
}
/*Menu*/
#menuv
{
text-align:center;
}
#menuv p
{
margin:0px;
padding:0px;
height:25px;
background-image:url(imagenes/Menuv-boton.jpg)
}
#menuv a:link, #menuv a:visited
{
text-decoration:none;
font-weight:bold;
}
/*2� imagen boton*/
#menuv a:hover
{
}
#centro
{
width:30em;
height:20em;
background-color:#FF0000;
}
#lateral2
{
float:right;
width:10em;
height:20em;
background-color:#006666;
}