Jump to content

Tip your hat


dooberry

Recommended Posts

Is there an HTML equivalent of a tool tip text?What I mean is something that appears under the cursor when you hover over an element to tell you what it does.I've seen this done with hyperlinks, but I want to use it for an image or input.Can anyone help please?Dooberry.

Link to comment
Share on other sites

Use title for them all:<p title="I am a paragraph">I am a paragraph</p><input type="text" title="I am a input" /><input type="button" value="button" title="I am a button" /><img src="" title="I am a pic" />

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...