0 Users appreciate this thread.
HELP PLEASE!!!
djl12328 (2012-09-28 19:55:58)Actually, you can add javascript into an image tag.
<img src='clickme.png' onclick='document.body.style.cursor = "wait"'>
That line turns the cursor into an hourglass whenever you click it.
www.dark-isle.weebly.com
djl12328 (2012-09-29 03:29:55)Oh. That would be done by typing something like this.
[style]
#body {
cursor: 'wait';
}
[/style]
www.dark-isle.weebly.com
angelrulez7 (2012-09-29 13:13:26)<a href=http://example.com><img src=http://example.com/cheese.png></a>
That it? o.O
a
angelrulez7 (2012-09-29 22:41:01)Ohh..
[link=yoursite][img]imageurlhere[/img][/link]
It's like the egg in your signature. e.o
2012-09-29 22:41:37
a
Log in to submit a comment
Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)
New registered users today: 7
Newest registered user: ElegantVulpes

HTML is only intended to be used as structure for web pages and therefore can't do anything dealing with user interaction.
I believe you want the cursor to change when the mouse is over it, right?
If so, you can use css for that:
#hand:hover{ cursor:hand; }
Then just do:
<img src="url" id="hand">
3dsklub.cf
Like what I said? +respect
>Official Trinate Spriter<