are the images over the input field?
Then they will disappear when you are clicking in the input field, because then the field will go to front, no matter what you have defined.
jcompagner:
are the images over the input field?
Then they will disappear when you are clicking in the input field, because then the field will go to front, no matter what you have defined.
yes this is not possible
If you have an input or button and you lay over that a label with an image then that image will dissappeer when you select that button.
Because the input/button will come to front then.
In my case the field was un-editable…
So the bottom line is:
Fields tend to go to the front, even though they are uneditable and are not placed in the front…correct?
I can workaround that…no problem…just didn’t know where to search for the sollution.
Thankx