Possible Duplicate:
CSS media type: How to load CSS for mobile?
I am in the middle of a project, you can see all of the code I use in the source.
On the homepage there is a lightweight javascript slider, the problem is for some reason it does not show when used on a mobile device. So can anyone either help me come up with a solution OR tell me how I can show something different if its viewed on a mobile?
To show different IE styles I use this:
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/ie.css" />
<![endif]-->
Is there something similar for mobile??