Hello...i have an issue with firefox since is displaying my drop down menu differently...My HTML code
<form name="form" id="form">
<select name="jumpMenu" id="jumpMenu" onchange="MM_jumpMenu('parent',this,0)">
<option>Select a publication</option>
<option value="publications/1.pdf">Sample1</option>
<option value="publications/2.pdf">Sample2</option>
<option value="publications/3.pdf">Sample3</option>
</select>
</form>
#jumpMenu{
position:absolute;
width:262px;
height:26px;
line-height:26px;
text-indent:10px;
background:url(../images/drop_down.png) no-repeat 0 0;
cursor:default;
z-index:1;
}
It works ok in all browsers...except firefox..
Please see screenshot to see what i mean
If anyone has any idea why or how to fix this...Please share...
Many Thanks
q4c

New Topic/Question
Reply


MultiQuote





|