X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Transparent Gifs Not Working (https://forum.x-cart.com/showthread.php?t=42067)

MrBadass 08-29-2008 09:36 AM

Re: Transparent Gifs Not Working
 
Quote:

Originally Posted by balinor
That shouldn't have anything to do with the image, unless you put the image inside a table cell or div tag.


I didn't have any tags on it until I tried adding the background-color: none.

Here's the code...

Code:

<a href="http://www.instantssl.com" id="comodoTL">SSL</a>
<script language="JavaScript" type="text/javascript">
COT("images/secure_site.png", "SC2", "none");
</script>


balinor 08-29-2008 09:44 AM

Re: Transparent Gifs Not Working
 
Yes, but is that code sitting in a table cell or div? Because the style you have above tells EVERYTHING to have a white background. You need to break up that class so that you only apply the white background to one item - not everything.

MrBadass 08-29-2008 09:48 AM

Re: Transparent Gifs Not Working
 
Quote:

Originally Posted by balinor
Yes, but is that code sitting in a table cell or div? Because the style you have above tells EVERYTHING to have a white background. You need to break up that class so that you only apply the white background to one item - not everything.


Ok...take a look now...I split up the code as follows and seems to be working. I'll have to go through the site and see if there are any issues with the change. 8)

Code:

BODY, TH,TD,P,INPUT,SELECT,TEXTAREA,TT { color: #232323; font: 10px Verdana, Arial, Helvetica, Sans-serif; background-color: #FFFFFF; }
DIV { color: #232323; font: 10px Verdana, Arial, Helvetica, Sans-serif; }


MrBadass 08-29-2008 09:58 AM

Re: Transparent Gifs Not Working
 
Everything around the site appears to look the way it should, and the transparency is working for both the images I was having a problem with. Thanks so much...again...I really appreciate it! :D

balinor 08-29-2008 10:02 AM

Re: Transparent Gifs Not Working
 
;)

Zaja 08-29-2008 01:31 PM

Re: Transparent Gifs Not Working
 
You don't need to add a background color to TH,TD,P,INPUT,SELECT,TEXTAREA,TT elements, just add background property to .Container class(page wrapper) and BODY element .


All times are GMT -8. The time now is 04:18 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.