Hey Guys - i'm am absolute beginner trying to add shadow box to a simple iweb website with videos -
the instructions how to use shadow box can be found here: http://www.shadowbox-js.com/usage.html
it says to change the line from this:
<a href="myimage.jpg">My Image</a>
to this:
<a href="myimage.jpg" rel="shadowbox">My Image</a>
how would i make this change to the following code ?
<img usemap="#map1" id="shapeimage_1" src="test_files/shapeimage_1.png" style="border: none; height: 38px; left: -5px; position: absolute; top: -5px; width: 46px; z-index: 1; " alt="link" title="" /><map name="map1" id="map1"><area href="test_files/90s_web.mov" title="test_files/90s_web.mov" alt="test_files/90s_web.mov" coords="5, 5, 41, 32" /></map>
any help much appreciated !
cheers
the instructions how to use shadow box can be found here: http://www.shadowbox-js.com/usage.html
it says to change the line from this:
<a href="myimage.jpg">My Image</a>
to this:
<a href="myimage.jpg" rel="shadowbox">My Image</a>
how would i make this change to the following code ?
<img usemap="#map1" id="shapeimage_1" src="test_files/shapeimage_1.png" style="border: none; height: 38px; left: -5px; position: absolute; top: -5px; width: 46px; z-index: 1; " alt="link" title="" /><map name="map1" id="map1"><area href="test_files/90s_web.mov" title="test_files/90s_web.mov" alt="test_files/90s_web.mov" coords="5, 5, 41, 32" /></map>
any help much appreciated !
cheers