View Single Post
  #2  
Old 12-11-2006, 05:57 PM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default Re: CSS Hacks & Work-arounds

may not be the best way, but i know it works since i use it at the moment (too busy trying to get other things corrected)...

in the customer/home.tpl file i have:
Code:
<link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}"> <!--[if lt IE 7]> <link rel="stylesheet" href="{$SkinDir}/style_ie.css"> <![endif]-->

i use 2 style sheets, one for the old IE browsers and the other for everything else
(i believe that you would have to put it in the order that i have above)
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote