This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (-webkit-min-device-pixel-ratio: 2), | |
(min-resolution: 192dpi) { | |
.box{ | |
background:url('images/[email protected]') no-repeat top left; | |
background-size: 200px 200px; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ADD THIS TO XHTML --> | |
<div id="preloaded-images"> | |
<img src="http://perishablepress.com/image-01.png" width="1" height="1" alt="Image 01" /> | |
<img src="http://perishablepress.com/image-02.png" width="1" height="1" alt="Image 02" /> | |
<img src="http://perishablepress.com/image-03.png" width="1" height="1" alt="Image 03" /> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<title></title> | |
<!--[if IE]> | |
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> | |
<link href="reset.css" rel="stylesheet" type="text/css"> | |
<link href="style.css" rel="stylesheet" type="text/css"> |
NewerOlder