How do you change the table opacity in html without changing the font opacity?

  • Thread starter Thread starter AlexWithFreckles
  • Start date Start date
A

AlexWithFreckles

Guest
This is what I have so far:

<table width=900 table border="0" bgcolor="FFFFFF" style="opacity:0.5;"><tr><td>
<font size=3 font color="33CC33" font face="helvetica">

How do I change it so that the text stays at 100% opacity but the table background is at 50%?

I'm using Safari 3.1.2, if that helps.
 
Back
Top