Hi, I have a large map that I have created created an image map with 20+ area definitions with links. I have been fooling around with adding a class to each area and attempting to change the properties to have a colored/transparent overlay appear within the area but I cannot get anything to work. Any tips?
CSS Code
HTML CodeCode:/* CSS Document */ #no_items { background-color: #0F0; } #open_items { background-color: #F00; }
Code:<p><img src="/template/v2/images/pamf/Level2West3.png" width="2350" height="1328" usemap="#Map" border="0" /> <map name="Map" id="Map"> <area shape="rect" coords="471,621,570,707" href="/rcl/room.php?room_id=639" alt="W276 Exam" id="no_items" /> <area shape="rect" coords="470,712,570,799" href="/rcl/room.php?room_id=641" alt="W278 Exam" id="no_items" /> <area shape="rect" coords="470,802,570,889" href="/rcl/room.php?room_id=643" alt="W280 Exam" id="no_items" /> <area shape="rect" coords="469,893,569,981" href="/rcl/room.php?room_id=645" alt="W282 Exam" id="no_items" /> <area shape="rect" coords="628,617,728,709" href="/rcl/room.php?room_id=638" alt="W275 Exam" id="open_items" /> <area shape="rect" coords="628,712,729,799" href="/rcl/room.php?room_id=640" alt="W277 Exam" id="open_items" /> <area shape="rect" coords="628,802,729,889" href="/rcl/room.php?room_id=642" alt="W279 Exam" id="open_items" /> <area shape="rect" coords="628,893,733,981" href="/rcl/room.php?room_id=644" alt="W281 Exam" id="open_items" /> </map> </p>


Reply With Quote






Bookmarks