Posted by pretty.jasmine on February 10, 2013 at 4:50pm
Hello iam developping a site with Zen theme in Drupal 6 and i have question..
Do i have to manage my css with all navigators such as IE, GC, mozilla, opera.. or theme is a module that
do all of this automatically...please some one responde my question
Comments
theme
In the vast majority of cases the changes you make to the theme's css work in all browsers. So you target one browser while developing and then check it in other browsers. From there you can and make adjustments for other browsers as needed. (usually Internet Explorer in my experience.)
A list of some of the Drupal sites I have designed and/or developed can be viewed at http://motioncity.com/drupal
how to do?
ok i understand but why zen theme have conditional stylesheet for ie and not for others browsers!!
conditional-stylesheets[if IE][all][] = css/ie.css
conditional-stylesheets[if lte IE 6][all][] = css/ie6.css
so if i want to set an other browser like opera what command should i call?
jasmine
You shouldn't need to worry
You shouldn't need to worry about calling commands to enable other browsers, the CSS will work in any of them. The reason those style sheets exist is for backwards compatibility with old versions of IE 6. Just keep in mind that you will always have some small cross-browser issues no matter what theme you are using.