Forum Moderators: not2easy
@import 'main_styles.css';
@media screen and (min-width: 800px) {
@import 'thicker_sidebar.css';
} Of course as with anything CSS3 support is spotty. I believe Opera's pretty good, and new versions of Safari (3+?) I think also support it. Otherwise, you're back to using Javascript to test the width of the screen (window.innerwidth) and load the stylesheet as and when.
[edited by: Robin_reala at 4:06 pm (utc) on Sep. 24, 2007]