View Full Version : Button not showing up in Mozilla
SDP2006
09-28-2003, 01:06 AM
my site, www.net-riches.com, for some reason a form button at the lower left hand corner is not showing up in mozilla but it is showing up in IE?
Why?
Nightfire
09-28-2003, 01:17 AM
I could spend all day saying why it's not working, but instead I'm just gonna direct you to the validator
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.net-riches.com%2Fincludes%2Fcategories.php%3Fcat%3Dhome
SDP2006
09-28-2003, 01:22 AM
Still do not see what is wrong. I no I am majorly not valid, but still, why is it not showing up in Mozilla?
Nightfire
09-28-2003, 01:30 AM
You're using xhtml tags in a html 4 document, you're not closing links off, you're not closing forms off. The validator results tells you all this.
SDP2006
09-28-2003, 01:49 AM
I know that, but that still doesnt explain to me why the button is showing up in IE and not in Mozilla
missing-score
09-28-2003, 02:20 AM
Because IE and Mozialla work differently... When you design, what works fine in one browser can often look different in another, hence XHTML and Layers are now used...
So if you correct your markup, then try it, it should work.
SDP2006
09-28-2003, 03:02 AM
Originally posted by Nightfire
You're using xhtml tags in a html 4 document...
Where do you get that from? Sorry guys, but I can't still find my problem....
<input type="submit" value="Go!" class="form">
Works in IE, not in Mozilla.
Nightfire
09-28-2003, 03:06 AM
Me and Missing-score have told you this now, and you still don't seem to be understanding at all.
it is not showing due to all your errors. fix the errors and it'll show
mordred
09-28-2003, 03:09 AM
<option>Purple</option>
<option>Teal</option>
<input type="submit" value="Go!" class="form">
</select>
Hmm... the validator moans about this part of code:
# Line 93, column 45: document type does not allow element "INPUT" here (explain...).
<input type="submit" value="Go!" class="form">
So putting your input button outside the select list will solve your problem. Just as the validator tells you and others pointed out for you.
SDP2006
09-28-2003, 03:18 AM
Pardon my stupidity
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.