Jump to content

html title tag instant display


freelance84

Recommended Posts

However to get js to display the html title from the tag instantly seems a lot cleaner and more efficient...

 

What exactly do you plan on displaying it within? Your question really makes little sense I'm afraid.

Link to comment
Share on other sites

<input type="button" class="button yellow medium" title="This will do some cool stuff when clicked"/>

 

The title of the above tag. When the user hovers over the button after a second or so a little title box appears saying, "This will do some cool stuff when clicked".

 

The problem is the delay. I would like it to show the title instantaneously.

 

One way of achieving something similar is to have a div containing the message hidden and onmouseover show the said div, but that is a lot of code for something so small...

Link to comment
Share on other sites

One way of achieving something similar is to have a div containing the message hidden and onmouseover show the said div, but that is a lot of code for something so small...

 

It is the only way I know of to achieve the effect. Your data needs something to be displayed in.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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.   Restore formatting

  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...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.