text box transparency?
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
He he... coincidentally I'm just doing this for RTE...
here's all the one's you'll need (inlcudes linux browser (konqueror))
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- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
All this does is make the child element a % transparency of the parent. This is my problem.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
(at least in safari and firefox)