Hello,
does anyone know how to remove/hide the drop-down menu arrow? Would also like to remove the border/frame or if not possible, change the colour. Please find my code below.
Thanks!
M
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"
;
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
</head>
<body>
<form name="form1">
<select name="drop-down menu" onChange="MM_jumpMenu('parent',this,0)">
<option value="one.html" selected>one</option>
<option value="two.html">two</option>
<option value="three.html">three</option>
</select>
</form>
</body>
</html>
does anyone know how to remove/hide the drop-down menu arrow? Would also like to remove the border/frame or if not possible, change the colour. Please find my code below.
Thanks!
M
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
</head>
<body>
<form name="form1">
<select name="drop-down menu" onChange="MM_jumpMenu('parent',this,0)">
<option value="one.html" selected>one</option>
<option value="two.html">two</option>
<option value="three.html">three</option>
</select>
</form>
</body>
</html>