时间:2021-07-01 10:21:17 帮助过:0人阅读
<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Apple-like Retina Effect With jQuery & CSS | Tutorialzine demo</title> <link rel="stylesheet" type="text/css" href="styles.css" /> </head> <body> <h1>Apple-like Retina Effect With jQuery</h1> <h2><a href="http://tutorialzine.com/2010/06/apple-like-retina-effect-jquery-css/">Read the tutorial on Tutorialzine »</a></h2> <div id="main"> <div id="iphone"> <div id="webpage"> <img src="img/webpage.png" width="499" height="283" alt="Web Page" /> <div id="retina"></div> </div> </div> </div> <p class="credit"><a href="http://zandog.deviantart.com/art/Apple-iPhone-4G-PSD-161681253">zandog's iPhone 4 PSD was used in the making of this demo</a></p> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="script.js"></script> </body>