•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Graphics and Multimedia section within the Web Development category of DaniWeb, a massive community of 402,749 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,520 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Graphics and Multimedia advertiser: Programming Forums
Views: 4671 | Replies: 3
![]() |
•
•
Join Date: Aug 2005
Location: LaBelle, FL
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
Ok here's the deal. I made a pretty sweet custom corson in Adobe Photoshop, and after installing the right plug in, made it in the correct cursor format, .cur. Now all my website is in dreamweaver, and i need to insert the cursor there. I tried a few different ways of inserting cursors in the html but I can't figure out how to upload the cursor pic. If I do it goes in it doesnt go as an image. please help! Anything would be appreciated. Jenny~
•
•
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,238
Reputation:
Rep Power: 10
Solved Threads: 270
Quote from w3.org http://www.w3.org/TR/1998/REC-CSS2-1...propdef-cursor
The user agent retrieves the cursor from the resource designated by the URI. If the user agent cannot handle the first cursor of a list of cursors, it should attempt to handle the second, etc. If the user agent cannot handle any user-defined cursor, it must use the generic cursor at the end of the list.
[HTML] P { cursor : url("mything.cur"), url("second.csr"), text; } [/HTML]
Don't forget upload your cursor with rest of your site.
The user agent retrieves the cursor from the resource designated by the URI. If the user agent cannot handle the first cursor of a list of cursors, it should attempt to handle the second, etc. If the user agent cannot handle any user-defined cursor, it must use the generic cursor at the end of the list.
[HTML] P { cursor : url("mything.cur"), url("second.csr"), text; } [/HTML]
Don't forget upload your cursor with rest of your site.
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)
If we helped you to solve your problem, answered your question please mark your post as SOLVED.
Publilius Syrus
(~100 BC)
If we helped you to solve your problem, answered your question please mark your post as SOLVED.
•
•
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,238
Reputation:
Rep Power: 10
Solved Threads: 270
You don't have to have 2 cursor. Example above is standart procedure ensure that if first setting doesn't aplly browser will use second one. If this fail standart settengs will be used. So 3 cursors setting in case of failure.
So simly in CSS declare on which object(DIV, P, TABLE, IMG,...) your customize cursor should take action
[HTML]P { cursor : url("mycursor.cur"), pointer; }[/HTML]
What this mean is, first use my customize cursor for rollover on this object( P - paragraph), if this not supported use second setting as pointer/hand.
Hope this is clear
So simly in CSS declare on which object(DIV, P, TABLE, IMG,...) your customize cursor should take action
[HTML]P { cursor : url("mycursor.cur"), pointer; }[/HTML]
What this mean is, first use my customize cursor for rollover on this object( P - paragraph), if this not supported use second setting as pointer/hand.
Hope this is clear
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)
If we helped you to solve your problem, answered your question please mark your post as SOLVED.
Publilius Syrus
(~100 BC)
If we helped you to solve your problem, answered your question please mark your post as SOLVED.
![]() |
•
•
•
•
•
•
•
•
DaniWeb Graphics and Multimedia Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
- can someone plz help me with this? (Visual Basic 4 / 5 / 6)
- I NEED SUPPORT **"IMPORTANT"** PLZ HELP (Windows NT / 2000 / XP / 2003)
- custom cursor (Java)
- Flash buttons (Graphics and Multimedia)
- Windows ToolTip issue (Windows NT / 2000 / XP / 2003)
- new Arctic Freezer 7; plz help (Motherboards, CPUs and RAM)
Other Threads in the Graphics and Multimedia Forum
- Previous Thread: First time using dreamweaver and Flash
- Next Thread: Embedded Video



Linear Mode