yes and no.
.cur is basically a monochrome bitmap, so it may be viewable when loaded as a bmp, which many browsers handle.
Firefox allows .cur since 2.0
according to MDC, this is your best bet:
.cur is basically a monochrome bitmap, so it may be viewable when loaded as a bmp, which many browsers handle.
Firefox allows .cur since 2.0
according to MDC, this is your best bet:
Code:
cursor: url(foo.cur), url([url]http://www.example.com/bar.gif[/url]), auto;
Comment