is there anyway to have different CSS for FF and different for IE… if the user is browsing with FF he gets FF CSS loaded and if IE then IE CSS loaded…
…
<!–[if lt IE 7]>
<link rel=“stylesheet” type=“text/css” href="/ie7.css" />
<![endif]–>
In the header.