not working for me

4 views
Skip to first unread message

Jessie

unread,
Aug 12, 2009, 5:16:38 PM8/12/09
to Fullsize
here is my code- i cannot get fullsize to do anything in safari or
firefox- what am I missing??

<!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>test</title>
<link href="fullsize/fullsize.css" media="screen" rel="stylesheet"
type="text/css" />


<script type="text/javascript" src="fullsize/jquery.fullsize.js"></
script>

<script type="text/javascript" src="jquery.js"> </script>

<script type="text/javascript">
$(function(){
$("img").fullsize();
});
</script>

</head>

<body>

<img src="images/columns/2005/tyson/tyson.jpg" alt=""
longdesc="images/columnsbig/2005/tyson/tyson.jpg"/>
</body>
</html>

Fullsize

unread,
Aug 13, 2009, 5:14:33 AM8/13/09
to Fullsize
You need to include the jQuery JS file BEFORE you include Fullsize.
Please read the rest of the threads on the group before posting as
this has been discussed already.
Thanks so much for using Fullsize! Hope you enjoy it :)

Peace,
Drew

Stephen Cohen

unread,
Aug 31, 2009, 6:17:35 PM8/31/09
to Fullsize
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!


<!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>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>

Stephen Cohen

unread,
Aug 31, 2009, 7:00:52 PM8/31/09
to Fullsize
Whoopsie! I figured it out....a linking problem...typical. Thanks!
Reply all
Reply to author
Forward
0 new messages