Zen Cart Logo
Forums / General Questions / #cartAdd Padding 15px; IE v' FF

#cartAdd Padding 15px; IE v' FF

Locked

Views: 1,513

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
6 Jun 2009, 9:44 AM
#1
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

#cartAdd Padding 15px; IE v' FF

In Firefox, my add to cart block (#cartAdd) seems to be 15px padded on the right. It's 15px further left than it is in IE.

I've been trying to see where this discrepancy is coming from but can't seem to determine what's causing this.

Anyone?

6 Jun 2009, 1:31 PM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: #cartAdd Padding 15px; IE v' FF

compare this changes i made to this code with original code in your style.

I have IE 6 . After applying this change both ie and ff show ok ..

#cartAdd {stylesheet.css (line 685)
border:0 solid #E7E7E7;
float:left;
height:142px;
left:350px;
position:relative;
text-align:center;
top:-50px;
}

however, using IE6, i can see many problems with your page. , your logo currently is being displayed in your FOOTER .. :shocking:

you didn't apply PNG transparency fix for IE .( or perhaps there is no fix ?? )

kaboodle logo displaying under one of your additional image. and your SSL Logo is in your footer .

7 Jun 2009, 10:54 AM
#3
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

Re: #cartAdd Padding 15px; IE v' FF

tony_sar:

compare this changes i made to this code with original code in your style.

I have IE 6 . After applying this change both ie and ff show ok ..

#cartAdd {stylesheet.css (line 685)
border:0 solid #E7E7E7;
float:left;
height:142px;
left:350px;
position:relative;
text-align:center;
top:-50px;
}

however, using IE6, i can see many problems with your page. , your logo currently is being displayed in your FOOTER .. :shocking:

you didn't apply PNG transparency fix for IE .( or perhaps there is no fix ?? )

kaboodle logo displaying under one of your additional image. and your SSL Logo is in your footer .

Hi Tony, Yikes, I've never looked at the site in IE6 as I thought compatibility mode would take care of that.

I have now added the PNG transparency fix to my html_header.php file like this. I hope that's worked?

<script defer type="text/javascript" src="pngfix.js"></script>

How could I view IE in IE6 mode? I can't figure out how to fix my logo or the Kaboodle image if I can't see them :cry:

7 Jun 2009, 11:00 AM
#4
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

Re: #cartAdd Padding 15px; IE v' FF

Hmmmm does IE6 not understand position:fixed; top:0; left:0; ??

This is what both my SSL logo and my Kaboodle logo have in common.

As for my logo... That one's a mystery.