I saw this code some where, and I’m wondering what @import supposed to do? I don’t think this is a server side thing. Is this processed by the browser??
<style type="text/css">
@import "http://somedomain/dojo/dojo/resources/dojo.css";
#lblTitle {
font-size: 16px;
color:#ffffff;
font-weight:bold;
</style>
From Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification