Preload images with CSS

Simple HTML CSS code to preload images and hide them.
CSS • HTML


<style type="text/css">.hiddenPic {display:'none';}</style>
<img src="/icons/vwicn093.gif" class="hiddenPic">
<img src="/icons/vwicn095.gif" class="hiddenPic">
<img src="/icons/vwicn064.gif" class="hiddenPic">
<img src="/icons/vwicn020.gif" class="hiddenPic">
<img src="/icons/vwicn005.gif" class="hiddenPic">
<img src="/icons/vwicn021.gif" class="hiddenPic">
<img src="/icons/vwicn151.gif" class="hiddenPic">
<img src="/icons/vwicn152.gif" class="hiddenPic">
<img src="/icons/vwicn153.gif" class="hiddenPic">
<img src="/icons/vwicn154.gif" class="hiddenPic">
<img src="/icons/vwicn155.gif" class="hiddenPic">
<img src="/icons/vwicn165.gif" class="hiddenPic">
<img src="/icons/expand.gif" class="hiddenPic">
<img src="/icons/collapse.gif" class="hiddenPic">


Posted by fbrefere001 on Monday March 6, 2006