WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1How to put 2 cursors Empty How to put 2 cursors Fri Nov 05, 2010 12:37 am

Matti

Matti
Registered Member
Registered Member
How to put 2 cursors like this website http://www.cursors-4u.com/ has 1 blue - 1 red

here are the images.
How to put 2 cursors Cur116 How to put 2 cursors Cur117

Code:
http://cur.cursors-4u.net/cursors/cur-2/cur116.cur
Code:
http://cur.cursors-4u.net/cursors/cur-2/cur117.cur

http://csshelp.forumotion.net/

2How to put 2 cursors Empty Re: How to put 2 cursors Fri Nov 05, 2010 1:20 am

Unknown Data

Unknown Data
Registered Member
Registered Member
You can change the default cursor with this.
Code:
body {
cursor : url("http://cur.cursors-4u.net/cursors/cur-2/cur116.cur");
}
And for hover, then use this.
Code:
a:hover {
cursor : url("http://cur.cursors-4u.net/cursors/cur-2/cur117.cur");
}

http://woops.dk

3How to put 2 cursors Empty Re: How to put 2 cursors Fri Nov 05, 2010 1:43 am

Matti

Matti
Registered Member
Registered Member
They didn't work.

http://csshelp.forumotion.net/

4How to put 2 cursors Empty Re: How to put 2 cursors Fri Nov 05, 2010 1:57 am

Unknown Data

Unknown Data
Registered Member
Registered Member
Just saw you're using FF as browser.
These couple of editings should do it.

Code:
body {
cursor : url(http://cur.cursors-4u.net/cursors/cur-2/cur116.cur), progress;
}
And..
Code:
a:hover {
cursor : url(http://cur.cursors-4u.net/cursors/cur-2/cur117.cur), default;
}

http://woops.dk

5How to put 2 cursors Empty Re: How to put 2 cursors Fri Nov 05, 2010 2:25 am

Matti

Matti
Registered Member
Registered Member
oh ko, so that's why...well now they work and thanks for the help Very Happy

http://csshelp.forumotion.net/

6How to put 2 cursors Empty Re: How to put 2 cursors Fri Nov 05, 2010 2:28 am

Unknown Data

Unknown Data
Registered Member
Registered Member
Glad I could help Very Happy

Solved | Locked

http://woops.dk

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum