css disappearing in iframes in IE
on reload of jsp page , the css disappears in iframes. Before reloading the page, the css effects are shown so path is not wrong but as page is reloaded, css disappears. I kn开发者_开发百科ow frames should not be used. But used it because it was convenient to show multiple pages on a window. Please can someone explain why CSS is disappearing and its solution.
If the page loaded in the iframe is from a different domain than the main page, then you may be seeing the effects of the browser's protection mechanisms against cross-domain scripting.
精彩评论