mi problema es el sgte estoy haciendo un menu en css lo digo desde ahora soy nuevo en css ..
mi menu tiene un problema o_O cuando quiero colocar varios cuadritos para varios menus quedan pegados uno del otro entren aqui para que vean
http://www.truekesoft.net/mi%20web%20css/FOROS/index.html
y quiero que queden separados como estos.
http://www.desarrolloweb.com/articulos/ejemplos/css/menu.html
COMO PUEDO HACER ESTE CODIGO MAS PEQUEÑO
************************************************** **
#boton
{
font-size:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
text-transform:capitalize;
text-decoration:none;
padding:3px;
color:#fff;
background:#638cb5;
width:100px;
height:20px;
float:left;
}
a:link
{
color:#FFFFFF;
}
a:visited
{
font-size:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
text-transform:capitalize;
text-decoration:none;
padding:3px;
color:#fff;
background:#638cb5;
width:100px;
height:20px;
float:left;
}
a:hover
{
font-size:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
text-transform:capitalize;
text-decoration:none;
padding:3px;
color:#fff;
background:#333333;
width:100px;
height:20px;
float:left;
}
*************************************************