I have a google map on my contact Us page, the problem is the map shows in firefox but not in IE, and i don't know why?
http://www.pestcontrolonline.com/~pe...age=contact_us
I have a google map on my contact Us page, the problem is the map shows in firefox but not in IE, and i don't know why?
http://www.pestcontrolonline.com/~pe...age=contact_us
I have a google map on my contact Us page, the problem is the map shows in firefox but not in IE, and i don't know why?
http://www.pestcontrolonline.com/~pe...age=contact_us
IE is *much* less forgiving than FireFox on validation errors. You might want to correct the 106 validation errors on your "Contact Us" page ...
So would that actually stop IE from displaying the map???
It could be most anything, but I'd focus on the structural errors:
Line 199: Javascript is inserting a <table> tag followed directly by a <td> with no intervening <tr>
Line 208: Use of the non-standary <layer> tag.
Line 523: Multiple missing </a>'s, also not escaping the & characters in the href's to &
Line 661: You've got a <body> tag within the body of the document (I'd focus on this one)