|
From: Prisoner at War on 19 Apr 2008 14:35 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 19 Apr 2008 14:57 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 19 Apr 2008 16:06 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 20 Apr 2008 09:35 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 20 Apr 2008 12:11 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
|
Next
|
Last
Pages: 1 2 3 4 5 6 Prev: advice about css problem Next: help with css in Internet Explorer |