Aborted CSS ? - Ext JS

Hi

Have a problem with css. I have a page using Ext and a own css. It works great.
However. When I put that page in an Iframe using the BorderLayout. My own css in the IFrame is aborted in IE6. Still works great in FF.

Any ideas?

Johan
  # 2  
03-01-2007, 04:18 AM

Aborted means?

If you view the source of the document you're loading into the iframe, do you see the CSS files properly linked in that document?
  # 3  
03-01-2007, 04:22 AM

In IE6 I'm using HttpWatch and it says aborted (never loaded) on the file I created...
If I run the page alone it works fine. But it happens when I put it in an Iframe on a page using Borderlayout.

Yeah, the files are properly linked...And it works great under FF.
  # 4  
03-01-2007, 07:11 AM

I have seen this too... but with YUI-Ext 0.33. Haven't upgraded the solution to 1.0 alpha yet. What I discovered is that most of the time the references CSS in the document loaded in the iframe does not load. Sometimes it does. If it doesn't you can right-click on the document and press "Refresh". That will reload/reapply the CSS. I guess this is some kind of a IE 6 bug :lol:
  # 5  
03-01-2007, 12:33 PM

I don't think Ext can affect CSS loading. There's nothing it does that should affect it. I can help you debug though if you will provide a link to a page with the problem.

你可能感兴趣的:(css,ext,IE,yui)