Page 1 of 1

Trying to create a selectable Form

Posted: Mon Mar 30, 2015 9:22 pm
by Derek Griffin

I'm trying to add text boxes, and check boxes over an Image. is this possible? I have an image of a checklist and I want to use it like a selectable form(i.e. when I select the customer name area I can fill in the text) but I can't get the text box to go over the image.


Trying to create a selectable Form

Posted: Wed Apr 01, 2015 1:40 am
by Yurii Orishchuk

Hi Derek,

You can add to input component some CSS class and then implement needed styles for this element.

I can suggest you to use "position: relative" style with top and left styles as well.

Details: http://www.w3schools.com/css/css_posi...

Regards.