JeremySchubert
11-30-2011, 07:51 PM
Hi,
If this is not the correct forum, would someone please direct me to the correct forum.
I have pasted code below. On my splash page I have an image map with hot spots linking to various pages. In a separate section I have my javascript code for my Skype and Twitter buttons. How best can I embed my javascript code into my image map code to have my skype and twitter button show up on my image as hot spots rather than beneath my image?
Thanks, Jeremy
<html>
<!DOCTYPE html>
<head>
<title>Schubert School</title>
<style type="text/css">
body {background-image:url('images/04original.gif');}
</style>
</head>
<body>
<center>
<img border="0" src="/images/newsplashpage.png" alt="Schubert School" USEMAP="#Imagemap" />
<MAP NAME="Imagemap">
<AREA SHAPE=RECT COORDS="85,156,290,188" HREF="http://www.schubertschool.com/moodle21training/videogallery/">
<AREA SHAPE=RECT COORDS="361,156,609,182" HREF="http://www.schubertschool.com/moodlesoftware">
<AREA SHAPE=RECT COORDS="431,204,621,255" HREF="http://www.schubertschool.com/examples">
<AREA SHAPE=RECT COORDS="50,225,302,251" HREF="http://www.schubertschool.com/instructionaldesign">
<AREA SHAPE=RECT COORDS="510,306,652,337" HREF="http://www.schubertville.com" target=_blank">
</MAP>
<p>
<script type="text/javascript" src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script>
<a href="skype:Jeremy.Schubert?call"><img src="http://mystatus.skype.com/balloon/Jeremy%2ESchubert" style="border: none;" width="150" height="60" alt="My status" /></a>
<a href="http://www.twitter.com/jrschubert"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow jrschubert on Twitter"/></a>
</body>
</html>
If this is not the correct forum, would someone please direct me to the correct forum.
I have pasted code below. On my splash page I have an image map with hot spots linking to various pages. In a separate section I have my javascript code for my Skype and Twitter buttons. How best can I embed my javascript code into my image map code to have my skype and twitter button show up on my image as hot spots rather than beneath my image?
Thanks, Jeremy
<html>
<!DOCTYPE html>
<head>
<title>Schubert School</title>
<style type="text/css">
body {background-image:url('images/04original.gif');}
</style>
</head>
<body>
<center>
<img border="0" src="/images/newsplashpage.png" alt="Schubert School" USEMAP="#Imagemap" />
<MAP NAME="Imagemap">
<AREA SHAPE=RECT COORDS="85,156,290,188" HREF="http://www.schubertschool.com/moodle21training/videogallery/">
<AREA SHAPE=RECT COORDS="361,156,609,182" HREF="http://www.schubertschool.com/moodlesoftware">
<AREA SHAPE=RECT COORDS="431,204,621,255" HREF="http://www.schubertschool.com/examples">
<AREA SHAPE=RECT COORDS="50,225,302,251" HREF="http://www.schubertschool.com/instructionaldesign">
<AREA SHAPE=RECT COORDS="510,306,652,337" HREF="http://www.schubertville.com" target=_blank">
</MAP>
<p>
<script type="text/javascript" src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script>
<a href="skype:Jeremy.Schubert?call"><img src="http://mystatus.skype.com/balloon/Jeremy%2ESchubert" style="border: none;" width="150" height="60" alt="My status" /></a>
<a href="http://www.twitter.com/jrschubert"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow jrschubert on Twitter"/></a>
</body>
</html>