-
ahinch22Answered on June 04, 2013 03:50 PM
I did my best to show what I would like to find the code for. The image box next to the cursor (near the botto of this image) is what I'm going for...
-
Jonathan JotForm SupportAnswered on June 04, 2013 05:17 PM
Hi,
Please check this form http://www.jotformpro.com/form/31546921335958?
I have added the hover image like this
Reposition the Hover text to properly aligned using injected CSS codes
#id_29 .form-description {
right: -90px;
max-width: 350px;
top: 30px;
border: 1px solid #ccc;
}
Use this guide How-to-Inject-Custom-CSS-CodesYou can also just clone my form, to better review how I did it. Use this guide How-to-clone-an-existing-form-from-a-URL . This is the my form URL http://www.jotformpro.com/form/31546921335958Hope this help. Please inform us if you need further assistance.Thanks. -
ahinch22Answered on June 10, 2013 11:23 AM
Thank you very much, Jonathan