<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <META http-equiv=Content-Type content="text/html; charset=utf-8"> <title>ebay幻灯片产品展示效果</title> <LINK href="css/css.css" type=text/css rel=stylesheet> </head><body> <div id=carousel> <div class=frame> <div class=frames id=stage> <a href="http://www.lanrentuku.com/" target="_blank"> <div id=f1 style="BACKGROUND: url(images/01.jpg); OVERFLOW: hidden; WIDTH: 715px; POSITION: absolute; HEIGHT: 310px"></div> </a> <a href="http://www.lanrentuku.com/" target="_blank"> <div class=frame-2 id=f2 ></div> </a> <a href="http://www.lanrentuku.com/" target="_blank"> <div class=frame-3 id=f3 ></div> </a> <a href="http://www.lanrentuku.com/" target="_blank"> <div class=frame-4 id=f4 ></div> </a> <a href="http://www.lanrentuku.com/" target="_blank"> <div class=frame-5 id=f5 ></div> </a> </div> </div> <div class=controls> <div class="arrow l-a" onmouseover=highlightA(this); onclick=prevF(); onmouseout=dehighlightA(this);></div> <div class=off id=control1 onmouseover=hover(1) onclick=press(1,false) onmouseout=out(1)>1</div> <div class=off id=control2 onmouseover=hover(2) onclick=press(2,false) onmouseout=out(2)>2</div> <div class=off id=control3 onmouseover=hover(3) onclick=press(3,false) onmouseout=out(3)>3</div> <div class=off id=control4 onmouseover=hover(4) onclick=press(4,false) onmouseout=out(4)>4</div> <div class="arrow r-a" onmouseover=highlightA(this); onclick=nextF(); onmouseout=dehighlightA(this);></div> </div> <INPUT id=numFrame type=hidden value=4></INPUT> <a href="http://www.lanrentuku.com/" target="_blank"><INPUT id=images1 type=hidden value=images/01.jpg></INPUT></a> <a href="http://www.lanrentuku.com/" target="_blank"><INPUT id=images2 type=hidden value=images/02.jpg></INPUT> </a> <a href="http://www.lanrentuku.com/" target="_blank"><INPUT id=images3 type=hidden value=images/03.jpg></INPUT> <a href="http://www.lanrentuku.com/" target="_blank"><INPUT id=images4 type=hidden value=images/04.jpg></INPUT> </div> <SCRIPT src="js/lanrenxixi.js" type=text/javascript></SCRIPT> </body> </html> |