timple-c
11/29/2017 - 8:10 PM

cool select by me!

cool select by me!

<div class="otro">
<select name="otro" id="otro">
	<option value="Seleccione">Otro producto o servicio</option>
	<option value="CarSafe">CarSafe</option>
	<option value="Autoplan">Autoplan</option>
	<option value="Bicicletas ">Bicicletas </option>
</select>
<svg></svg>
</div>
form select + svg{
	display:block;
	width:34px;
	height:40px;
	background:url('../images/arrow.jpg') no-repeat 0 0;
	position:absolute;
	top:0;
	right:0;
	pointer-events: none;
}