Remove default image before image load
Hey, so I am not looking to do anything along the lines of a pre-loader, I just want to know how to keep the browser from displaying this image:开发者_JAVA技巧
Before the image loads.Thanks!
it all depends on the browser and the speed of the user's connection.
You can always use a javascript preloader to stop an image from displaying until it is fully loaded on the users computer
try this jquery preloader
:-D
精彩评论