Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Multiple stylesheets for different browsers!

Multiple stylesheets for different browsers!

Locked

Views: 1,861

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
18 Apr 2008, 11:39 AM
#1
shotgun_front avatar

shotgun_front

New Zenner

Join Date:
Apr 2008
Posts:
2
Plugin Contributions:
0

Multiple stylesheets for different browsers!

Does anyone know how to add additional browser specific stylesheets to apply to my zencart store?

I'm trying to fix a positioning error that only applies to IE6. Normally I would create an additional stylesheet with the adjusted positioning just for IE6 and then add the following code in to the HEAD of my page...

<!--[if IE 6]> <link rel="stylesheet" type="text/css" href="css/screen_ie.css" /> <![endif]-->

Trouble I'm having is I dont know where to place the <!--[if IE 6]> code so that its then placed in the HEAD area of all my zen cart pages.

Any help would be great.

18 Apr 2008, 1:26 PM
#3
shotgun_front avatar

shotgun_front

New Zenner

Join Date:
Apr 2008
Posts:
2
Plugin Contributions:
0

Re: Multiple stylesheets for different browsers!

OHHHHHHHH TShooters. It works perfect! Cheers for this link!!!!