Hi
As far as I know IE cant display transparent images. Is there a work around in zencart for this?
I have this image in image folder called pixel_trans.gif.
I suppose this image is transparent but I can see it on my shop.
Hi
As far as I know IE cant display transparent images. Is there a work around in zencart for this?
I have this image in image folder called pixel_trans.gif.
I suppose this image is transparent but I can see it on my shop.
Good morning, Profetia .. IE can indeed display transparent GIFs as transparent. Maybe the pixel_trans.gif isn't really transpatent ?
Good morning
Im sorry, It was png files that IE had problem with but still the transparent image is visible
have a look at this link
http://213.89.142.169/shop/index.php...roducts_id=229
if you over the 'people who bought this product also bought...' box to the left you can see a small square that shouldnt be there.
it is the pixel_trans.gif image doing that.
if you look at thisl ink
http://213.89.142.169/shop/includes/...ixel_trans.gif
you can see that the image is transparent. (you cant see it at all thats why its transparent)
your transparent gif has an inherited 1px black border (line 44 of your stylesheet) and a 1px white border on hover as you have it as <img ... with no class or id.
you will need to use something like .centerBox img { .... to remove the borders
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Yes that was the problem. Thank you very much