![]() |
Re: Transparent Gifs Not Working
Quote:
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> |
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.
|
Re: Transparent Gifs Not Working
Quote:
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; } |
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
|
Re: Transparent Gifs Not Working
;)
|
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.