In Firefox, any/all absolutely elements, background is always white when editing. See below example. Is there a way to override this behavior so that the element's background is preserved, especially in the case of transaparent?
In a RadEditor, when you click on the words Hello World to edit them the editable area background becomes white thus the white words become unreadable. I would like the editable area to remain transparent so the silver color shows as the background. Is this possible?
<
div
style
=
"background-color:silver;height:300px;width:300px;padding:20px;"
>
<
div
style
=
"position:absolute;height:200px;width:200pxcolor:white;"
>
Hello World
</
div
>
</
div
>
In a RadEditor, when you click on the words Hello World to edit them the editable area background becomes white thus the white words become unreadable. I would like the editable area to remain transparent so the silver color shows as the background. Is this possible?