views:

36

answers:

1

I am not sure what is wrong with the following page and all the article pages on this website. The page is not even displayed completely.

http://highoncoding.com/Articles/717_Populating_TreeView_with_Different_Sources.aspx

On FireFox, Chrome and IE 8 it works fine.

IE 7 has problems! Now what should I do??

+2  A: 

If a page renders successfully, it is either because your page has no errors or because the browser was able to cope with them.

If a page doesn't render successfully, it is either because your page has errors, because the browser has bugs, or a combination of the two.

The first thing to do is eliminate all the bugs you can find.

The markup has 107 errors (at the time of writing).

Once those are eliminated you can move onto checking the CSS.

David Dorward
Holy COW!!! I guess IE7 cannot perform well with all those errors. I will check the errors out. 107 is waaay too many!
azamsharp
For some reason these errors don't show up in VS 2008 even with the XHTML validation enabled.
azamsharp