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; }