Posts: 34
Name: Dima
Location: Toronto, Canada
|
Okay here is what I do I have an xml that contains
<xml >
<some html>
<script>
blalbalbalba.
</script>
<style>
.styles {}
</style>
<some html>
</xml>
this XML is loaded and inserted into the page, as page.appendChild();
the problem is that it has some styles, and they do not work in Safari in case they inserted into the body not in the head.
SO after I insert I move style tags into the had as head.appendCHild(css) it was working in Safari 3.0.3 and < but 3.0.4 its stopped working
Last edited by svirid; 01-16-2008 at 11:26 AM..
|