Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Image Box shows in IE and not in Firefox

Image Box shows in IE and not in Firefox

Locked

Views: 885

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
10 Sep 2008, 8:34 PM
#1
friends1976 avatar

friends1976

Zen Follower

Join Date:
Dec 2006
Posts:
198
Plugin Contributions:
0

Image Box shows in IE and not in Firefox

I am customizing the store of this site and took out the zen-cart logo.gif file and but in Internet Explorer, the missing image box still shows up. Does anyone know where to find the code for that? I tried a search in the developer's tool kit but couldn't figure out how to fix it.

Thanks for your help!!
Ashley

www.gacancerfoundation.org/store

Remember to view it in IE.

11 Sep 2008, 11:16 AM
#2
dudeshouse avatar

dudeshouse

New Zenner

Join Date:
Dec 2005
Location:
Portishead, UK
Posts:
32
Plugin Contributions:
0

Re: Image Box shows in IE and not in Firefox

I think that you will need to either put in a transparent gif to stop the missing image logo from showing, or use the stylesheet to not display the #logo div.

Firefox displays missing images differently from IE...

11 Sep 2008, 11:29 AM
#3
s_t_e_v_e avatar

s_t_e_v_e

Zen Follower

Join Date:
Aug 2006
Location:
UK
Posts:
430
Plugin Contributions:
0

Re: Image Box shows in IE and not in Firefox

or edit the html template file

includes - templates - yourtemplate - tpl_header.php

and remove the img tag from the logo div...

Nice looking site...

11 Sep 2008, 7:32 PM
#4
friends1976 avatar

friends1976

Zen Follower

Join Date:
Dec 2006
Posts:
198
Plugin Contributions:
0

Re: Image Box shows in IE and not in Firefox

s_t_e_v_e:

or edit the html template file

includes - templates - yourtemplate - tpl_header.php

and remove the img tag from the logo div...

Nice looking site...

This did the trick for me....thanks so much! :D