Conditional include on css file for ipad
I need to stop inclusion of a specific CSS file only after checking if its
an ipad or not
Can this be done using javascript or css
something like
<!--[if !isAppleProduct()]>
<link href="./css/fluid.css" type="text/css" rel="stylesheet" />
<![endif]-->
No comments:
Post a Comment