View Single Post
  #13  
Old 08-29-2008, 09:48 AM
  MrBadass's Avatar 
MrBadass MrBadass is offline
 

Advanced Member
  
Join Date: Feb 2008
Posts: 42
 

Default 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.

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; }
__________________
Dali Wall Decals
www.dalidecals.com
X-Cart Version 4.1.10
Reply With Quote