hobievi Posted November 1, 2012 Posted November 1, 2012 Hello, I have converted my category images to transparent png, however their trasnparent pixels still override the background color in the template. Do you have any ideas how to prevent it? http://www.hobievi.com/index.php?cPath=83 Thanks, Yavuz
multimixer Posted November 1, 2012 Posted November 1, 2012 Your template is adding a white background to the <div> that wrap the category images Try to get support from the template seller, or, modify line 555 of file style.css, I'm not sure what other areas would be affected My community profile | Template system for osCommerce - New: Responsive | Feedback channel
MrPhil Posted November 1, 2012 Posted November 1, 2012 Older versions of IE didn't handle PNG alpha channel (translucency) properly. IIRC, partially transparent pixels were rendered as opaque. Make sure that isn't your problem. There's some sort of fixup/patch for CSS to tell it to use an extra module on the browser for IEx, but I don't recall the details. If you're lucky, it's just an opaque solid color background (like George mentioned) that can easily be removed from the CSS.
hobievi Posted November 1, 2012 Author Posted November 1, 2012 Instead i removed the reference to class="pic_padd wrapper_pic_div" in index.php for building category icons. Thanks a lot !! Thanks, Yavuz
multimixer Posted November 1, 2012 Posted November 1, 2012 @@hobievi not very wise, you may need his for something else in the future. Hope you checked what this was doing, beside of adding the background My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Recommended Posts
Archived
This topic is now archived and is closed to further replies.