A Cross-Browser Responsive Design Helper: CSS Browser Selector +
8
Jan
// php the_time('Y') ?>
CSS Browser Selector + is a tiny JavaScript code that empowers CSS selectors, enabling us to write specific CSS code for each operating system and browser.
It forces no hacks but promotes compliant code and also provides an alternative method of mediaqueries for older browsers.
The details it can detect include browser, browser version, platform, platform version, device, device version, min-width/max-width screen detection and orientation screen detection (landscape or portrait).
A sample usage would look like: <html lang="pt-br" class="webkit chrome chrome21 win win8 js orientation_landscape minw_980 maxw_1199"> that is pretty self-explanatory.
Requirements: No Requirements
Website: http://ridjohansen.github.com/css_browser_selector/
Download: https://github.com/ridjohansen/css_browser_selector/
Website: http://ridjohansen.github.com/css_browser_selector/
Download: https://github.com/ridjohansen/css_browser_selector/
- Tags:
Browser Responsive
- Filed under: CC License, Extras, Other Scripts/Apps.
- 2 Comments













2 Responses for "A Cross-Browser Responsive Design Helper: CSS Browser Selector +"
on the source page, the link to download is not working
Can be found at the GitHub page: https://github.com/ridjohansen/css_browser_selector/