views:

22

answers:

1

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

A: 

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.

Mech Software