/ Published in: HTML
Based on the article Progressive Enhancement with CSS written by Aaron Gustafson http://alistapart.com/articles/progressiveenhancementwithcss.
Expand |
Embed | Plain Text
<!-- HTML Head CSS links --> <link rel="stylesheet" type="text/css" href="stylesheets/masters/type.css" /> <link rel="stylesheet" type="text/css" href="stylesheets/masters/layout.css" /> <link rel="stylesheet" type="text/css" href="stylesheets/masters/color.css" /> <!--[if lte IE 7]> <link rel="stylesheet" type="text/css" href="stylesheets/masters/ie7.css" /> <![endif]--> <!--[if lte IE 6]> <link rel="stylesheet" type="text/css" href="stylesheets/masters/ie6.css" /> <![endif]--> /* Import your media specific stylesheets in your master sheets */ @import 'screen.css' screen; @import 'print.css' print;
You need to login to post a comment.
