hi can someone please help i am trying to find out a way of pointing the browser to an alternative css stylesheet if the user is accessing my site of a mobile device?
i have tried using the following code but it doesnt seem to be working for me. is there any other way of doing this maybe in javascript or some other way?
i would really appreciate it if someone could show me a way of doing this as everything i've treid doesnt work.
thanks
<link media="only screen and (max-device-width: 480px)"
href="iPhone.css" type="text/css" rel="stylesheet" />