tags:

views:

32

answers:

1

Hi All !

I want to make my tiny mce's editor's background transparent. I tried to edit the Ui.css and content.css for advanced themes. but no luck. I tried to add

allowTransparency:"allowTransparency",

after

frameBorder:"0",

but this also could not help. How to do this ?

Thanks in advance.

A: 

Have you tried:

background-color: transparent;

in the css. This should work in everything but IE 6.

Todd Moses