Hello again. I hope someone can help me with my page. I am using Lightbox 2.04 by Lokesh and when I click on the images from the page stated below, the images are like jumping or the lightbox is jumping (I have to click on more than 1 moving gif to have it happen). Maybe because this particular page has more than 1 moving gif image? It does it to another page with more than 1 gif image as well. What can I do to fix this problem? Please help. Thanks in advance for any help.
http://ambercakes.com/TagGraphicsChristmas.html
By the way the other day, John from here told me to change the prototype file (you can see my other thread re the invalid argument). First I had a problem when I X out of a lightbox image then try to click on another image, a box would come up but it would be all white. He said to change a part of the coding to this coding (which I did) I it worked for what I wanted but now I have a new problem: Here is the coding that was changed between line 1918 & 1931.
for (var property in styles)
if (property == 'opacity') element.setOpacity(styles[property]);
else /*@cc_on @*/
/*@if(@_jscript_version >= 5)
try{
@end @*/
elementStyle[(property == 'float' || property == 'cssFloat') ?
(Object.isUndefined(elementStyle.styleFloat) ? 'cssFloat' : 'styleFloat') :
property] = styles[property];/*@cc_on @*/
/*@if(@_jscript_version >= 5)
} catch(e){};
@end @*/
return element;
Josie![]()



Reply With Quote


Bookmarks