六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 57|回复: 0

CSS

[复制链接]

升级  55%

113

主题

113

主题

113

主题

举人

Rank: 3Rank: 3

积分
365
 楼主| 发表于 2013-1-29 07:42:34 | 显示全部楼层 |阅读模式
<style type="text/css">
<!--
a:link {
 color: #FF0000;
}
a:visited {
 color: #CC3333;
}
a:hover {
 color: #3366CC;
}
a:active {
 color: #333333;
}
-->
</style>


a:link 设置普通链接
a:visited 设置访问过的链接
a:hover 设置鼠标移上的链接
a:active 设置当前激活的链接



定死单格

<style type="text/css">
<!--
table {
table-layout: fixed;
word-wrap:break-word;
}
div {
word-wrap:break-word;
}
-->
</style>
<script type="text/javascript"></script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script>
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表