日期:2014-05-16 浏览次数:20402 次
<!DOCTYPE HTML> <html> <head> <title>index</title> <meta charset="utf-8"> </head> <script type="text/javascript"> $(document).ready(function(){ $('#myPageFlip').jPageFlip({ width: "1000", height: "1000", // other parameters }); }); </script> <script type="text/javascript" src="jquery-1.4.2.min.js"></script> <script type="text/javascript" src="jpageflip-0.9.7.js"></script> <style type="text/css"> <!-- body {font-size:14px; background-color:#A6FFA6; margin:0; padding:0; width:auto; height:auto; color:#ffffff; text-align:center; } #img { width:auto; height:auto; padding:3px; margin-bottom:30px; margin-top:50px; } footer { background:#0066CC url(foot.png) repeat-y scroll center; padding-top:10px; padding-bottom:10px; border:0; margin:0; } --> </style> <body> <div id="myPageFlip"> <img src="1.jpg" class="jPageFlip"> <img src="2.jpg" class="jPageFlip"> <img src="3.jpg" class="jPageFlip"> <img src="4.jpg" class="jPageFlip"> <img src="5.jpg" class="jPageFlip"> <img src="6.jpg" class="jPageFlip"> <img src="7.jpg" class="jPageFlip"> <img src="8.jpg" class="jPageFlip"> <img src="9.jpg" class="jPageFlip"> <img src="10.jpg" class="jPageFlip"> <img src="11.jpg" class="jPageFlip"> <img src="12.jpg" class="jPageFlip"> </div> </body> </html>