text box transparency?

JavaScript and client side scripting.

Moderator: General Moderators

User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post 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
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

~Pimptastic & ~malcolmboston: you guys really need to get unique avatars. I thought I was reading the inner ramblings of a schizophrenic!
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post 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:
ast3r3x
Forum Commoner
Posts: 95
Joined: Thu Aug 19, 2004 8:36 pm

Post 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)
Post Reply