Re: Different content depending on browser
Yeah its actually pretty simply. You can just use a browser detection with PHP and apply your relevant content.
Tech Patterns has a pretty advanced script on this which I have used in the past. A little modification and your good to go.
Scripts: PHP Browser & OS Detection :: Browser specific CSS stylesheets
techpatterns.com/downloads/php_browser_detection.php
|