Reputation: 20066
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??
Upvotes: 0
Views: 294
Reputation: 943568
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.
Upvotes: 2