Hello, I have two stylesheets, one for the main look of the site, and one for cell phone display (where HTML5 is supported).
In a test file, external to zencart I have manually coded the sheets in so that they load on appropriate screen widths.
<link rel="stylesheet" type="text/css" media="screen and (min-width: 1056px)" href="includes/templates/geeVideoProduction/css/stylesheet.css" />
<link rel="stylesheet" type="text/css" media="screen and (max-width: 1056px), handheld" href="includes/templates/geeVideoProduction/css/smaller_stylesheet.css" />
I would like to know how I can include the media section when including the stylesheets using the PHP zencart uses to import as much as possible.


Reply With Quote
