Dynamic CSS
Cross-browser related styles get managed by an browser detection, that can be used to create dynamic ids and classes. It's recommended to setup your dynamic class within the body tag.
This code generates browser and version related classes according to the user agent.
Define CSS for Mozilla Firefox 3.
Define CSS for Internet Explorer 6 and 7.
Browser selectors like chrome, firefox, konqueror, msie, netscape, opera and safari can only be used in combination with their major version number.



