Browser tags
Setup the _my_browser constant inside your template:
This will generate a body class according to the visitor's browser:
Browser styles
Define Google Chrome 4 and Mozilla Firefox 3:
What about fixing Internet Explorer 6 and 7:
No need for conditional comments and CSS hacks anymore!
Browser selectors like chrome, firefox, konqueror, msie, netscape, opera and safari can only be used in combination with their major version number.
Section tags
Setup the _last_parameter constant inside your template:
This will generate a body class according to the current section.
Section styles
Define another background for #content that only affects your home section:
Use another template once the differences became too complex.



