如何在一个页面中使用两种风格的连接CSS??急!!在线等!

瓦力1981 2003-11-13 03:51:32
我用的是:
<style type="text/css">
<!--
A:link {text-decoration: none;}
A:link {color:white}
A:visited {text-decoration: none;}
A:visited {color:white}
A:hover {color:yellow}
-->
</style>
可我要在一个页面中使用两种颜色的连接!可是像上面这样定义后所有的连接就都是一个风格了!我该怎么定义CSS??
谢谢各位!!!!!!!!!!
...全文
38 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
Janelucky111 2003-11-13
  • 打赏
  • 举报
回复
<style type="text/css">
<!--
A.1:link {text-decoration: none;}
A.1:link {color:white}
A.1:visited {text-decoration: none;}
A.1:visited {color:white}
A.1:hover {color:yellow}

A.2:link {text-decoration: none;}
A.2:link {color:white}
A.2:visited {text-decoration: none;}
A.2:visited {color:black}
A.2:hover {color:yellow}

-->
</style>
Janelucky111 2003-11-13
  • 打赏
  • 举报
回复
fvggvgvgbgb

瓦力1981 2003-11-13
  • 打赏
  • 举报
回复
谢谢各位!!!!

不好意思!我已经找到解决的办法了!!!

61,126

社区成员

发帖
与我相关
我的任务
社区描述
层叠样式表(英文全称:Cascading Style Sheets)是一种用来表现HTML(标准通用标记语言的一个应用)或XML(标准通用标记语言的一个子集)等文件样式的计算机语言。
社区管理员
  • HTML(CSS)社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧