Results 1 to 5 of 5

Thread: Firefox cursor style not working...[Resolved]

  1. #1

    Thread Starter
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091

    Firefox cursor style not working...[Resolved]

    Okay, so I've got this little test...

    Code:
    <html>
        <table>
            <tr style="cursor:hand;"><td>test</td></tr>
        </table>
    </html>
    And in IE the cursor changes to a hand like I would expect. But in Firefox the cursor remains an I-bar. Me no likey.
    Last edited by crptcblade; Jul 23rd, 2004 at 12:58 PM.
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  2. #2
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945
    Code:
    style=cursor:pointer;cursor:hand
    Try that.
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

  3. #3

    Thread Starter
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    Seems to work. Thanks.

    Is that a bug in Firefox, or a bug in IE? Or is it neither?
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  4. #4
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945
    I think it's probably IE. Or at least I'll blame it on IE for being non-standard.
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

  5. #5

    Thread Starter
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    http://www.w3schools.com/css/pr_class_cursor.asp

    Seems you're right. "hand" is a crappy throwback to IE 5.x

    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width