buenas. tengo un problema con un menu. quiero mostrar un borde de una imagen de un menu y no me muestra.
este es mi css.
Código:
#menu{
background:url(../imagenes/menu.jpg) no repeat;
width: 648px;
height:40px;
padding: 0;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
}
mi codigo html
Código HTML:
<table width="648" border="0" cellpadding="0" cellspacing="0" id="menu">
<tr>
<td width="98" height="40"> </td>
<td width="2" height="40"><img src="imagenes/borde_menu.jpg" /></td>
<td width="70" height="40"><div align="center">Inicio</div></td>
<td width="2" height="40"><img src="imagenes/borde_menu.jpg" /></td>
<td width="104" height="40"><div align="center">Quienes Somos</div></td>
<td width="2" height="40"><img src="imagenes/borde_menu.jpg" /></td>
<td width="77" height="40"><div align="center">Productos</div></td>
<td width="2" height="40"><img src="imagenes/borde_menu.jpg" /></td>
<td width="85" height="40"><div align="center">Mi cuenta</div></td>
<td width="2" height="40"><img src="imagenes/borde_menu.jpg" /></td>
<td width="103" height="40"><div align="center">Registrate Aqui</div></td>
<td width="2" height="40"><img src="imagenes/borde_menu.jpg" /></td>
<td width="111" height="40"><div align="center">Contactenos</div></td>
</tr>
</table>