论坛左边导航条是如何实现的?

yanzi0807 2003-07-25 09:01:22
就是鼠标放上去之后是一个灰底灰边的方框,然后点击之后是变成白底灰边了,这个效果是如何实现的,是用什么工具实现的,哪位高手帮帮忙吧!
...全文
54 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
形印声传 2003-07-25
  • 打赏
  • 举报
回复
<html>
<head>
<META NAME="Robots" CONTENT="noindex">
<meta content="text/html;charset=gb2312" http-equiv="Content-Type">
<title>Deeptree</title>
<link rel="stylesheet" type="text/css" href="/expert/deeptree/css/deeptree.css">
<script src="/Expert/style/get_css.js"></script>
</head>
<script>
if (top.location == self.location)
{
top.location.href = "/";
}

function selectstart()
{
window.event.cancelBubble = true;
window.event.returnValue = false;
return false;
}
</script>
<body onselectstart="selectstart();" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" class = "color1">
<nobr>
<div id="deeptree" class="deeptree" CfgXMLSrc="/expert/deeptree/deeptreeconfig.xml">
</div>
</nobr>
</body>
</html>
huyiqi 2003-07-25
  • 打赏
  • 举报
回复
Dhtml
cnhxjtoa 2003-07-25
  • 打赏
  • 举报
回复
本论坛代码
<html>
<head>
<META NAME="Robots" CONTENT="noindex">
<meta content="text/html;charset=gb2312" http-equiv="Content-Type">
<title>Deeptree</title>
<link rel="stylesheet" type="text/css" href="/expert/deeptree/css/deeptree.css">
<script src="/Expert/style/get_css.js"></script>
</head>
<script>
if (top.location == self.location)
{
top.location.href = "/";
}

function selectstart()
{
window.event.cancelBubble = true;
window.event.returnValue = false;
return false;
}
</script>
<body onselectstart="selectstart();" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" class = "color1">
<nobr>
<div id="deeptree" class="deeptree" CfgXMLSrc="/expert/deeptree/deeptreeconfig.xml">
</div>
</nobr>
</body>
</html>
cnhxjtoa 2003-07-25
  • 打赏
  • 举报
回复
查看它的源文件代码
wsj 2003-07-25
  • 打赏
  • 举报
回复
CSS
zhaoweiwei 2003-07-25
  • 打赏
  • 举报
回复
和微软的MSDN一样!你看看源代码就可以实现了!

87,987

社区成员

发帖
与我相关
我的任务
社区描述
Web 开发 JavaScript
社区管理员
  • JavaScript
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

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