This content has been marked as final.
Show 3 replies
-
1. Re: effects on images not starting out hidden
Arnout Kazemier Jan 16, 2008 2:13 AM (in response to jefbak)U could add style="display:none;" to the image, so its hidden when u load the page, i think that spry effects sets it automatic back to block when they start the effect.
-
2. Re: effects on images not starting out hidden
jefbak Jan 16, 2008 4:02 PM (in response to Arnout Kazemier)Interesting I am trying this on another test site and get a kind of jerky load effect:
Click on an indexes link in the left column
So if I really want a loading.gif image to show while this is taking place I assume I will have to change the spry script at the bottom of the web pages right? -
3. Re: effects on images not starting out hidden
Diana Ispas Jan 17, 2008 12:15 AM (in response to jefbak)Hi,
using the display:none property you should have a container around image with a fix height. In this way, you reserve the space for the image from the beginning and the content will not try to push the other content downwards.
You can use also the visibility:hidden property on the image animated by effect, because this property reserves the necessary space for the image as it would be in page.
Hope this helps you,
Diana


