I'm using the great new Harpoon Cascading Menu, and I have a search form on
the page with the menu, and on mouse over of the menu, the menu expands and
the pop up select in the form disappears. I've tried moving the form around,
moving it to a different layer, and only including those two elements on a
page. Am I doing something wrong? What else could be causing this?  Code
follows.

Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516

<cfinclude template="Menu_Flash.cfm">

<table>
<tr>
<td>
<form action="Index.cfm?AppID=99" method="post" name="Submit" id="Submit"
style="normaltext">
<input class="normaltext" type="text" name="textfield" maxlength="30"
size="10">
 : 
<select name="select" class="normaltext">
<option selected>Person</option>
<option>Document</option>
</select>
<input type="hidden" name="MaxRows2" value="100">
<input  type="submit" name="Submit2" value="Go" class="normaltext"
height="12">
</td>
</tr>
</table>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to