mthor
02-27-2009, 01:14 PM
I am designing a web site for mobile phones and I want the site to look good across all platforms. so I have a css for Iphone/Android/smartphones andthen I have a separate style sheet for windows mobile phones. yes this is needed due to images and load times. what I need is if the browser is ie(windows mobile) then I want windows.css if safari then use safari.css
the below code does not work, have tried many times.
<!--[if gte IE 6]>
<link rel="stylesheet" type="text/css" href="iespecific.css" />
<![endif]-->
thanks for the help
the below code does not work, have tried many times.
<!--[if gte IE 6]>
<link rel="stylesheet" type="text/css" href="iespecific.css" />
<![endif]-->
thanks for the help