field.transparent
{
// There seems to be no way to make a field transparent
// using the "background-color" value.
// background-color: none;
margin: 1px 5px 1px 5px;
font: 12pt "Arial";
color: #333333;
border-style: solid;
border-width: 0px 0px 0px 0px;
}
The commented code is what I have in place of what I’m hoping is an easy fix. Is there a way to make a field transparent using CSS? I would think it would be tied to the background-color value.
Additionally, I can’t seem to get the regular Transparent checkbox in the Properties to work. Actually, it doesn’t work for me (Mac OS 10.5.1, Servoy v 3.5.2) but it DOES work for my co-worker (Mac OS 10.4.10, Servoy v 3.5.2).