Hey Drew,
I'm having the same problem as the above. I made sure the js file is
before the Fullsize js file. Unfortunately, something is wrong with
the archive of this group so I could research through older threads.
Anywho, here's my code. Let me know your thoughts. Thanks! Great
plugin!
<title>FullSize Test</title>
<link href="fullsize/fullsize.css" media="screen" rel="stylesheet"
type="text/css" />
<script type="text/javascript" src="jquery-1.3.2.js"> </script>
<script type="text/javascript" src="js/fullsize/jquery.fullsize.js"></
script>
<script type="text/javascript">
$(function(){
$("img").fullsize();
});
</script>
</head>
<body>
<img src="images/3d.jpg" alt="" longdesc="images/3d-big.jpg"/>
<img src="images/mask.jpg" alt="" longdesc="images/mask-big.jpg"/>
</body>
</html>