Forums / Templates, Stylesheets, Page Layout / cross browser issues - gradient problem in IE

cross browser issues - gradient problem in IE

Results 1 to 3 of 3
28 Aug 2013, 15:26
#1
ben_harry avatar

ben_harry

Zen Follower

Join Date:
Mar 2007
Posts:
462
Plugin Contributions:
0

cross browser issues - gradient problem in IE

Im using 1.5.1 and on the top category list the main colour on tabs is gradient and shows fine in firefox and on my iphone, but can i get it to work in IE - can i hell :blink: you can see my site at http://www.bodykitsonline.co.uk/subaru any idea's on what code i can use to allow this to work in internet explorer. Thanks
28 Aug 2013, 15:52
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Posts:
19,793
Plugin Contributions:
2

Re: cross browser issues - gradient problem in IE

Looks the same in IE8 as in Firefox, so it may be an IE9 or 10 issue.
28 Aug 2013, 16:24
#3
responsivezc avatar

responsivezc

New Zenner

Join Date:
Aug 2013
Posts:
85
Plugin Contributions:
8

Re: cross browser issues - gradient problem in IE

Hi,

I advice you to use:
background-image: url(../images/tab_bg.jpg);
instead of
background: -moz-linear-gradient(top, #000000, #eee);

In other words, you should use a background image.

Regards