Okay im trying to use the same code here http://rookwebdesign.com/Bangkok New/gallery.html as I used here http://shawtreesurgeons.com/gallery.html It works perfect on the 2nd one and its not working at all on the first. Ive uploaded the javascript file and im almost certain ive done everything else the same. Whats wrong?
Just a guess but it looks to me like the image url isn't correct. I believe the .jpg extension should actually be a .JPG instead.
It works perfect on the 2nd one and its not working at all on the first. Ive uploaded the javascript file and im almost certain ive done everything else the same. Whats wrong?[/QUOTE] You said that you've put everything the same way as 2nd link, but you haven't.. first url is very clear the differ from the 2nd one: <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Shaw Tree Surgeons | Photo Galery</title> <link href="css.css" rel="stylesheet" type="text/css" /> <script src="js.js" type="text/javascript"></script> <script type="text/javascript" src="PopBox.js"></script> <script type="text/javascript"> popBoxWaitImage.src = "images/spinner40.gif"; popBoxRevertImage = "images/magminus.gif"; popBoxPopImage = "images/magplus.gif"; </script> the bold must be the formula required to display the images on the 2nd url, but it doest seem the same on the first url, you missed it dude.. <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Bangkok Terrace | Gallery</title> ...................? ...................? <link rel="stylesheet" type="text/css" href="style.css" /> <script type="text/javascript" src="PopBox.js"></script> <script type="text/javascript"> popBoxWaitImage.src = "images/spinner40.gif"; popBoxRevertImage = "images/magminus.gif"; popBoxPopImage = "images/magplus.gif"; </script> now you must be know right now.