How can I go about preloading images using CSS, im a CSS noob and dont know much about it so plox be patient lol.
Basically you use the following CSS class: .hiddenPic {display:none;} Then you link your images and apply that class, what happens is that it loads the image but doesn't show it. <img src="some_picture.jpg" alt="somepic" title="Some Pictures" class="hiddenPic"> HTML: