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?
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?
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 ..
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![]()
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.