Zen Cart Logo
Forums / General Questions / Problem with IE & another with Firefox

Problem with IE & another with Firefox

Locked

Views: 655

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
7 Jul 2009, 4:58 PM
#1
d9studios avatar

d9studios

New Zenner

Join Date:
Jul 2009
Posts:
15
Plugin Contributions:
0

Problem with IE & another with Firefox

I'm using version 1.3.8a of Zen Cart with several mods that I've lost track of. Here is my shop url http://d9studios.net/artshop

I was testing the site in the latest version of Firefox and IE (Firefox 3.5 and IE8) and I ran into two problems.

Firefox problem:
On the Shopping Cart page there is a checkout button but there is no way to click it. Nothing happens. It's just an image. In IE, it works fine. It's only in Firefox that nothing happens. What could be causing this and how do I fix it?

Internet Explorer problem:
On every page at the very top (the header) there is a broken image but I can't figure out what it's supposed to be. This doesn't show up in Firefox, just IE.

Can anyone help me? Please?

7 Jul 2009, 5:08 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Problem with IE & another with Firefox

The missing image is logo.gif. The easiest way to get rid of the x-in-a-box is find #logo in your stylesheet and add display:none;

7 Jul 2009, 5:24 PM
#3
d9studios avatar

d9studios

New Zenner

Join Date:
Jul 2009
Posts:
15
Plugin Contributions:
0

Re: Problem with IE & another with Firefox

Thank you! I checked every file but the css! It wasn't #logo but #logoWrapper2 and I just needed to delete the php information for that tag in the header tpl file.

Okay, IE bug fixed but that very important Firefox bug is still there. :(

7 Jul 2009, 7:53 PM
#4
d9studios avatar

d9studios

New Zenner

Join Date:
Jul 2009
Posts:
15
Plugin Contributions:
0

Re: Problem with IE & another with Firefox

Never mind, I figured it out myself.