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

推荐订阅源

Google DeepMind News
Google DeepMind News
D
DataBreaches.Net
C
Check Point Blog
I
InfoQ
A
About on SuperTechFans
Engineering at Meta
Engineering at Meta
月光博客
月光博客
Recent Announcements
Recent Announcements
酷 壳 – CoolShell
酷 壳 – CoolShell
T
Tailwind CSS Blog
Y
Y Combinator Blog
博客园 - Franky
博客园_首页
罗磊的独立博客
量子位
美团技术团队
T
The Blog of Author Tim Ferriss
Last Week in AI
Last Week in AI
大猫的无限游戏
大猫的无限游戏
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Martin Fowler
Martin Fowler
博客园 - 叶小钗
aimingoo的专栏
aimingoo的专栏

博客园 - Ja

[转]Moving Your Access 2002 Database to SQL Server 新浪Blog支持手机Wap浏览了 示例3:论坛主题搜索 AJAX是什么? [歌词]世界末日 无题 [JavaScript]给自己的网站添加简单文本日志 [ASP]Server.Execute 我的毕业设计(一)模型调度 在C++ Builder中调用FORTRAN生成的DLL 怎么取得DLL文件中的函数名列表? 解决Navihelper.dll(女生宿舍)病毒的方法一则 过去的2004 Gmail invitations 硕泰克SL-67fv1支持PIII800EB吗? 再来一个Email Logo 我的Gmail邮箱 Who can invite me to Wallop?Thanks! 被SQL Server 2005郁闷了
[HTML]标签的StyleSheet
Ja · 2005-05-06 · via 博客园 - Ja

在html中,定义标签(例如 A )的时候,用如下方法:

<STYLE TYPE="text/css">
<!--
a.font_line 
{ COLOR: #3366CC; TEXT-DECORATION: none ; font-family: "宋体"}
a.font_line:link
{ COLOR: #3366CC; TEXT-DECORATION: underline ; font-family: "宋体"}
a.font_line:visited 
{ COLOR: #3366cc; TEXT-DECORATION: underline }
a.font_line:hover 
{ COLOR: #FF4400; TEXT-DECORATION: underline}
.btd 
{ font-size: 14px;}
.font_menu 
{ font-family: "宋体"; font-size: 12px; filter:dropshadow(color=#FFDDA2,offx=1,offy=1);color:#000000}
td 
{
    font-size
: 12px;
}
-->
</STYLE>

使用的时候,如下:

<href="#" target="_blank"  class=font_line>