I think I misunderstood you at first. Anyways, I installed the script as instructed on the demo page and replaced:
HTML Code:
<div id="jason" style="width: 300px; background: #FFFFCC; display:none">
<b>Content inside DIV!</b><br />
<b>Note: Fade effect enabled. Height programmically defined. DIV hidden using inline CSS.</b><br />
</div>
with:
HTML Code:
<div id="jason" style="width: 300px; background: #FFFFCC; display:none">
<form action="#">
<div>
<input type="submit" value="Go!">
</div>
</form>
</div>
After expanding it so that I could see the form, I was able to submit it in FF.
Perhaps you have some style that covers the button with an unseen element in FF.
Bookmarks