Hand cursor on image map

  • Posted in : BookCard WP
  • ishanjain
    Participant

    In my site – http://www.branddiaries.com/

    I am having 4 image maps on the main page on those four hanging crumpled balls. In my CSS i used this code

    area{
    cursor: pointer !important;
    }

    And also many other CSS tricks, but i am unable to convert the cursor into a hand over those image maps. Is there any CSS reset working to keep the cursor as it is on image maps ?? Please can you tell how can i change my pointed to hand icon in my image maps.

    ahmetsali
    Keymaster

    Hi, it looks like area is not being displayed by browser default. Try this;

    area{
    cursor: pointer !important; display: block;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register