 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
musicwiz
Joined: 19 Aug 2004 Posts: 2 Location: Huddersfield, England
|
Posted: Thu Aug 19, 2004 9:09 am drop down labels over links & images |
|
|
|
I am very new to building web sites and am wanting to know how you create the little boxes that appear under the mouse arrow/hand when you slide it over a link.
If you don't understand what I am on about, slide the mouse up to the 'HTML Code Tutorial' image at the top left of the page and a little yellow box with some text in it appears.
How do you create them?
Thanx,
A |
|
eXcentra
Joined: 12 May 2004 Posts: 91
|
Posted: Thu Aug 19, 2004 10:52 am |
|
|
|
add this code to links:
| Code: |
| title="Pop-up thing" |
Example:
| Code: |
| <a href="home.htm" title="Home Page">Click Here</a> |
For image tags, you use:
| Code: |
| <img src="image.jpg" alt="The Image" /> |
I'm not too sure about what to do for a combination of <a> and <img>. |
|
musicwiz
Joined: 19 Aug 2004 Posts: 2 Location: Huddersfield, England
|
Posted: Tue Aug 24, 2004 8:58 am Many thanks! |
|
|
|
It works superbly!
Thanks,
Amy |
|
eXcentra
Joined: 12 May 2004 Posts: 91
|
Posted: Wed Aug 25, 2004 9:02 pm |
|
|
|
No problem  |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|