yahoo new mouseovers

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bsanderson@absoftware.com

    yahoo new mouseovers

    I am trying to build the same text link mouseover as yahoo has on each
    news item. when you hover over the link, a small box pops up and
    displays a photo wtih text.

    I can get the box to pop up, but I can get it to position away from the
    mouse icon. I want the menu box to display 25 pix down and 10 to the
    right of the mouse icon on the hover.

    I have tried using fixed, absolute etc css position on the menu but it
    will not position correctly.

    thanks

  • Els

    #2
    Re: yahoo new mouseovers

    bsanderson@abso ftware.com wrote:
    [color=blue]
    > I am trying to build the same text link mouseover as yahoo has on each
    > news item. when you hover over the link, a small box pops up and
    > displays a photo wtih text.
    >
    > I can get the box to pop up, but I can get it to position away from the
    > mouse icon. I want the menu box to display 25 pix down and 10 to the
    > right of the mouse icon on the hover.
    >
    > I have tried using fixed, absolute[/color]

    Those wouldn not work.
    [color=blue]
    >etc css position[/color]

    Does that include position:relati ve?
    [color=blue]
    > on the menu[/color]

    position:relati ve should be on the 'popup', not on the menu.
    It could work with position:absolu te on the 'popup' in combination
    with position:relati ve on each menu item, but that usually is a bit
    over the top and may result in various other problems.
    [color=blue]
    > but it will not position correctly.[/color]

    Does it now?
    If not - provide a URL so people can see what is happening.

    --
    Els http://locusmeus.com/
    Sonhos vem. Sonhos vão. O resto é imperfeito.
    - Renato Russo -

    Comment

    • n|ck

      #3
      Re: yahoo new mouseovers

      bsanderson@abso ftware.com wrote:[color=blue]
      > I can get the box to pop up, but I can get it to position away from the
      > mouse icon. I want the menu box to display 25 pix down and 10 to the
      > right of the mouse icon on the hover.[/color]

      Either post a question on a DHTML newsgroup or search for a DHTML tutorial on
      obtaining the user's current mouse position.

      Comment

      Working...