雖然,用jQuery實(shí)現(xiàn)banner圖的各種效果十分簡(jiǎn)單快捷,但是我今天用css+js代碼實(shí)現(xiàn)了幾個(gè)banner圖的常用功能,效果還不錯(cuò)。
此次,主要想實(shí)現(xiàn)以下功能:
1. banner圖循環(huán)不間斷切換
2. 通過(guò)自制按鈕實(shí)現(xiàn)指定性banner圖的切換
3. 通過(guò)方向按鈕實(shí)現(xiàn)banner圖左/右定向依次切換
4. 當(dāng)banner圖存在onmouseover事件時(shí),停止banner切換,當(dāng)存在onmouseout時(shí)繼續(xù)切換
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title></title> 6 <style type="text/css"> 7 #banner{ 8