Hi,
I am having a problem with my Jump Menu, and I'm unsure of why. I have the following code:
The result is this:Code:<select name="menu1" onChange="MM_jumpMenu('parent',this,1)" class="form"> <option value="" selected>Navigation</option> <option value="">- 1</option> <option value="">- 2</option> <option value="">- 3</option> <option value="">- 4</option> </select>
Obviously it needs to be inside a form in order to work properly, I used the following code:
The result is this:Code:<form name="form1" method="post" action=""> <select name="menu1" onChange="MM_jumpMenu('parent',this,1)" class="form"> <option value="" selected>Navigation</option> <option value="">- 1</option> <option value="">- 2</option> <option value="">- 3</option> <option value="">- 4</option> </select> </form>
I have no idea why it does this. Is there any solution to stop it from enlarging the jump menu area? Or am I better off just making a flash menu?
Thanks in advance for anyone who can help out!![]()







// 

Bookmarks