|
热门文章 |
|
|
|
相关文章 |
|
没有相关文章 |
|
|
一个不错的CSS分页样式 |
来源:源码爱好者 更新时间:2011/10/31 22:31:00 阅读次数: 我要投稿 |
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>一个不错的CSS分页样式</title> <style type="text/css"> html{filter:expression(document.execCommand("BackgroundImageCache", false, true))} body{text-align:center;font:12px Verdana,sans-serif;margin:0;padding:100px 0 0 100px} #Page{float:left;height:50px;font-family:Verdana} #Page a{float:left;margin:10px 1px 0 1px;width:26px;height:20px;line-height:20px;color:#91ad00;font:12px;text-align:center;text-decoration:none;border:1px solid #91ad00} #Page a:hover{position:relative;margin:0 -10px 0 -10px;padding:0 9px;width:30px;line-height:40px;height:40px;color:#000;border:1px solid #91ad00;background:url() no-repeat left -10px;font-size:18px;font-weight:bold} #Page span{float:left;line-height:165%;padding:0px 8px;margin:10px 1px 0 1px;border:1px solid #91ad00;background:#91ad00;color:#FFF;font-weight:bold;} </style> </head> <body> <div id="Page"> <a href="#">«</a><span>1</span><a href="#">2</a><a href="#">3</a><a href="#">4</a><a href="#">5</a><a href="#">6</a><a href="#">»</a> </div> </body> </html> |
特效说明: |
一个不错的CSS分页样式,有趣的放大分页效果,主要是练习CSS布局,本效果带有鼠标效果,在鼠标放上的时候,按钮会放大,移开的时候就还原了,我觉得相当不错的功能。 |
|
上一篇文章: 实用的Flash全屏和退出全屏切换效果下一篇文章: jQuery数字统计并生成进度条动画的代码 |
|
|