JS Rotation ad
1. Longitudinal rotation
2. Horizontal rotation
Pptbox.js
<!DOCTYPE HTML Public "-//W3C//DTD XHTML 1.0 transitional//en" "http://www.w3.org/TR/xhtml1/DTD/ Xhtml1-transitional.dtd "><HTMLxmlns= "http://www.w3.org/1999/xhtml"><Head> <Metahttp-equiv= "Content-type"content= "text/html; charset=utf-8" /> <Scripttype= "Text/javascript"src= "Pptbox.js"></Script> <Scripttype= "Text/javascript"src= "Jquery-1.7.min.js"></Script> <title></title> <styletype= "Text/css">. Mainbox{Overflow:Hidden;position:relative; }. Flashbox{Overflow:Hidden;position:relative; }. Imagebox{text-align: Right;position:relative;Z-index:999; Right:10px; }. Bitdiv{Display:Inline-block;width:7px;Height:7px;margin:0 10px 10px 0px;cursor:Pointer;float: Right; }. Defimg{Background-image:URL (http://img.51liucheng.com/u/mall/v3/02.png); }. Curimg{Background-image:URL (http://img.51liucheng.com/u/mall/v3/01.png); } </style></Head><Body> <Div> <Script> varBox= NewPptbox (); Box.width= 479; //widthBox.height= 305;//HeightBox.autoplayer= 6;//Auto Play Interval time //box.add ({"url": "Picture Address", "title": "Hover title", "href": "link Address"})Box.add ({"URL": "http://img.51liucheng.com/u/mall/v3/%E4%B8%96%E7%95%8C%E6%9D%AF%E5%A4%A7%E4%BF%83.jpg", "href": "http://mall.51liucheng.com/ploy/2014sjb/index.html", "title": "" }); //box.add ({"url": "Http://img.51liucheng.com/u/mall/v3/gh02.jpg", "href": "http://mall.51liucheng.com/jydx2/ Jydx.html?mallindexlogo1 "," title ":" "});Box.add ({"URL": "http://img.51liucheng.com/u/mall/v3/focus_4.jpg", "href": "", "title": "" }); Box.add ({"URL": "http://img.51liucheng.com/u/mall/v3/focus_1.jpg", "href": "", "title": "" }); Box.add ({"URL": "http://img.51liucheng.com/u/mall/v3/focus_3.jpg", "href": "", "title": "" }); Box.add ({"URL": "http://img.51liucheng.com/u/mall/v3/focus_2.jpg", "href": "", "title": "" }); Box.show (); </Script> </Div></Body></HTML>?