Forum Replies Created

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter jjstuss

    (@jjstuss)

    a.quiz {
       display: block;
       cursor: default;
       width: 350px;
       height: 70px;
       background: url('https://optionstrategiesinsider.com/images/orderbutton1.png') top left;
    }
    
    a.quiz:hover {
       display: block;
       cursor: default;
       width: 350px;
       height: 70px;
       background: url('https://optionstrategiesinsider.com/images/orderbutton2.png') top left;
    }
    
    a.quiz:active {
       display: block;
       cursor: default;
       width: 350px;
       height: 70px;
       background: url('https://optionstrategiesinsider.com/images/orderbutton1.png') top left;
    }
    <div class="popup">
    <a href="https://optionstrategiesinsider.com/quiz333/" class="quiz" data-height="300" data-width="300" data-scrollbars="1" ></a>
    </div>

    I have tried several different set ups, switching the classes, but no luck. Pretty close to giving up. Thanks for your help

    Test page: https://optionstrategiesinsider.com/test-stuff/

    Thread Starter jjstuss

    (@jjstuss)

    Thank you, that is pretty much exactly what I tried to do, but would never work. Kept opening up a new window that was blank.

    Thread Starter jjstuss

    (@jjstuss)

    I just have the default code

    <p>
    [text* placeholder your-name “Name*”] </p>

    <p>
    [email* placeholder your-email “Email*”] </p>

    <p>
    [text placeholder your-subject "Subject*"] </p>

    <p>
    [textarea placeholder your-message “Message*”] </p>

    <p>[submit “Send”]</p>

Viewing 3 replies - 16 through 18 (of 18 total)