Username:
Password:
Remember me:
Register

Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)


Search forums via Google


0 Users appreciate this thread.

HELP PLEASE!!!
Started by alexis3714
(2012-09-28 12:30:35)
klubadmin (2012-09-28 19:29:35)
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:
Source Code
#hand:hover{ cursor:hand; }


Then just do:
Source Code
<img src="url" id="hand">

socialcu.be
3dsklub.cf

Like what I said? +respect
>Official Trinate Spriter<
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
angelrulez7 (2012-09-28 23:18:12)
Idiot. -Above
a
klubadmin (2012-09-29 02:24:18)
Some simple googling would do the trick.
socialcu.be
3dsklub.cf

Like what I said? +respect
>Official Trinate Spriter<
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

This post has been edited one or more times, the last time was:
2012-09-29 22:41:37

a
 

Log in to submit a comment

This topic's ID: 32315

Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)




Total registered users: 8321
New registered users today: 7
Newest registered user: ElegantVulpes

©  Copyright 2026 3DSPlaza. All Rights Reserved