Help with window opener.

Discussion in 'HTML & Website Design' started by Jamie Lister, Jun 23, 2006.

  1. #1
    Need help here - just not sure i can explain myself properly.

    You know when you hover over a link in Yahoo news a window opens up with a summary of the link's content? Its what I need to do.

    I want a window to open NEXT TO THE LINK when I hover over the link - "onmouseover".
    And then disappear "onmouseout".

    Any help is appreciated.
     
    Jamie Lister, Jun 23, 2006 IP
  2. sgtsloth

    sgtsloth Peon

    Messages:
    205
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Here's a site that uses Prototype to do accomplish the effect you're looking for. The samples show how to do what you want.
     
    sgtsloth, Jun 23, 2006 IP
  3. Jamie Lister

    Jamie Lister Peon

    Messages:
    421
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Excellent stuff sgtsloth - green coming your way and thanks a bunch for your help.
     
    Jamie Lister, Jun 23, 2006 IP
  4. TechnoGeek

    TechnoGeek Peon

    Messages:
    258
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hello, Jamie.
    An easy way to get a little pop-up window for a link when the cursor hovers over it is to use the TITLE attribute.

    The TITLE attribute provides a text for an element that is commonly implemented as a "tooltip" on visual browsers. This attribute is most useful with A, LINK, IMG, and OBJECT elements. For example:

    <A HREF="mailto:jaime@lister.com" TITLE="Feedback for Jamie"
    >jamie@lister.com</A>
     
    TechnoGeek, Jun 25, 2006 IP
  5. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #5
    you could also look through www.voyageenarmenie.com (go to sections like Armenie > Extensions)

    if you can't figure out how the popups work I can help you, just PM me
     
    ludwig, Jun 25, 2006 IP