jQuery实现图片简单轮播功能示例
本文实例讲述了jQuery实现图片简单轮播功能。分享给大家供大家参考,具体如下:
www.nhooo.comjQuery图片轮播 #frame{ width:700px; height:300px; position:relative; } #img2,#img3{ display:none; } .box{ position:absolute; width:50px; height:50px; line-height:50px; text-align:center; color:white; font-family:Microsoft-Yahei; background:grey; } #move1{ bottom:0; right:100px; } #move2{ bottom:0; right:50px; } #move3{ bottom:0; right:0; }