<!DOCTYPE html> <style> body { background: white url("smiley.png") repeat-x; } </style> <body> <!-- HACK: Force the document to wait for the image to load --> <img src="smiley.png" style="opacity: 0"/> </body>