Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / why does my logo look different in IE than in FF?

why does my logo look different in IE than in FF?

Locked

Views: 952

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
11 Jan 2008, 2:16 AM
#1
pgodell avatar

pgodell

New Zenner

Join Date:
Jan 2008
Posts:
3
Plugin Contributions:
0

why does my logo look different in IE than in FF?

Hi every one I am a new user to Zen Cart I put up a new logo (I know it needs to be smaller0 the problem I am having is when I look at the web site in Fire Fox it looks good. Then I look at in explorer and it don't look the same. can some one help me

https://www.funforallatv.com

11 Jan 2008, 9:20 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: why does my logo look different in IE than in FF?

Logo is the same but owing to IE quirks it eapands the width of your site to contain the logo width

11 Jan 2008, 9:31 AM
#3
askfritzdotcom avatar

askfritzdotcom

New Zenner

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

Re: why does my logo look different in IE than in FF?

My site is the same way. I've been desperately trying to figure out what the problem is. Mine gets cut off on the bottom in IE.

https://www.undergroundsmoke.com

I've gone into the stylesheet and tryed to give #navCatTabs ul, #navCatTabsWrapper, #logo, and #logoWrapper all heights but nothing worked. I also went into the files and manually set HEADER_LOGO_HEIGHT to my logo's height and that didnt work either. I even saw the containing table is using a class called header, but there is no .header in the stylesheet.

Any help would be much appreciated.

11 Jan 2008, 9:33 AM
#4
askfritzdotcom avatar

askfritzdotcom

New Zenner

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

Re: why does my logo look different in IE than in FF?

It's almost like you need to go into the admin panel to authorize or refresh the files before they take affect? I'm not sure. But my logo is being read from the template_default, so I know I'm editing the right file.

11 Jan 2008, 9:45 AM
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: why does my logo look different in IE than in FF?

For underground...Try
find this in the stylesheet and seperate it as in the second box

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
#logo {
        height:135px;
	float: left;
	}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}