PaHaPaaVaLi
06-28-2004, 10:53 AM
I have this really strange problem. 1 picture is missing from my page. It's ok when i preview it from my HD but when I upload it to my ftp, a piece of code vanishes, and that piece happens to be img src tag.
On my HD:
<div id="bck" style="position:absolute; width:704; height:575; z-index:1; left: 0; top: 0;">
<div id="teksti" style="position:absolute; width:599px; height:99px; z-index:2; left: 49px; top: 22px;"></div>
<div id="bck1" style="position:absolute; width:104px; height:90px; z-index:2; left: 61; top: 133;"><img src="../galleria2/bck.jpg" width="125" height="100"></div>
<div id="bck2" style="position:absolute; width:112px; height:115px; z-index:3; left: 205; top: 133;"><img src="../galleria2/bck.jpg" width="125" height="158"></div>
<div id="bck3" style="position:absolute; width:117px; height:96px; z-index:4; left: 349; top: 133;"><img src="../galleria2/bck.jpg" width="125" height="125"></div>
<div id="bck4" style="position:absolute; width:113px; height:115px; z-index:5; left: 493; top: 133;"><img src="../galleria2/bck.jpg" width="125" height="143"></div>
<div id="bck5" style="position:absolute; width:200px; height:115px; z-index:6; left: 61; top: 325;"><img src="../galleria2/bck.jpg" width="225" height="125"></div>
<div id="Layer5" style="position:absolute; width:111px; height:115px; z-index:6; left: 302px; top: 325px;"><img src="../galleria2/bck2.jpg" width="125" height="158"></div>
</div>
the way it should be.
On server:
<div id="bck" style="position:absolute; width:704; height:575; z-index:1; left: 0; top: 0;">
<div id="teksti" style="position:absolute; width:599px; height:99px; z-index:2; left: 49px; top: 22px;"></div>
<div id="bck1" style="position:absolute; width:104px; height:90px; z-index:2; left: 61; top: 133;"><img src="bck.jpg" width="125" height="100"></div>
<div id="bck2" style="position:absolute; width:112px; height:115px; z-index:3; left: 205; top: 133;"><img src="bck.jpg" width="125" height="158"></div>
<div id="bck3" style="position:absolute; width:117px; height:96px; z-index:4; left: 349; top: 133;"></div>
<div id="bck4" style="position:absolute; width:113px; height:115px; z-index:5; left: 493; top: 133;"><img src="bck.jpg" width="125" height="143"></div>
<div id="bck5" style="position:absolute; width:200px; height:115px; z-index:6; left: 61; top: 325;"><img src="bck.jpg" width="225" height="125"></div>
<div id="Layer5" style="position:absolute; width:111px; height:115px; z-index:6; left: 302px; top: 325px;"><img src="bck2.jpg" width="125" height="158"></div>
</div>
Notice the "bck3" layer, img src missing :S
http://www.saunalahti.fi/elpawo/test/manipulaatiot/galleria.htm is the address.
Why only 1 of them is giving trouble and the rest works fine? I have tried many things, uploaded it with flashFXP, with IE build-in ftp, i have changed name and folder, redone it 3 times, and still the same problem persists on the same position.
Im helplesshttp://www.graphicdesignforum.com/emoticons/icon_sad.gif
On my HD:
<div id="bck" style="position:absolute; width:704; height:575; z-index:1; left: 0; top: 0;">
<div id="teksti" style="position:absolute; width:599px; height:99px; z-index:2; left: 49px; top: 22px;"></div>
<div id="bck1" style="position:absolute; width:104px; height:90px; z-index:2; left: 61; top: 133;"><img src="../galleria2/bck.jpg" width="125" height="100"></div>
<div id="bck2" style="position:absolute; width:112px; height:115px; z-index:3; left: 205; top: 133;"><img src="../galleria2/bck.jpg" width="125" height="158"></div>
<div id="bck3" style="position:absolute; width:117px; height:96px; z-index:4; left: 349; top: 133;"><img src="../galleria2/bck.jpg" width="125" height="125"></div>
<div id="bck4" style="position:absolute; width:113px; height:115px; z-index:5; left: 493; top: 133;"><img src="../galleria2/bck.jpg" width="125" height="143"></div>
<div id="bck5" style="position:absolute; width:200px; height:115px; z-index:6; left: 61; top: 325;"><img src="../galleria2/bck.jpg" width="225" height="125"></div>
<div id="Layer5" style="position:absolute; width:111px; height:115px; z-index:6; left: 302px; top: 325px;"><img src="../galleria2/bck2.jpg" width="125" height="158"></div>
</div>
the way it should be.
On server:
<div id="bck" style="position:absolute; width:704; height:575; z-index:1; left: 0; top: 0;">
<div id="teksti" style="position:absolute; width:599px; height:99px; z-index:2; left: 49px; top: 22px;"></div>
<div id="bck1" style="position:absolute; width:104px; height:90px; z-index:2; left: 61; top: 133;"><img src="bck.jpg" width="125" height="100"></div>
<div id="bck2" style="position:absolute; width:112px; height:115px; z-index:3; left: 205; top: 133;"><img src="bck.jpg" width="125" height="158"></div>
<div id="bck3" style="position:absolute; width:117px; height:96px; z-index:4; left: 349; top: 133;"></div>
<div id="bck4" style="position:absolute; width:113px; height:115px; z-index:5; left: 493; top: 133;"><img src="bck.jpg" width="125" height="143"></div>
<div id="bck5" style="position:absolute; width:200px; height:115px; z-index:6; left: 61; top: 325;"><img src="bck.jpg" width="225" height="125"></div>
<div id="Layer5" style="position:absolute; width:111px; height:115px; z-index:6; left: 302px; top: 325px;"><img src="bck2.jpg" width="125" height="158"></div>
</div>
Notice the "bck3" layer, img src missing :S
http://www.saunalahti.fi/elpawo/test/manipulaatiot/galleria.htm is the address.
Why only 1 of them is giving trouble and the rest works fine? I have tried many things, uploaded it with flashFXP, with IE build-in ftp, i have changed name and folder, redone it 3 times, and still the same problem persists on the same position.
Im helplesshttp://www.graphicdesignforum.com/emoticons/icon_sad.gif