Question

hi i have a slideshow i created with jquery and jquery cyle its working fine but when i cick on refresh page all images shows on the page for while and then hide and slideshow works fine how can i fix that is this a css problem ? or its normal

Was it helpful?

Solution

you can use css to put

display:none

on any images you want. Either use a css file or style="" in your HTML. The browser shouldn't display them then when the page loads.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top