A Blackberry? I've managed to resist temptation so far... I'm afraid I would be online even more 
I'm playing around with the IE only stylesheets and have come up with the following:
Code:
<!--[if lt IE 8]><link rel="stylesheet" type="text/css" href="layout/css_ie7.css" /><![endif]-->
<!--[if gte IE 8]><link rel="stylesheet" type="text/css" href="layout/css.css" /><![endif]-->
<!--[if !IE]><link rel="stylesheet" type="text/css" href="layout/css.css" /><![endif]-->
So basically I then have 1 stylesheet for IE8&up and Firefox (etc.) and 1 stylesheet for IE7 and below. Is there a shorter way I can code that?
Also, is it possible to put this in a .php file and put a php reference between the head tags? That would make it easier if I need to edit it in the future.
Thanks for your help.
Bookmarks