Zen Cart Logo
Forums / General Questions / FF 3.0.10 vs IE8 (argh)

FF 3.0.10 vs IE8 (argh)

Locked

Views: 537

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
5 Jun 2009, 12:04 AM
#1
txscubarat avatar

txscubarat

New Zenner

Join Date:
Jan 2009
Posts:
60
Plugin Contributions:
0

FF 3.0.10 vs IE8 (argh)

Would someone like to tell me how to correct the differences on a website between ff & ie. The site is https://www.geturbounceon.com

I don't understand why it look different on 2 pc's running ie8 and the same on pc's running ff 3.

Is there an IE version of ff's web developer?

Also, I can't seem get that image placeholder for the zenn cart logo out from beneath the header. I have removed it from the default template folder and dealt with in the languages area, but it is still there.

Thanks

5 Jun 2009, 12:32 AM
#2
stevesh avatar

stevesh

Black Belt

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

Re: FF 3.0.10 vs IE8 (argh)

It looks the same here in IE8 and FF3 (except for that missing image), but you may need to add #logoWrapper to the stylesheet and give it a height value at least as high as that Flash thing in the header to fix IE7.

You could try #logo {display:none;} to get rid of the missing image.

IE8 has a Web Developer (F12), but it isn't as useful as Firefox's.

5 Jun 2009, 4:18 AM
#3
txscubarat avatar

txscubarat

New Zenner

Join Date:
Jan 2009
Posts:
60
Plugin Contributions:
0

Re: FF 3.0.10 vs IE8 (argh)

Thanks, I chose display: none and it worked perfectly.