How do you change table background's to transparent in html or css, without
altering the font opacity? table table table {background:transparent;}table table table td {background-color: transparent;filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; -khtml-opacity:0.8; this is what i tried to use, but no luck...---im using pagebreeze to build my website, with only a few minor problems...1) transparency in tables2) keeping tables from shifting by themselves (maybe i could put a scroll bar into the tables?3) programs codes go over mine.. for example different code for italic, not like i use.... but if any one can help me out with transparency problem first that would be great. i hate having a big white block over my pretty background....
|