Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

The 'usual' or 'normal' HTML way to do this is to give an HTML element a title tag, for ex:

 

<a href="www.whatever.com" title="click here for whatever>whatever</a>

 

You can give a title attribute to most HTML elements. For example, this forum adds the title to the TD element that contains the links for threads...so that you see the 'popup' whenever you mouse over any part of the table cell.

 

The duration is probably based on the browser rendering the html and as far as I know you can't control it. To get longer durations, you'd have to make some kind of custom popup, similar to how javascript/dhtml/layered menu systems are created, etc.

 

Paul

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...