如何像csdn左边的菜单一样,点击完后点击项一直有高亮提示,只有点击其他菜单项后,高亮才会转移。

runber 2003-08-18 06:08:56
我左边的菜单用的是这样的链接方式。
<a href="dsfajsd.asp" target=desktop>test</a>
...全文
103 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
fason 2003-08-18
  • 打赏
  • 举报
回复
<a href="dsfajsd.asp" target=desktop onclick="light(this)">test</a>
<a href="dsfajsd.asp" target=desktop onclick="light(this)">test</a>
<a href="dsfajsd.asp" target=desktop onclick="light(this)">test</a>
<a href="dsfajsd.asp" target=desktop onclick="light(this)">test</a>
<script language="JavaScript">
<!--
var tem=null
function light(o){
if(!tem)tem=o
tem.style.backgroundColor=''
o.style.backgroundColor='red'
tem=o
}
//-->
</script>



http://www.ceocio.net/fason/dtree.asp

61,114

社区成员

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

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