CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2009
    Posts
    40

    what's this? pop out feature

    Hey everyone, I am looking for how to build one of those little pop out boxes that pops outs a short paragraph when you roll over a "What's this?" link. I've tried a couple google searches but I'm really not sure what to call it so I can't find anything. Thanks for your help.

  2. #2
    Join Date
    Nov 2009
    Posts
    31

    Re: what's this? pop out feature

    This is Client, not server side.

    This simplest form ins simply the "title" attribute. such as
    HTML Code:
    <abbr title="As Soon As Possable>A.S.A.P.</abbr>
    or
    HTML Code:
    <a href="http://www.example.com" title="this is an example">Click Here</a>
    Other forms involve CSS :hover or Javascript onmouseover

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured