From: Prisoner at War on
Hello, Everyone:

Is there any other values or whatever-it's-called to the cursor
property in CSS??

So far, I only know of cursor:pointer (or, for MSIE, cursor:hand)....

Any way to load in one's own somehow??

Just a noob at this...TIA!!
From: Harlan Messinger on
Prisoner at War wrote:
> Hello, Everyone:
>
> Is there any other values or whatever-it's-called to the cursor
> property in CSS??
>
> So far, I only know of cursor:pointer (or, for MSIE, cursor:hand)....
>
> Any way to load in one's own somehow??
>
> Just a noob at this...TIA!!
From the CSS specification:

http://www.w3.org/TR/CSS21/ui.html
From: Jonathan N. Little on
Harlan Messinger wrote:
> Prisoner at War wrote:
>> Hello, Everyone:
>>
>> Is there any other values or whatever-it's-called to the cursor
>> property in CSS??
>>

Yes, but browser support varies.

>> So far, I only know of cursor:pointer (or, for MSIE, cursor:hand)....
^^^^^^^^^^^^^^^^
That was just for old MSIE5x, use pointer. Let the "hand" die.

>>
>> Any way to load in one's own somehow??
>>
>> Just a noob at this...TIA!!
> From the CSS specification:
>
> http://www.w3.org/TR/CSS21/ui.html

Best source.

I have added a custom cursor on this page as an example. Important tip
is to provide fallback, because with my pretty magnifying glass cursor
for the images does not work in Opera...

http://www.littleworksstudio.com/ak2007.php
Al Khamsa 2007 National Convention Raffle Project


--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
From: Prisoner at War on
On Apr 19, 4:06 pm, "Jonathan N. Little" <lws4...(a)central.net> wrote:
>
>
> <SNIP>
>
> I have added a custom cursor on this page as an example. Important tip
> is to provide fallback, because with my pretty magnifying glass cursor
> for the images does not work in Opera...

Say, how did you do that?? That's exactly what I hope to do....

I wonder why your lil' trick doesn't work in Opera...??

> http://www.littleworksstudio.com/ak2007.php
> Al Khamsa 2007 National Convention Raffle Project
>
> --
> Take care,
>
> Jonathan
> -------------------
> LITTLE WORKS STUDIOhttp://www.LittleWorksStudio.com

From: Jonathan N. Little on
Prisoner at War wrote:
> On Apr 19, 4:06 pm, "Jonathan N. Little" <lws4...(a)central.net> wrote:
>>
>> <SNIP>
>>
>> I have added a custom cursor on this page as an example. Important tip
>> is to provide fallback, because with my pretty magnifying glass cursor
>> for the images does not work in Opera...
>
> Say, how did you do that?? That's exactly what I hope to do....

Need some graphic software that is capable of making cursors, there is
also many freebies about that will convert BMPs to cursors.
>
> I wonder why your lil' trick doesn't work in Opera...??
>

Don't know, ask the folks at Opera why they don't support <uri> values
for cursors...

http://www.w3.org/TR/CSS21/ui.html#propdef-cursor

Ask 'em, check out their bugs...
http://www.opera.com/support/bugs/

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com