Endre farge på Jumpmenu
Heisann!Kan jeg forandre bakgrunnsfarge skriftfarge og font på min Jumpmenu..? Tror jeg må bruke Javascript da....
Her er koden
----------
<script language="JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
-----------
<select name="select2" onChange="MM_jumpMenu('parent.frames['mainFrame']',this,0);MM_jumpMenu('parent.frames['mainFrame']',this,0);MM_jumpMenu('parent.frames['mainFrame']',this,0)">
<option value="startside.html" selected>Velg Butikk</option>
<option value="butikker/jernia.html">Jernia</option>
<option value="butikker/shilaz.html">Shilaz</option>
<option value="butikker/bistro.html">Bryggen Bistro</option>
<option value="butikker/fix.html">Fix Frisør & Parfymeri</option>
<option value="butikker/sport.html">Bryggen sport og Fritid</option>
<option value="butikker/trose.html">Tor'ne Rose Blomster og Gaver</option>
<option value="butikker/rimi.html">Rimi</option>
<option value="butikker/ssb.html">Sandnes Sparebank</option>
</select>
