problem with firefox and IE7

problem with firefox and IE7

am 24.11.2007 12:51:15 von anup lama

hi all,
i have made a website named sikkkimrmdd.org, the problem is that wen eva i browse the site with firefox and IE7 the allignment is not proper.... pls help how to solve this problem.... u can view the website in the given browser and find the problem also.....

From http://www.developmentnow.com/g/8_2006_1_0_6_0/dotnet-framew ork-aspnet.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com

Re: problem with firefox and IE7

am 24.11.2007 15:01:44 von Guffa

anup lama wrote:
> hi all,
> i have made a website named sikkkimrmdd.org, the problem is that wen eva i browse the site with firefox and IE7 the allignment is not proper.... pls help how to solve this problem.... u can view the website in the given browser and find the problem also.....

I can't browse to that page. Until you post a working address so that I
can look at the page, I can give you some basic pointers:

1. Make sure that you have a proper doctype on the page. If you don't,
it will be rendered in quirks mode, which gives you problem especially
in IE.

2. Make sure that the htlm and css validates. W3C.org has a validator
that you can use. Open the Error Console in Firefox, it will tell you
any css errors when you browse to the page.

3. IE has several rendering bugs. If you have built your page to work
with IE, the layout will most likely rely on those rendering bugs to
look as you intended, and it will not look that way in any other browser.