1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Code for hover text??

Discussion in 'HTML & Website Design' started by mike323, Nov 7, 2006.

  1. #1
    I didn't see an existing thread for my question.

    Awhile back I saw someone using "hover text" (is that what it's called?) in their text links.

    What I mean is, in the text link code, they had the regular text that comprised the link and then there was the text that appeared in a box when you hovered the cursor over the link. I'm trying to find the code for this. It wasn't some complicated css trick...it was really simple regular coding...(all the coding required for it was in the link code)...

    Anyone know what I'm talking about?
     
    mike323, Nov 7, 2006 IP
  2. aleco

    aleco Active Member

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #2
    I think you mean the title tag, eg:

    <a href="page.htm" title="this is what appears when you hover over the link for a second or two">link text</a>
    Code (markup):
    That seem like the thing you have in mind?
     
    aleco, Nov 7, 2006 IP
  3. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #3
    Or are you looking more for a DHTML tooltip style?
     
    frankcow, Nov 7, 2006 IP
  4. mike323

    mike323 Well-Known Member

    Messages:
    1,594
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    160
    #4

    aleco got it. Thanks aleco!
     
    mike323, Nov 7, 2006 IP
  5. aleco

    aleco Active Member

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #5
    no probs, glad it helped you! :)
     
    aleco, Nov 7, 2006 IP