2006/8/29, Jim Davis <[EMAIL PROTECTED]>:
> I created a test page to tinker with the Ajax plugin and have noted a
> strange behaviour in IE 6 and 7.
>
> The main test page is: http://www.jimdavis.org/test/jq_ajaxtest.html
>
> The page is loading http://www.jimdavis.org/test/ajax-test.html and
> http://www.jimdavis.org/test/ajax-test2.html using
>
> <script type="text/javascript">
>   $(document).ready(function(){
>     $("div#left-content").load("ajax-test.html");
>         $("div#right-content").load("ajax-test2.html");
>  });
>   </script>
>
> The files that are being loaded inclue an inline style to float the
> image left and add a little margin and a border.
>
Styles are not inline but declared in a head section. Inline (<img
style="..."), it works!

> Could jquery be introducing this problem?
It looks like IE doesn't parse styles section downloaded via xhr.

Franck.

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to