i have created a site.I normally use mozilla firefox but one day when i open my site in internet explorer i was shocked that some part of my site is not displaying but when i open it in firexfox all site is displaying properely.
It sounds like you have used features that aren't supported by IE in the HTML, CSS or JavaScript. Try and write to W3C standards and make sure you test in as many browsers as you can.
There are many tools which check your website in various browser, my site for example is super fast in ie, but slightly slower in my favourite browser - firefox!
You need to do unit testing - Don't code your entire site before checking in IE. Code in increments. That way, if something goes wrong, you know the exact piece that isn't functional as opposed to weeding through lines of code.
I agree -- always code your site for Firefox first; MicroStoopid Internet Exploder has alot of issues with current coding techniques which cause many sites to not display properly.
If you give us the URL, we can most likely identify the problem quickly, and tell you not only what the problem is, but also how to fix it.
Yeah there is something in your site which do support the IE but not firefox if you link here to your site we would also check it whats and where is tthe problem and would help you .
Well first of all, I suggest that everybody validate their code...make sure it is all valid html and css code, then usually most of the problems fix themselves.