Derek Griffin
Posts: 0
Joined: Mon Mar 30, 2015 9:22 pm

Trying to create a selectable Form

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.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Trying to create a selectable Form

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.

Return to “Issues”