摘要: --单击左侧菜单栏,实现将菜单栏的名称显示在右框架的上框架上<script type="text/javascript"> function ShowTitle(title, showpath) { this.parent.frames[3].document.getElementById("lbposition").innerText = "当前位置:" + title; this.parent.frames[4].window.location = showpath; } </script><a hr 阅读全文
posted @ 2012-06-25 10:29 做最好の自己 阅读(200) 评论(0) 推荐(0) 编辑
摘要: --收缩展开菜单function HideBar() { var img = document.getElementById("imgHide"); if (img.title == '收起左侧菜单') { img.src = "../images/bar1.jpg"; img.title = '显示左侧菜单'; parent.document.getElementsByTagName('FRAMESET')[1].cols = "0,11,*"; } else { img.title 阅读全文
posted @ 2012-06-25 10:19 做最好の自己 阅读(967) 评论(0) 推荐(0) 编辑
摘要: .menuParent {font-size: 12px;width: 145px;font-weight: bold;display:block;height: 33px;padding-top:7px;vertical-align :middle ;}.menuParent a{ text-decoration: none;}.menuParent a:hover {font-size: 12px;color: #FFFFFF;width: 145px;font-weight: bold;text-decoration: none;height: 33px;padding-top:7px. 阅读全文
posted @ 2012-06-25 10:15 做最好の自己 阅读(377) 评论(0) 推荐(0) 编辑
摘要: 1<framesetrows="87,*"cols="*"frameborder="no"border="0"framespacing="0"class="scrollbar">2<framesrc="TopFrame.aspx"style="border-bottom:1pxsolidBlack"name="topFrame"scrolling="No"noresize=&qu 阅读全文
posted @ 2012-06-25 09:59 做最好の自己 阅读(256) 评论(0) 推荐(0) 编辑