I can not get the image to display. <style> #movingbox {position:fixed; top:30%; right:40%; height:40%; width:20%; overflow:scroll; z-index: 50; background-color:lime;} </style> <div id="movingbox"> <a href="http://philosophaie.com/htmlphp/movingboxes/Arundel.htm"> <img src="../htmlphp/movingboxes/images/Arundel_Castle.jpg" width="100px" height="100px" alt="Arundel Castle" /> </a> //I have other pictures that also do not show </div> The jpg picture resides in "/htmlphp/movingboxes/images" of the server. I tried putting just Arundel_Castle.jpg with no path and moving the jpg file in with the htm files instead of images but that did not work either.
Are you more than one deep in subdirectories? If so you might have to use just "/" instead of "../" -- or "../../." -- though really if you have to use ../ in the first place, your directory structure is likely not well thought out.