genzedu777 Posted November 6, 2010 Share Posted November 6, 2010 Hi guys, I am encountering a weird problem, only in IE explorer, the rest of the browsers have no such problem. Could you visit http://www.championtutor.com/tutor_registration.php As you click on the words of 'Part Time Tutor', preferred locations checkbox 'Neo Tiew, Kranji' is checked as well, as you click on the words of 'Full Time Tutor', 'North West' checkbox is checked It's very weird, it only happens in IE browser. Any suggestion? Thanks Link to comment https://forums.phpfreaks.com/topic/217908-bug-happens-in-ie-browser-only/ Share on other sites More sharing options...
PaulRyan Posted November 6, 2010 Share Posted November 6, 2010 Not sure if this is the problem, but I've noticed the input's referenced by you have the same value and ID trying changing them maybes? Regards, Paul. Link to comment https://forums.phpfreaks.com/topic/217908-bug-happens-in-ie-browser-only/#findComment-1130941 Share on other sites More sharing options...
PFMaBiSmAd Posted November 6, 2010 Share Posted November 6, 2010 The problem is most likely due to one or more of the 300+ HTML markup errors on the page - http://validator.w3.org/check?uri=http%3A%2F%2Fwww.championtutor.com%2Ftutor_registration.php&charset=%28detect+automatically%29&doctype=Inline&group=0 The other browsers are ignoring the invalid makeup and functioning, while IE is not. I suspect the problem is due to the duplicate id's, but there are so many other errors present, I could be wrong. Before you can even begin to worry about cross-browser functionality, you must have error free markup on the page. Link to comment https://forums.phpfreaks.com/topic/217908-bug-happens-in-ie-browser-only/#findComment-1130943 Share on other sites More sharing options...
Pikachu2000 Posted November 6, 2010 Share Posted November 6, 2010 There are over 300 validation errors on that page. Link to comment https://forums.phpfreaks.com/topic/217908-bug-happens-in-ie-browser-only/#findComment-1130945 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.