Login Register

style sheets

IE6 Error Importing Stylesheets

I'm in the process of learning Dojo (I'm using v1.1.1) and ran across a serious problem I can't figure out. Could be me doing something stupid, I suppose, but here's the deal. I've created a test web page to try out various things. The head section starts with the following code:

<style rel="stylesheet" type="text/css">
    @import "dojo-release-1.1.1/dojo/resources/dojo.css";
    @import "dojo-release-1.1.1/dijit/themes/tundra/tundra.css";
    @import "styles.css";
</style>
Syndicate content