Need text window to popup when mouse hovers over link

Discussion in 'JavaScript' started by fotoviva, Jul 30, 2008.

  1. #1
    Just like the title says, I need a text window to pop up when a user hovers over another piece of text. This new text will provide more info for the user. Also can it disappear when the user moves their mouse away? Would be great if it could be placed where I want on the page too.

    I'm guessing I need javascript code for this?

    Thanks
     
    fotoviva, Jul 30, 2008 IP
  2. andrewgjohnson

    andrewgjohnson Active Member

    Messages:
    180
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #2
    Try:

    
    
    <a href="http://www.terminatorsalvationblog.com" title="Hover Text Goes Here">Link Text Goes Here</a>
    
    
    Code (markup):
     
    andrewgjohnson, Jul 30, 2008 IP
  3. fotoviva

    fotoviva Active Member

    Messages:
    265
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Thanks Andrew, that would work for simple text but I need several paragraphs opening in a css styled window.
     
    fotoviva, Jul 30, 2008 IP
  4. andrewgjohnson

    andrewgjohnson Active Member

    Messages:
    180
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #4
    Oh you want an ugly CSS/JS monstrosity to cover your screen, I misunderstood :p
     
    andrewgjohnson, Jul 30, 2008 IP
  5. fotoviva

    fotoviva Active Member

    Messages:
    265
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    60
    #5
    No! With some nice css styles it will look beautiful mate!
     
    fotoviva, Jul 31, 2008 IP
  6. VishalVasani

    VishalVasani Peon

    Messages:
    560
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hello,

    Check below url may help u?

    1.http://www.smashingmagazine.com/2007/06/12/tooltips-scripts-ajax-javascript-css-dhtml/
    2.http://www.dhtmlgoodies.com/scripts/ajax-tooltip/ajax-tooltip.html
     
    VishalVasani, Jul 31, 2008 IP
  7. fotoviva

    fotoviva Active Member

    Messages:
    265
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    60
    #7
    ah so a tooltip is what I am after! Many thanks for those links, I'm sure I will find something in there :)
     
    fotoviva, Jul 31, 2008 IP