I created a form in Dreamweaver CS4 and imported its code as I normally did and as recommended. However, the <submit> button is inactive and won't respond to a mouse click so I am unable to submit the form.
Please see url: http://ipatrivers.rvha.gov.ng/park/index.php?option=com_chronocontact&Itemid=30
and I will appreciate your assistance. I have looked at all of the embedded codes but can't find the issue. Thx
Please see url: http://ipatrivers.rvha.gov.ng/park/index.php?option=com_chronocontact&Itemid=30
and I will appreciate your assistance. I have looked at all of the embedded codes but can't find the issue. Thx
Hi,
At a first glance at the form (using FireBug), it would appear there's a transparent, interactive layer above the submit-button. Increasing the height of the CSSPanell_c from 400px to 435px allows me to interact with the button, as this pushes the CSSPanell_f layer down an additional 35px - just about enough to clear the button. Unfortunately, this leaves a white stripe at the bottom of the form.
/Fredrik
At a first glance at the form (using FireBug), it would appear there's a transparent, interactive layer above the submit-button. Increasing the height of the CSSPanell_c from 400px to 435px allows me to interact with the button, as this pushes the CSSPanell_f layer down an additional 35px - just about enough to clear the button. Unfortunately, this leaves a white stripe at the bottom of the form.
/Fredrik
This topic is locked and no more replies can be posted.