Example 6a: Moving widgets around

This is much like the previous example, except we added the parameter:

overlay_nonewdiv = t

so that the overlay checkboxes would be in the same line as the other controls. We also removed the firstlast control and then changed the overlay_labels so the text would fit in the space.

We also moved the framelabel display to lie on top of the image by using this:

framelabel_position = 100, 50 framelabel_style=z-index:100;font-family:serif;font-size:18px;font-weight:bold;background:white;color:red;border-radius:0px;width:100px; Notice the "z-index" value forces the framelabel to appear on top of the images.

Go To Front Page
Next Example
This webapp Copyright© 2014- by Tom Whittaker