OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
link vs @import
This page's ID:
10996
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Hehe. Sorry about that. I wasn't making myself clear. IE supports the @import rule, alright. What it *doesn't* support is specifying media types for the @import rule. For example, for linked stylesheets this is done like: <link rel="stylesheet" type="text/css" media="print" href="style.css"> IE can do that. No problem. Now, the @import rule: @import url("style.css"); IE can handle that too. But how about: @import url("style.css") print; THAT is where IE breaks. According to CSS spec, this should tell the browser to import "style.css" only for the "print" media type. IE doesn't. Hope that helped.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »