Voila le script que j utilise sur mon site, j aimerai changer la couleur du fond, comment faire? Merci d'avance
<script language="JavaScript">
<!--
//PLF-http://www.jejavascript.net/
function menuderoulant(selection){
window.location=selection.options[selection.selectedIndex].value;
}
//-->
</script>
<form name="form1">
<div align="center">
<select name="Toute la collection" onChange="menuderoulant(this)">
<option value="http://www.bijouxhergante.com/collection_bijoux_hergante_createur/index.html">Toute la collection</option>
<option value="http://www.bijouxhergante.com/collection_bijoux_hergante_createur/index.html">Collection</option>
<option value="http://www.bijouxhergante.com/bague_bijoux-hergante_createur/index.html">Bagues</option>
<option value="http://www.bijouxhergante.com/collier-bijoux-en-ligne/index.html">Colliers</option>
<option value="http://www.bijouxhergante.com/boucles_oreilles_bijoux_hergante_createur/index.html">Boucles d'oreilles</option>
<option value="http://www.bijouxhergante.com/bracelet_bijoux_hergante_createur/index.html">Bracelets</option>
<option value="http://www.bijouxhergante.com/bijoux_de_pied/index.html">Bijoux de pied</option>
<option value="http://www.bijouxhergante.com/bijoux_homme/index.html">Bijoux Homme</option>
<option value="http://www.bijouxhergante.com/bijoux_sac_hergante_createur/index.html">Bijoux sac</option>
<option value="http://www.bijouxhergante.com/bijoux_enfants_hergantine/index.html">Bijoux enfant</option>
<option
value="http://www.bijouxhergante.com/pochette_bijoux/index.html">Pochette</option>
<option
value="http://www.bijouxhergante.com/statuette_bijoux/index.html">Statuette</option>
</select>
</div>
</form>