Forum Moderators: not2easy
nn4.css:
body {margin: -10px 0px 0px -10px;}
<link rel="stylesheet" href="css/descent-browsers.css" type="text/css" media="screen">
where in the second I use @import in descent-browsers.css
e.g. descent-browsers.css:
@import url(layout.css);
body {margin: 0;} ( in layout.css)
Finally does the second stylesheet will overwrite the css body rules of the first nn4.css