Image on hover or in place of hover text.. is it possible?

  • ahinch22
    Answered 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...

    Image on Hover Question Screenshot 10

  • Jonathan JotForm Support
    Answered on June 04, 2013 05:17 PM

    Hi,

    Please check this form http://www.jotformpro.com/form/31546921335958? 

    Image on hover or in place of hover text Screenshot 30

     

    I have added the hover image like this

    Image on hover or in place of hover text Screenshot 41

     

    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;

     

    }

    You 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/31546921335958
    Hope this help. Please inform us if you need further assistance.
    Thanks.
  • ahinch22
    Answered on June 10, 2013 11:23 AM

    Thank you very much, Jonathan