Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Why don't the product links work in Internet Explorer?

Why don't the product links work in Internet Explorer?

Views: 696

Results 1 to 3 of 3
4 Feb 2011, 3:50 AM
#1
rovinghouse avatar

rovinghouse

New Zenner

Join Date:
Dec 2010
Posts:
13
Plugin Contributions:
0

Why don't the product links work in Internet Explorer?

This is embarrassing.. lost a lot of potential sales because no one can click the links! What's going on here? They work fine in firefox.

http://therovinghouse.com/store/

4 Feb 2011, 11:33 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Why don't the product links work in Internet Explorer?

It's this:

.centerColumn {
border: 1px solid #000;
overflow: auto;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/store/images/transparent.png');
}

No idea what that is, but IE doesn't like it.

4 Feb 2011, 3:43 PM
#3
rovinghouse avatar

rovinghouse

New Zenner

Join Date:
Dec 2010
Posts:
13
Plugin Contributions:
0

Re: Why don't the product links work in Internet Explorer?

perfect. thank you.