今天搞一东西,忽然发现原来文字链接也有那么多效果-_!!
结合网上的自己整理了下效果集合,很眩- -,
<style type="text/css">
td {
font-size : 12px;
font-family : 宋体;
}
a { font-family: "宋体";
font-size: 9pt; text-decoration: none}
.t1{
color: #CC0000;text-decoration: underline
}
.t2{
text-decoration : none;
color:#006699;
}
.t3 { color: #006600; text-decoration: underline overline}
.t4 { color: #0066FF; text-decoration: line-through}
.t5 { border: 1px #FF0000 solid; height: 20px; color: #000099}
.t6 { border: #FF0000 solid; height: 0px; color: #0066FF; border-width: 0px 0px 1px}
.t7 [...]



