Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Incompatibility with new Vista IE?

Incompatibility with new Vista IE?

Locked

Views: 1,631

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
28 Oct 2007, 4:22 PM
#1
kayla avatar

kayla

Zen Follower

Join Date:
Mar 2005
Posts:
186
Plugin Contributions:
0

Incompatibility with new Vista IE?

This is kind of a duplicate of an issue posted by another user in General Questions. I'm putting it here for some more specific attention as it seems to be some sort of compatibility issue with Vista Explorer.

I am having a problem on a brand new installation and customization. I've not had this with any of my sites before but someone with a brand new Vista laptop (month old) is saying the header graphic "sticks" and no matter where they scroll it is in the way of the rest of the site.

I have tested this site on both Mac and PC and Firefox, IE, Opera, Safari and it's only this very brand new Vista IE that has the problem. Obviously we, as ZC developers, can't be having an issue creating sites compatible with the latest and greatest browser technologies... Development team? Is there something here to look into?

Anybody have any ideas for a fix?

http://mahanamaui.net/mahanazen/index.php

Thanks much!

28 Oct 2007, 7:19 PM
#2
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Incompatibility with new Vista IE?

Kayla:

This is kind of a duplicate of an issue posted by another user in General Questions. I'm putting it here for some more specific attention as it seems to be some sort of compatibility issue with Vista Explorer.

I am having a problem on a brand new installation and customization. I've not had this with any of my sites before but someone with a brand new Vista laptop (month old) is saying the header graphic "sticks" and no matter where they scroll it is in the way of the rest of the site.

I have tested this site on both Mac and PC and Firefox, IE, Opera, Safari and it's only this very brand new Vista IE that has the problem. Obviously we, as ZC developers, can't be having an issue creating sites compatible with the latest and greatest browser technologies... Development team? Is there something here to look into?

Anybody have any ideas for a fix?

http://mahanamaui.net/mahanazen/index.php

Thanks much!

In your stylesheet.css try changing the height of in this declaration to match the height of your header image which is 210px.

#logoWrapper{
height:210px;
}

28 Oct 2007, 7:26 PM
#3
kayla avatar

kayla

Zen Follower

Join Date:
Mar 2005
Posts:
186
Plugin Contributions:
0

Re: Incompatibility with new Vista IE?

Thank you Clyde. Done.

Now I just need someone to see if the problem is gone or not!

28 Oct 2007, 7:28 PM
#4
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: Incompatibility with new Vista IE?

Looks gooood now

28 Oct 2007, 7:32 PM
#5
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Incompatibility with new Vista IE?

Looks fine to me too. We have a wide array of PCs here that we use for testing Zen Carts and haven't detected any particular problems with them on either of the Vista machines (some irritations with Vista, but none involving Zen Cart).

The type of behaviour that you described usually occurs when there is a problem with the structure, styling or content of a site and the browsers are being asked to do something impossible. Under these circumstances the approaches that they use to get past the problem often diverge, leading to inconsistent results.

28 Oct 2007, 8:20 PM
#6
kayla avatar

kayla

Zen Follower

Join Date:
Mar 2005
Posts:
186
Plugin Contributions:
0

Re: Incompatibility with new Vista IE?

Thanks guys.

I suspected it was a CSS issue because the Vista IE is the latest technology.

For anyone finding this in the future, all I did was adjust the HeaderWrapper style to Vertical Align Top. The default has no setting at all so it is inheriting. And I did make sure that the logo wrapper height in the style sheet matched my header image size, whereas the default template ships with the ZC logo 75px high and that setting was, infact, in the stylesheet.

So, I don't know if it was one or both of those, since I changed them both at the same time, but either way, it seemed to solve it.