开发者

Internet Explorer 6 CSS loading issues

开发者 https://www.devze.com 2023-03-08 04:58 出处:网络
I saw some of the sections related to IE issues in our stackoverflow website but still my question awaits.

I saw some of the sections related to IE issues in our stackoverflow website but still my question awaits.

In my local server I am running an application which is loading JS and CSS files perfectly and working fine in IE7+ and Firefox. The problem is with IE6.

If r开发者_开发技巧unning in IE6, able to load small amount of data but not if large data.

Able to find that the complete problem causes with CSS but don't know where I am going wrong in CSS.

I tested my application with w3c validator, it shows some minor errors which can be ignored and everything looks good.

Even using IE Fixes CSS.

Could any one please provide me some ideas, like is there any css debug for IE6.

Thanks in advance...


The Internet explorer developer toolbar may go somewhere to help you. It's extremely useful, although not as good as other browser alternatives. It can be installed on IE6. To access it once installed it's in the "convenient" place of view-->toolbars


Are you are generating a <style> element for every data row? This is common (although I don't like it) when you don't have access to the <head> element or cannot concatenate rules into a single <style> element.

If so, do you have more than 31 <style> elements? IE has a limit on the number of stylesheets, so you might be seeing that problem.

There are a lot of blog posts (and SO question) on this. Here are some of the better ones I could find:

Does IE 8 have a limit on number of stylesheets per page?, Stylesheets Not Loading? 31 Reasons to Hate Internet Explorer and Internet Explorer CSS limits.


I suggest FirebugLite (for IE6), and installing Fiddler.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号