transparency etc.

Hi Clifton,
Any idea what's happening here? I have a group of 60 white transparent fields on the background. On the layer above them there is a field of the same color as the background. Because the fields are transparent AND because of the field above them, they are invisible; (a bit belt and braces - English expression meaning excessive safety precautions are being used). When the fields are used, they change position and then either change color and size or use a css class to change their appearance. Their layer does not change. Sometimes this use is cancelled by the user; in which case their className is set to "", their rgbFill to "255, 255, 255" and their transparent to true; and then their width and position are reset to the original values i.e. where they were before they were moved and 10 px wide.
So they should be invisible again. They're not! They are no longer transparent and apparently above the field that is supposed to hide them. WHY?
To return them to their original state I use userProperty and pgTBObjSet.
I can work around this by using a covering object on the page rather than the background so don't spend too much time on this.
John
Any idea what's happening here? I have a group of 60 white transparent fields on the background. On the layer above them there is a field of the same color as the background. Because the fields are transparent AND because of the field above them, they are invisible; (a bit belt and braces - English expression meaning excessive safety precautions are being used). When the fields are used, they change position and then either change color and size or use a css class to change their appearance. Their layer does not change. Sometimes this use is cancelled by the user; in which case their className is set to "", their rgbFill to "255, 255, 255" and their transparent to true; and then their width and position are reset to the original values i.e. where they were before they were moved and 10 px wide.
So they should be invisible again. They're not! They are no longer transparent and apparently above the field that is supposed to hide them. WHY?
To return them to their original state I use userProperty and pgTBObjSet.
I can work around this by using a covering object on the page rather than the background so don't spend too much time on this.
John