惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
I
InfoQ
B
Blog RSS Feed
D
Docker
GbyAI
GbyAI
N
Netflix TechBlog - Medium
Y
Y Combinator Blog
F
Fortinet All Blogs
P
Proofpoint News Feed
Microsoft Azure Blog
Microsoft Azure Blog
人人都是产品经理
人人都是产品经理
Martin Fowler
Martin Fowler
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
M
MIT News - Artificial intelligence
C
Check Point Blog
Vercel News
Vercel News
云风的 BLOG
云风的 BLOG
博客园 - Franky
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
V2EX
Last Week in AI
Last Week in AI
L
LangChain Blog

博客园 - ztwc01

常用的CSS命名规则 (web标准化设计) 一个PS高手的体会 配色方案(备用) 凹下文字 脚本日历 google韩国效果 alert 北京奥运会官方网站幻灯切换。。效果相当棒。。。(抠的) 斑马表格(隔行变色) 网页调色器 给年轻设计师的十大忠告(来自blueidea) 外部引用CSS中 link与@import的区别 鼠标指针。。 overflow 鼠标经过,行变色 flash 链接 iframe 隐藏图层以及层的高度 防止表格被撑破--- ui/ue blog 汇总 来自 千鸟志
自己写的,备用
ztwc01 · 2007-09-03 · via 博客园 - ztwc01

css:
.fenye,.fenye a:link,.fenye a:acitve,.fenye a:visited {font-size:12px;padding-left:5px;padding-right:5px;}
.fenye a:hover {background-color:#0099CC;color:#FFFFFF;font-size:12px;padding-left:5px;padding-right:5px;}

html:
<span  class="fenye"><href="#">上一页</a></span> <span  class="fenye"><href="#">1</a></span> <span  class="fenye"><href="#">2</a></span> <span  class="fenye"><href="#">3</a></span> <span  class="fenye"><href="#">4</a></span> <span  class="fenye"><href="#">5</a></span> <span  class="fenye"><href="#">6</a></span> <span  class="fenye"><href="#">下一页</a></span>