Can’t seem to get a background image to display on a form in the smart client. The image shows in the web client.
I’m using CSS to style the form:
form {
background-image: url(“media:///background.png”);
}
Am I just missing something?
Can’t seem to get a background image to display on a form in the smart client. The image shows in the web client.
I’m using CSS to style the form:
form {
background-image: url(“media:///background.png”);
}
Am I just missing something?
Forgot to add… Using Servoy 6.1
I don’t think this will work in smart-client.
Instead place a label with the full form dimensions on your form (don’t forget to fully anchor it) and use a styleclass with the background-image property on it.
This works in both smart- and webclient.