Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/11/2008, 15:11
Avatar de willyfc
willyfc
 
Fecha de Ingreso: octubre-2008
Ubicación: Santa Cruz - Bolivia
Mensajes: 662
Antigüedad: 15 años, 6 meses
Puntos: 40
rollover a span

Hola:

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> 
y lo que quiero hacer es que al pasor el cursor cambie de color pero con el span o div por que no quiero usar imágenes

gracias de antemano