Quote:
Originally Posted by BestXXXPorn
What I recommend doing is just reading the browser's agent string in PHP or some other server side scripting you may be using...
Then echo/print out the css include tag only if it matches your required parameters.
$_SERVER['HTTP_USER_AGENT']
|
Thank you for the suggestion man! I did it similarly to your advice. I built JavaScript to detect the browser and to replace css style sheet, and it works! At least when JavaScript is enabled.
