Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Firefox is loading IE6-only style sheets on AJAX requests

  • 2 ответа
  • 7 имеют эту проблему
  • 9 просмотров
  • Последний ответ от AnonymousUser

more options

Firefox is loading IE6-only CSS stylesheets on AJAX requests. I'm using Firefox 3.6.3, and making an AJAX request that contains the following HTML (in the HEAD):


This logic works fine in other browsers, and it works fine on regular page loads/sans-AJAX (i.e. the stylesheet is loaded ONLY in IE6). On AJAX requests, however, Firefox sees this line of code and loads the stylesheet via a GET request, applying my IE6 styles to the page. I have tried formatting the conditional code differently (lt IE 6, lte IE 6, IE 6, etc.), but I get the same result every time.

I think this might be a bug in the latest version of Firefox (although I am unable to test on multiple versions of the browser at this time). Please let me know if there is anything I can do to work around this issue!

Firefox is loading IE6-only CSS stylesheets on AJAX requests. I'm using Firefox 3.6.3, and making an AJAX request that contains the following HTML (in the HEAD): This logic works fine in other browsers, and it works fine on regular page loads/sans-AJAX (i.e. the stylesheet is loaded ONLY in IE6). On AJAX requests, however, Firefox sees this line of code and loads the stylesheet via a GET request, applying my IE6 styles to the page. I have tried formatting the conditional code differently (lt IE 6, lte IE 6, IE 6, etc.), but I get the same result every time. I think this might be a bug in the latest version of Firefox (although I am unable to test on multiple versions of the browser at this time). Please let me know if there is anything I can do to work around this issue!

Все ответы (2)

more options

It looks like these support forums are stripping out my HTML. Here is the code mentioned in my post above:

<!--[if lte IE 6]> <link rel="stylesheet" type="text/css" href="/Style Library/IFT-IE6.css" /> <![endif]-->