⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 slider.css

📁 6个ajax应用.包括拖动
💻 CSS
字号:
/******************************************* Slider Bar Form Element Script* * Original program copyright David Harrison*   d_s_h2@hotmail.com* Version 2 copyright Eric C. Davis*   eric@10mar2001.com* * Visit http://www.dynamicdrive.com for*   loads of other scripts.* * This notice MUST stay intact for use.** Modified by Tom Westcott* http://www.cyberdummy.co.uk******************************************/.move {	height: 21px;	background: #f4f4ee url(bar_end.png) no-repeat 0 8px;	cursor: hand !important;	cursor: pointer;}.move .move2 {	margin: 0 1px 0 2px;	height: 21px;	background: #fff url(bar_repeat.png) repeat-x 0 8px;	cursor: hand !important;	cursor: pointer;}.move2ondrag {	margin: 0 1px 0 2px;        height: 21px;        cursor: hand !important;        cursor: pointer;	background: #fff url(bar_repeat_hover.png) repeat-x 0 8px;}.move .slider {	margin-left: 0;	margin-top: -21px;	margin-right: -11px;	width: 11px;	height: 21px;	background: #f4f4ee url(slider.png) no-repeat 0 0;	cursor: hand !important;	cursor: pointer;}.sliderondrag {        margin-left: 0;        margin-top: -21px;        margin-right: -11px;        width: 11px;        height: 21px;        background: #f4f4ee url(slider_hover.png) no-repeat 0 0;        cursor: hand !important;        cursor: pointer;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -