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.
Code:<!--[if gte IE 6]> <link rel="stylesheet" type="text/css" href="iespecific.css" /> <![endif]-->
thanks for the help


Reply With Quote
Bookmarks