如何制作左侧树状导航栏并能隐藏

 我来答
frankhp
2016-12-31 · 知道合伙人数码行家
frankhp
知道合伙人数码行家
采纳数:10973 获赞数:50474
爱好计算机,曾经任职于联想服务站,电信装维班组。 现在待业,希望能在百度知道平台帮助到更多的人。

向TA提问 私信TA
展开全部
利用框架,

XML/HTML code?

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title></title>
</head>
<body style="padding:0; margin:0; text-align:center" >
<table width="1000" border="0" cellpadding="0" cellspacing="0" style="text-align: center; padding:0; margin:0; ">
<tr><td colspan="2" style="height:160px;width:1000px;" valign="top">
<iframe frameborder="0" name="top" width="100%" src="head.aspx" scrolling="no" height="160px"></iframe>
</td>
</tr>
<tr style="padding:0; margin:0">
<!----------------------------------- 左界面 -------------------------------------->
<td style="height:101%; width:200px">
<iframe frameborder="0" name="left" width="200px" src="Left.aspx" scrolling="yes" style="height: 550px"></iframe> </td>
<!----------------------------------- 右界面 -------------------------------------->
<td align="center" style="height:101%; width:800px">
<iframe frameborder="0" name="mainframe" width="800px" src="" style="height: 550px"></iframe> </td>
</tr>
<tr>
<td colspan="2" style="height:43px; text-align:center; border-top: thin solid;font-size:14px">

<iframe frameborder="0" name="top" width="100%" src="foot.aspx" scrolling="no" style="height: 50px"></iframe> </td>
</tr>
</table>
</body>
</html>

在Left.aspx页面中,设置treeview节点 的target=“mainframe”
;至于隐藏显示的话,利用js设置<!----------------------------------- 左界面 -------------------------------------->
<td style="height:101%; width:200px">
<iframe frameborder="0" name="left" width="200px" src="Left.aspx" scrolling="yes" style="height: 550px"></iframe> </td>
<!----------------------------------- 右界面 -------------------------------------->
<td align="center" style="height:101%; width:800px">
<iframe frameborder="0" name="mainframe" width="800px" src="" style="height: 550px"></iframe> </td>
</tr>
的width就可以达到目的
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
博思aippt
2024-07-20 广告
作为深圳市博思云创科技有限公司的工作人员,对于Word文档生成PPT的操作,我们有以下建议:1. 使用另存为功能:在Word中编辑完文档后,点击文件->另存为,选择PowerPoint演示文稿(*.pptx)格式,即可将文档内容转换为PPT... 点击进入详情页
本回答由博思aippt提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式