Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Can't implement Custom Pointer Cursor on forum?
Old 08-01-2010, 01:39 PM Can't implement Custom Pointer Cursor on forum?
Junior Talker

Posts: 2
Trades: 0
Hi, I'm trying to use custom images to replace browsers default cursors for not just the default body cursor, but pointer, move, text, etc.

Don't worry I know graphic design so I'll use good designs and it won't be annoying but for now I just used some cursor image I found off the web, and here it is on my phpbb:

If you roll your mouse over a button or text field, the custom blue cursor (ugly) reverts back to the default, how do I make that not happen, and instead change to a different custom cursor IMAGE, not one built in?

http://waitalk.0sites.net/phpBB3/viewtopic.php?f=2&t=1

this is the code I'm using in my overall header, that's working for the body cursor but not anything else it seems

Code:
<style type="text/css">
body {cursor: url("http://www.waitalk.0sites.net/phpBB3/styles/waitalk/theme/cursors/cursor_blue.cur"), default;}
a {cursor: url("http://www.waitalk.0sites.net/phpBB3/styles/waitalk/theme/cursors/cursor_blue.cur"), pointer;}
li {cursor: url("http://www.waitalk.0sites.net/phpBB3/styles/waitalk/theme/cursors/cursor_blue.cur"), crosshair;}
p {cursor: url("http://www.waitalk.0sites.net/phpBB3/styles/waitalk/theme/cursors/cursor_blue.cur"), text;}
.class1 {cursor: url("http://www.waitalk.0sites.net/phpBB3/styles/waitalk/theme/cursors/cursor_blue.cur"), move;}
</style>
thanks I hope some genius will help me
extra_sensation is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-01-2010, 10:06 PM Re: Can't implement Custom Pointer Cursor on forum?
Physicsguy's Avatar
404 - Title not found

Posts: 919
Name: Scott Kaye
Location: Ontario
Trades: 0
Specify the cursor for the button's class and inputs.

Example:

Code:
.reply-icon {
/*Current stuff*/
cursor: url("http://www.waitalk.0sites.net/phpBB3/styles/waitalk/theme/cursors/cursor_blue.cur"), move;
}
input,textarea {
/*Current stuff*/
cursor: url("http://www.waitalk.0sites.net/phpBB3/styles/waitalk/theme/cursors/cursor_blue.cur"), move;
}
__________________
Check out my
Please login or register to view this content. Registration is FREE
or my
Please login or register to view this content. Registration is FREE
!

Last edited by Physicsguy; 08-01-2010 at 10:07 PM..
Physicsguy is offline
Reply With Quote
View Public Profile
 
Old 08-01-2010, 10:07 PM Re: Can't implement Custom Pointer Cursor on forum?
Junior Talker

Posts: 2
Trades: 0
thanks!

Last edited by extra_sensation; 08-01-2010 at 10:15 PM..
extra_sensation is offline
Reply With Quote
View Public Profile
 
Old 08-01-2010, 10:23 PM Re: Can't implement Custom Pointer Cursor on forum?
Physicsguy's Avatar
404 - Title not found

Posts: 919
Name: Scott Kaye
Location: Ontario
Trades: 0
Yeah, sorry for the first (before edit) post

I figured you'd ask, so I wrote it. If it doesn't work out, I will investigate!
__________________
Check out my
Please login or register to view this content. Registration is FREE
or my
Please login or register to view this content. Registration is FREE
!
Physicsguy is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Can't implement Custom Pointer Cursor on forum?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.65441 seconds with 12 queries