Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/02/2010, 15:50
belld
 
Fecha de Ingreso: febrero-2010
Mensajes: 4
Antigüedad: 14 años, 2 meses
Puntos: 0
Respuesta: cómo quito este margen en blanco?

=========ESTE ES EL CODIGO DEL MENU============


<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Free CSS Navigation Menu Designs 2 at exploding-boy.com</title>
<style type="text/css">
<!--
body {
margin:0;
padding:0;
font: bold 11px/1.5em Verdana;
}

h2 {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0px;
padding: 0px 0px 0px 15px;
}

img {
border: none;
}

/*- Menu Tabs 11--------------------------- */

#tabs11 {
float:left;
width:100%;
background:#F9F7F3;
font-size:93%;
line-height:normal;
border-bottom:1px solid #C2BDAE;
}
#tabs11 ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#tabs11 li {
display:inline;
margin:0;
padding:0;
}
#tabs11 a {
float:left;
background:url("tableft11.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabs11 a span {
float:left;
display:block;
background:url("tabright11.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#9F9584;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs11 a span {float:none;}
/* End IE5-Mac hack */
#tabs11 a:hover span {
color:#FFF;
}
#tabs11 a:hover {
background-position:0% -42px;
}
#tabs11 a:hover span {
background-position:100% -42px;
}

#tabs11 #current a {
background-position:0% -42px;
}
#tabs11 #current a span {
background-position:100% -42px;
}
-->
</style>
</head>

<body>
<h2>Tab Menu 11</h2>
<div id="tabs11">
<ul>
<!-- CSS Tabs -->
<li id="current"><a href="index.html" target="_top"><span>Inicio</span></a></li>
<li><a href="alojamiento.html"><span>Alojamiento</span></a></li>
<li><a href="casas.html"><span>Casas</span></a></li>

</ul>
</div>
<p>&nbsp;</p>
<p>Despues de importar aqui el menu , lo unico que he hecho es crear un marco abajo para poder mostrar el contenido del menu . Lo que pasa que cuando voy hacer una vista previa del trabajo vereis que hay un espacio inmenso entre el MENU y lo escrito abajo .</p>
</body>
</html>