Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have implemented css hack also for chrome, but that does not work too.
This code is also not working for area map tag.

        <img src="<?php echo get_template_directory_uri(); ?>/images/header.png" alt="header" width="900" height="208" border="0" usemap="#Map" />
        <map name="Map" id="Map">

          <area shape="poly" coords="27,102,36,166,152,161,150,93,27,100" href="index.php" >
          <area shape="poly" coords="179,85,303,98,296,157,180,153" href="?page_id=2">
          <area shape="poly" coords="332,101,438,95,440,171,338,175,332,101" href="?page_id=18">
          <area shape="poly" coords="460,92,531,84,536,187,472,194,461,93" href="?page_id=123">
          <area shape="poly" coords="569,96,640,102,631,197,562,194,569,95" href="?cat=1">
          <area shape="poly" coords="664,84,737,78,740,176,669,188,663,85" href="?page_id=6">
          <area shape="poly" coords="762,113,868,102,874,157,768,174,764,115" href="?page_id=13">
    </map>

area{cursor:url(images/butterflycur.png), pointer;}

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.