Loading inline styles with AJAX not working in internet explorer
May 17, 08 by the programmerYesterday I was making a block that was supposed to load with ajax.
I made the page and also included the styles inside the page that was supposed to load with ajax.
Eveyting was ok while I was testing on Firefox but when I tried to test in IE 7 it did not work.
There was no design on the part that was loaded with ajax.
So I tried to put the style in an external style sheet and it worked.
So keep that in mind that if you load a block of html with ajax try to put the styles in an external stylesheet
