I have a slide show working @
http://qnctv.com/preacher/slide.htm
but I want to be able to get the correct sizes for the pictures.
I have attempted an "if else" condition but it doesn't work.
if thisPic = ("http://qnctv.com/preacher/sofa.jpg","http://qnctv.com/preacher/cow.jpg","http://qnctv.com/preacher/hill.jpg","http://qnctv.com/preacher/luge.jpg","http://qnctv.com/preacher/train.jpg") {document.myPicture.src(height="300" width="400")=myPix[thisPic]} else {document.myPicture.src(height=400 width=300)=myPix[thisPic]} document.myPicture.src=myPix[thisPic]
there is also a specification in the body width height etc... but the idea would be to define for the pictures.
Can you have a look it is very tiny. it is in Javascript
full source @
http://qnctv.com/preacher/slidesize.htm
can anyone help


Reply With Quote
Bookmarks