Posted by Georgi Ivanov on 10/21/37 11:33
Hi,
I have application that does this:
When one press a specific button, I'm calling JS function that make http(ajax)
request to some php file . The php returns HTML like this :
------------------------------
<link href="left.css" rel="stylesheet" type="text/css" >
<p>SOME HTML HERE</p>
------------------------------
The returned HTML i placed in <div> tag.
The logic is as follows:
When one click on link "left", the php file returns <link> with specific CSS
(left.css). If other button is clicked, the PHP returns html with other CSS
linked.
Everything is OK in Firefox. The problem is in IE . It appears that IE
doesn't evaluate the CSS in <link> tag in returned HTML.
Any suggestions?
[Back to original message]
|