Forum Moderators: open
I have designed a few drop down lists and have validated the code using W3C validator. Despite it the form submit button is not visible in firefox. It is fine in internet explorer. I am using the latest version of firefox with javascript on. I even compared the source code as visible in forefox and in IE, and there seems to be no difference. I even tried remving the tables from the forms as I thought that the elements might be overlapping, but to no avail. I searched mozilla bug list and forums but could not find any solution. Can any one suggest me what is going wrong here?
The code i am using is:
<input type="button" value="GO" onClick="document.form.submit()"></input>
Have you tried using:
<input type="submit" value="GO">