I was looking at a design created by a colleague and something happened that threw me over! The website works in every other browser (Chrome, IE, Opera) but is BROKEN in Firefox (Shiretoko FFx64 v3.5)! Here is the website: http://www.technosoftconsultants.com/ I'm thinking its a javascript issue. Can someone verify the situation and decipher why this is so? Also can somebody please check if it works on a 32bit Firefox? Regards, Manoj Sterex
Take a look at the source code in Firefox (view > Page Source) and you will see that the first part of your <body> section is commented out. In other words, Firefox is treating your <body>, and first couple <div> tags as html comments. It must have to do with that mess that is commented out in the head section. Instead of closing your last comment like this ---------> try closing it with just this -->
Ya browser compatibility problem. Check your code in html valdator or check your css in validation tool
Its a browser compability issue and it happens many times like you are using IE and if you add some code like Ajax or other one it looks as u want in IE. But when it comes to Other Browser it differs so i think you have to think that otherwise you have to give the validation that the site will opens only on the IE and Google crome and if not then give them popup message that browser is not suitable for the site so please change it.