How to make a simple dialogue box with text in my website?

4 replies
  • WEB DESIGN
  • |
How to make a simple dialogue box with text that appears when visitors click on spesific text/picture on my website?
#box #dialogue #make #simple #text #website
  • Profile picture of the author WPCHARLIE
    I think you are referring to a lightbox effect / popup. Google that term and you'll find several plugins (read the plugin's documentation) - there's not a plug n' play solution.
    {{ DiscussionBoard.errors[4330477].message }}
  • Profile picture of the author mywebwork
    Agreed, you are probably talking about a lightbox.

    If you aren't using WordPress (which I believe WPCHARLIE assumed and which may well be true, you didn't actually say) you can do this with JavaScript or with a JavaScript library like JQuery or MooTools.


    Bill
    {{ DiscussionBoard.errors[4337652].message }}
  • Profile picture of the author AbdullahKaragoz
    No, I'm not talking about light box. I'm talking about a simple dialogue box like in this website: Forex Trading Cheat Sheets

    When you click at the video, you get a dialogue box.

    How do I make like this one?
    {{ DiscussionBoard.errors[4358668].message }}
  • Profile picture of the author SUPER Louie
    insert this in your code
    <a href="#" onclick="alert('Whoa, easy there trigger. Enter your email address in the box to the right of the arrow and click the button that says Get Instant Access to watch the video.'); return false;">
    Your Image Here
    </a>
    I suggest you use FireBug to check for source codes quickly
    Signature
    A superhero is someone who knows how to be quiet, shed a tear for a moment, then pick up his sword, and fight again!
    {{ DiscussionBoard.errors[4359387].message }}

Trending Topics