Advertisement
tjromano

Photo mapping

Jan 30th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.80 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Untitled Document</title>
  6. <script src="SpryAssets/SpryTooltip.js" type="text/javascript"></script>
  7. <link href="SpryAssets/SpryTooltip.css" rel="stylesheet" type="text/css" />
  8. </head>
  9.  
  10. <body>
  11. <p><img src="MBC/Wordpress/Images/OurTeam.png" width="625" height="363" border="0" usemap="#Map" /></p>
  12. <p><span id="Map2"></span>
  13.   <map name="Map" id="Map">
  14.     <area shape="rect" coords="2,1,124,362" href="#" alt="Bill's Bio" />
  15.    
  16.     <area shape="rect" coords="123,0,247,363" href="#" alt="Tracy's Bio" />
  17.     <area shape="rect" coords="245,2,362,362" href="#" alt="Don's Bio" />
  18.     <area shape="rect" coords="361,-14,484,362" href="#" />
  19.     <area shape="rect" coords="485,4,623,360" href="#" alt="Bart's Bio" />
  20.   </map>
  21. </p>
  22. <div class="tooltipContent" id="sprytooltip1">Bill Carpenter has held various leading roles   within interactive video media for more than ten years. He is a national   award winning producer of broadcast and narrow cast video and media.   Bill excels at understanding client needs and goals, and turning   requirements into powerful interactive communications experiences. As VP   of interactive communications, Bill shares his talents with both MBC's   technical systems and the creative/visual units.  He believes that   communication and feedback creates a relationship where goals are   aligned with the deliverables and &quot;...client-customer relationships are   the #1 most important thing.&quot;</div>
  23. <script type="text/javascript">
  24. var sprytooltip1 = new Spry.Widget.Tooltip("sprytooltip1", "#Map");
  25. </script>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement