The Browser Specific CSS Plugin allows you to easily target specific browsers and operating systems from your theme's stylesheet using regular cs …
The Browser Specific CSS plugin is a tool that allows developers to easily target different browsers straight from the stylesheet. Browser Specific CSS adds a short javascript to the head of your page that enables you to use browser specific css selectors. For example, targeting Internet Explorer 7 from your stylesheet is just a matter of defining styles with a “.ie7” selector. Every major browser is supported including code for targeting Macs, PCs, and Linux operating systems.
This plugin uses the javascript written by Rafael Lima. No changes have been made to his code, and all the credit goes to him. Thanks, Rafael!
Changelog:
Version 0.3
– Update for compatibility with WordPress 2.9
Version 0.2
– Corrected readme file.
Version 0.1
– Features of the first version of this plugin include the ability to turn the plugin on and off and to specify a separate stylesheet.
Installing Browser Specific CSS is very easy and do not require any template modification in most cases. Just follow these steps:
Browser Specific CSS links to a javascript that enables you to target specific different browser and operating systems using simple css selectors.
A CSS Selector is a basic stylesheet concept. If you don’t understand CSS this plugin probably isn’t for you.
Since this plugin uses a javascript, it won’t target browsers that have javascript disabled. Depending on who you ask, this might affect 5% of your visitors. In this case, you can use the .no_js selector to target these users.