• I am using this code for a rollover image. It works fine but can someone tell me what to add to make the images pre-load?

    <img title="this" onmouseover="this.src='https://scruss.com/wordpress/wp-content/uploads/2010/01/that.png';" onmouseout="this.src='https://scruss.com/wordpress/wp-content/uploads/2010/01/this.png';" src="https://scruss.com/wordpress/wp-content/uploads/2010/01/this.png" alt="" width="192" height="116" />

    Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make rollover images pre-load’ is closed to new replies.