用最简单的方法实现无下划线的、鼠标移过会变色的超级链接
用FrontPage2000实现 问题点数:10、回复次数:3Top
1 楼sanjianxia(三剑侠)回复于 2001-12-15 14:10:21 得分 0
很简单,这样的特例我有很多.
我的网站上
程序精品室欢迎你的加盟.
http://sanjianxia.myrice.com上有一个web-home栏目下有许多,也包括你所需要的东西.
不可错过哟.
Top
2 楼mygia(www.gzcost.com)回复于 2001-12-16 11:11:27 得分 0
就是设置样式嘛?Top
3 楼karma(无为MS MVP)回复于 2001-12-16 11:17:07 得分 10
add the following between <head> and </head>:
<style type="text/css">
A {text-decoration:none}
A:hover {color:red}
</style>Top




