Message balloon with onMouseOver

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ben

    Message balloon with onMouseOver

    I know I can use the status line to display a message 'on mouse over'.
    However, I would prefer to have the message displayed near the cursor
    location, but couldn't figure out how. Please help. Thanks.

    Ben


  • David Dorward

    #2
    Re: Message balloon with onMouseOver

    Ben wrote:
    [color=blue]
    > I know I can use the status line to display a message 'on mouse over'.
    > However, I would prefer to have the message displayed near the cursor
    > location, but couldn't figure out how. Please help. Thanks.[/color]

    <* title="foo">

    Nothing to do with JavaScript.

    --
    David Dorward http://david.us-lot.org/

    Comment

    • Peter Hurford

      #3
      Re: Message balloon with onMouseOver

      I looked at this a while ago but never got around to doing anything.
      Check out:



      or



      HTH



      *** Sent via Developersdex http://www.developersdex.com ***
      Don't just participate in USENET...get rewarded for it!

      Comment

      • Ben

        #4
        Re: Message balloon with onMouseOver

        Just what I need. Thanks!

        "Peter Hurford" <peter.hurford@ microcrest.com> wrote in message
        news:3f312ddf$0 $195$75868355@n ews.frii.net...[color=blue]
        > I looked at this a while ago but never got around to doing anything.
        > Check out:
        >
        > http://byte-fx.com/webdev_resources/tooltip.php
        >
        > or
        >
        > http://www.mikezilla.com/exp0004.html
        >
        > HTH
        >
        >
        >
        > *** Sent via Developersdex http://www.developersdex.com ***
        > Don't just participate in USENET...get rewarded for it![/color]


        Comment

        • Mr. Clean

          #5
          Re: Message balloon with onMouseOver

          In article <wscYa.447$7j6. 65179@news.uswe st.net>, bend@qwest.net says...[color=blue]
          > Just what I need. Thanks!
          >
          > "Peter Hurford" <peter.hurford@ microcrest.com> wrote in message
          > news:3f312ddf$0 $195$75868355@n ews.frii.net...[color=green]
          > > I looked at this a while ago but never got around to doing anything.
          > > Check out:
          > >
          > > http://byte-fx.com/webdev_resources/tooltip.php
          > >
          > > or
          > >
          > > http://www.mikezilla.com/exp0004.html
          > >[/color][/color]

          ANyway to do this with just a hover instead of relying on javascript?

          Comment

          • Peter Hurford

            #6
            Re: Message balloon with onMouseOver

            One of the links I provided uses just CSS. Check it out.



            *** Sent via Developersdex http://www.developersdex.com ***
            Don't just participate in USENET...get rewarded for it!

            Comment

            • Disco

              #7
              Re: Message balloon with onMouseOver

              Ben wrote:[color=blue]
              > I know I can use the status line to display a message 'on mouse over'.
              > However, I would prefer to have the message displayed near the cursor
              > location, but couldn't figure out how. Please help. Thanks.
              >
              > Ben[/color]

              This is a good one too.
              * all javascript, but it allows you to use your CSS to define what it looks
              like.




              Comment

              Working...