Results 1 to 10 of 10

Thread: Mouseover Help

  1. #1
    Registered
    Join Date
    May 2006
    Location
    Louisiana, USA
    Posts
    10

    Mouseover Help

    I would like to add code to my sites that would show a small text box of information when you mouseover a particular word or link.

    Can someone help?

    CJ

  2. #2
    Is Still Alive! Johnny Gulag's Avatar
    Join Date
    Feb 2006
    Location
    North Texas
    Posts
    242
    Hello

    Here is an example: http://www.pmob.co.uk/temp/disjointedcssrollover5.htm it might have more than what you want going on.

  3. #3
    Registered
    Join Date
    May 2006
    Location
    Louisiana, USA
    Posts
    10
    Actually I'm looking for more of the type of action that occurs when you mouseover the threads in this forum.

    CJ

  4. #4
    Is Still Alive! Johnny Gulag's Avatar
    Join Date
    Feb 2006
    Location
    North Texas
    Posts
    242
    Quote Originally Posted by cjshu
    Actually I'm looking for more of the type of action that occurs when you mouseover the threads in this forum.

    CJ
    Not sure what you mean. Do you mean the title text? If so you get that by adding title="" to the link: ie...
    Code:
    <a href="link/" title="This is where the title text goes">Link</a>
    Hope it helps

  5. #5
    Registered
    Join Date
    Apr 2006
    Posts
    184
    You could do something similar to this, except with text and not images.

    http://www.thecyanpepper.com/2005/11...up-thumbnails/

  6. #6
    Registered John's Avatar
    Join Date
    Jul 2005
    Location
    Halifax, Nova Scotia
    Posts
    237
    Maybe you can find what your looking for here: http://www.dynamicdrive.com/dynamicindex5/

  7. #7
    Registered
    Join Date
    May 2006
    Location
    Louisiana, USA
    Posts
    10
    Some good links thanks. I know I'm not describing myself very well.

    Here is a for instance of what I'm looking for.

    In the story below on Yahoo about terror suspects, when you put your mouse over the hperlink words FBI and HOMELAND Security, a small window pops up with more info.

    http://news.yahoo.com/s/nm/20060603/..._canada_usa_dc

    CJ

  8. #8
    Registered
    Join Date
    Apr 2006
    Posts
    184
    That's using javascript to position/render the div then using an AJAX call to load the div's contents. I wouldn't think it would be too hard to write up a script to handle that. *thinks*

  9. #9
    Registered John's Avatar
    Join Date
    Jul 2005
    Location
    Halifax, Nova Scotia
    Posts
    237
    Look at the link I posted, you can do that with their stuff.

  10. #10
    Registered
    Join Date
    May 2006
    Location
    Louisiana, USA
    Posts
    10
    Nice link, thanks John and everyone.

    The short answer posted by Johnny Gulag is what I was wanting to do. Thanks!

    CJ

Similar Threads

  1. Multiple Mouseover
    By manonthestreet in forum HTML, CSS, Layout, and Design
    Replies: 2
    Last Post: 06-21-2004, 09:42 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •