Closed Bug 470367 Opened 16 years ago Closed 15 years ago

Unable to set custom cursor using the " cursor:url(cursor.cur),default; " syntax.

Categories

(Firefox :: General, defect)

3.5 Branch
PowerPC
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 286304

People

(Reporter: melser, Unassigned)

Details

(Keywords: css3)

User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2

Unable to set the custom cursor per CSS3 standards. Custom cursor is located in the same dir path as the linked CSS file and/or the html file.

http://www.example.com/test.html
http://www.example.com/style.css
http://www.example.com/cursor.cur

a{
  cursor:url(cursor.cur),default;
}

or

<p style='cursor:url(cursor.cur),auto'>Custom Cursor</p>


Reproducible: Always

Steps to Reproduce:
1. 
2.
3.
Actual Results:  
Default cursor is show not the custom cursor

Expected Results:  
custom loaded cursor to display
Keywords: css3
Version: unspecified → 3.1 Branch
That should work on Windows, I think, but it is not yet implemented on OS X (bug 286304).
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.