Page 2 of 2

Posted: Thu Apr 14, 2005 3:36 pm
by feyd
don't remember, or know specifically, but you may be able to tell the child to not inherit its settings from its parent element.

Posted: Thu Apr 14, 2005 4:56 pm
by Chris Corbyn
He he... coincidentally I'm just doing this for RTE...

here's all the one's you'll need (inlcudes linux browser (konqueror))

Code: Select all

filter:alpha(opacity=0); -moz-opacity:0; opacity:0; -khtml-opacity:0

Posted: Thu Apr 14, 2005 5:03 pm
by pickle
~Pimptastic & ~malcolmboston: you guys really need to get unique avatars. I thought I was reading the inner ramblings of a schizophrenic!

Posted: Thu Apr 14, 2005 6:46 pm
by Chris Corbyn
pickle wrote:~Pimptastic & ~malcolmboston: you guys really need to get unique avatars. I thought I was reading the inner ramblings of a schizophrenic!
LOL - thats quite funny :lol:

Posted: Thu Apr 14, 2005 9:28 pm
by ast3r3x
d11wtq wrote:He he... coincidentally I'm just doing this for RTE...

here's all the one's you'll need (inlcudes linux browser (konqueror))

Code: Select all

filter:alpha(opacity=0); -moz-opacity:0; opacity:0; -khtml-opacity:0
All this does is make the child element a % transparency of the parent. This is my problem.

(at least in safari and firefox)