CSS Limitation on IE6?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I’ve got a site that lets different users customize the page presentation
through a series of cascading style sheets.

Once we hit 4 @import directives, IE stops processing the directives, and we
lose styles. The IE version is: 6.0.2900.2180.xpsp_sp2_rtm.040803-2158
(This page works just fine in firefox)

Is this a known limitation? If so, is there a known workaround (other than
pasting css source to replace the @imports)?
 
Do you have an example I can look at?

Alex Scott [MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Is there any solution to this problem? I might be running into the same issue.

Alex Scott said:
Do you have an example I can look at?

Alex Scott [MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights.


B Wagner said:
I’ve got a site that lets different users customize the page presentation
through a series of cascading style sheets.

Once we hit 4 @import directives, IE stops processing the directives, and we
lose styles. The IE version is: 6.0.2900.2180.xpsp_sp2_rtm.040803-2158
(This page works just fine in firefox)

Is this a known limitation? If so, is there a known workaround (other than
pasting css source to replace the @imports)?
 
Back
Top