Need help with some JS installing Bumpbox 2.0
i trying add lightbox effect pdf on website, found javascript plugin @ http://www.artviper.net/bumpbox-demo/index.html looks should trick, having trouble getting work.
to narrow down problem created test.html file stuck in root directory of folder downloaded site (so working locally off desktop @ point)
my code follows... feel missing super obvious, see it? (do need define .bump class in css file?)
thank in advance needed help!
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>untitled document</title>
</head>
<body>
<a href="http://www.artviper.net/test.pdf" class="bump" rel="800-350">pdf file »</a><br />
<script type="text/javascript" src="js/mootools.js"></script>
<script type="text/javascript" src="js/bumpbox-2.0.1.js"></script>
<script type="text/javascript"> dobump( '.bump',750, 500, '111', '900', '0.8', 5, 1 ,'333', 15,'000', 4,
fx.transitions.bounce.easeout,
fx.transitions.bounce.easeout,
'images/demo_bg_bumpbox.png',
'top left',
'repeat-x' ); </script>
</body>
</html>
you'll better / faster answers question if upload test page & files remote server can @ it.
nancy o.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment