Please note: This site will be closing down soon!
For now, only use the themelets setup guides here.
All other documentation has moved to getmorph.org.

Using the browser css files

Each themelet can have its own browser specific css files. If one of the below files is present in a themelets css folder, it will automatically be included by Morph.

  • browsers.css
  • firefox.css
  • safari.css
  • chrome.css
  • opera
  • ie.css
  • ie6.css
  • ie7.css
  • ie8.css

The path to these css files is "morph_assets/themelets/[yourthemelet]/css"

Depending on the amount of fixes required for any given browser will generally determine whether the fixes can be included in the general browser fixes css (browser.css) or whether it is better to be kept in its own separate file (like ie6.css).

For the small cross browser inconsistencies, often the browsers.css will be sufficient and each fix can just be prepended with the specific browser version, eg:

.firefox355 #primary-content{}
.safari404 #primary-content{}
.opera980 #primary-content{}

Do you think this help article can be improved?

Our goal is to make Morph's documentation as easy and simple to use as possible and if you feel there is anything we can do to improve, whether updates / refinements to the content or how everything is structured, please let us know! We really do value all of the feedback we get and will do everything possible to ensure that the documentation is relevant and useful to you getting up and running with Morph!

Back to Top