quisiera que alguien me ayudara con este problemita.
tengo 5 span en una linea que estan de esta manera:
Código:
#menu_superior{ width:712px; height:68px; margin:0 35px 0 35px; } .representantes{ width:140px; height:68px; background-color:#949494; float:right; }
Código HTML:
<div id="menu_superior"> <span class="representantes"></span> <img src="imagenes/linea.jpg" alt="" width="2" height="68" style="float:right" /> <span class="representantes"></span> <img src="imagenes/linea.jpg" alt="" width="2" height="68" style="float:right" /> <span class="representantes"></span> <img src="imagenes/linea.jpg" alt="" width="2" height="68" style="float:right" /> <span class="representantes"></span> <img src="imagenes/linea.jpg" alt="" width="2" height="68" style="float:right" /> <span class="representantes"></span> </div>
gracias de antemano