I don't have NN4 loaded so I can't try it, but maybe background-color : transparent
?? J.R. -----Original Message----- From: Anthony Parry [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 5:51 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] Netscape 4 TD Background Colour Problem I have a problem which I am sure you've all heard before, but never mind. :-) I have a table and I am using styles to set the cell background colour and font. In all browsers other than Netscape 4(.6) this is no problem; in Netscape 4 however, the background to the text itself is white while the rest of the cell, not containing any text, has the specified background colour. The code snippets are: <style> .Column1 {background-color: #FFFFCC; font-size: 10pt; font-family: Verdana, Geneva, Helvetica, sans-serif} .Column2 {background-color: #CCFFCC; font-size: 10pt; font-family: Verdana, Geneva, Helvetica, sans-serif} </style> . . . <table cellspacing=1 cellpadding=4> <tr><td class=Column1 nowrap><b>Collection Name</td><td class=Column2><b>Collection Type</td><td class=Column1><b>County</td><td class=Column2><b>Holder</td></tr> . . . Any thoughts. TIA AHGP ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
