Topic: html table alpha % using CSS (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: the_phortarium |
posted 02-20-2002 17:51
I recently came across a site that had a tutorial that explained how to control html table apha % using css. This allowed the designer to create tables with tansparent backgrounds. Only bad thing is I lost the link...does anyone know how to do this. |
Maniac (V) Inmate From: there...no..there..... |
posted 02-20-2002 21:43
Pop this into the div layer that you want to change the opacity for. This only works in IE I think. There is a way to do it in NN but I can't remember it. code: filter:alpha(opacity=45)
|
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 02-20-2002 21:46
CSS code that works in Mozilla/NN6 is: |