| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 648 人关注过本帖
标题:请教一下网页高手
只看楼主 加入收藏
live41
Rank: 10Rank: 10Rank: 10
等 级:贵宾
威 望:67
帖 子:12442
专家分:0
注 册:2004-7-22
结帖率:66.67%
收藏
 问题点数:0 回复次数:15 
请教一下网页高手
http://www.swt-designer.com/


这个网是用什么语言什么方法做出来的?
搜索更多相关主题的帖子: 网页 
2006-05-06 13:59
Knocker
Rank: 8Rank: 8
等 级:贵宾
威 望:47
帖 子:10454
专家分:603
注 册:2004-6-1
收藏
得分:0 
C

[此贴子已经被作者于2006-5-6 14:36:11编辑过]



九洲方除百尺冰,映秀又遭蛮牛耕。汽笛嘶鸣国旗半,哀伤尽处是重生。     -老K
治国就是治吏。礼义廉耻,国之四维。四维不张,国之不国。   -毛泽东
2006-05-06 14:35
燃燒
Rank: 9Rank: 9Rank: 9
来 自:磁盘驱动器
等 级:贵宾
威 望:56
帖 子:9878
专家分:2
注 册:2006-4-20
收藏
得分:0 

<html>

<head>
<title>SWT Designer</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="SHORTCUT ICON" href="http://www.swt-designer.com/favicon.ico"
type="image/x-icon">
<link rel="ICON" href="http://www.swt-designer.com/favicon.ico" type="image/x-icon">
</head>

<frameset frameborder="0" border="0" rows="66,*">
<frame src="http://www.instantiations.com/swt-designer/eclipse_banner.html" scrolling="no" marginwidth="5" marginheight="5">
<frameset frameborder="0" cols="310,*">
<frame src="http://www.instantiations.com/swt-designer/map.html" scrolling="no" marginwidth="5" marginheight="5">
<frame name="content" src="http://www.instantiations.com/swt-designer/home.html" scrolling="auto" marginwidth="5"
marginheight="5">
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>

<frameset>
</frameset>
</html>



HTML


Thinking in life, thinking in love, thinking in dream,thinking in you !
月光倾泻,岁月沉沦
[url=http://58189.]http://58189.[/url]
2006-05-06 14:48
woodhead
Rank: 3Rank: 3
等 级:新手上路
威 望:9
帖 子:1124
专家分:0
注 册:2005-7-18
收藏
得分:0 
frame 框架

2006-05-06 15:33
live41
Rank: 10Rank: 10Rank: 10
等 级:贵宾
威 望:67
帖 子:12442
专家分:0
注 册:2004-7-22
收藏
得分:0 

2楼的找死

3楼的找碴


单凭html能做得出目录树的功能吗?!

2006-05-06 15:34
live41
Rank: 10Rank: 10Rank: 10
等 级:贵宾
威 望:67
帖 子:12442
专家分:0
注 册:2004-7-22
收藏
得分:0 
有可能是,因为感觉响应速度有点慢
2006-05-06 15:35
燃燒
Rank: 9Rank: 9Rank: 9
来 自:磁盘驱动器
等 级:贵宾
威 望:56
帖 子:9878
专家分:2
注 册:2006-4-20
收藏
得分:0 

用ACCESS建立数据库
用ASP作数据库连接
用图片,表格实现树状目录
用CSS实现树目录
再在HEAD中定义下就可以实现了....


Thinking in life, thinking in love, thinking in dream,thinking in you !
月光倾泻,岁月沉沦
[url=http://58189.]http://58189.[/url]
2006-05-06 15:42
live41
Rank: 10Rank: 10Rank: 10
等 级:贵宾
威 望:67
帖 子:12442
专家分:0
注 册:2004-7-22
收藏
得分:0 

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<style>
/* Style for tree item text */
.t0i {
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
background-color: #ffffff;
text-decoration: none;
font-weight: normal;
}
/* Style for tree item image */
.t0im {
border: 0px;
width: 19px;
height: 16px;
}
</style>
<title>Designer Tree</title>
</head>

<body>

<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<script language="JavaScript" src="tree.js"></script>
<script language="JavaScript" src="tree_items.js"></script>
<script language="JavaScript" src="tree_tpl.js"></script>
<script language="JavaScript">
new tree (TREE_ITEMS, tree_tpl);

for(i = 0; i < trees[0].a_children[0].a_children.length; i++){
trees[0].a_children[0].a_children[i].open(i == 8 || i == 9 || i == 10 || i == 12 || i == 13);
}
trees[0].a_children[0].select();
</script>
</td>
</tr>
</table>

</body>

</html>

2006-05-06 15:48
live41
Rank: 10Rank: 10Rank: 10
等 级:贵宾
威 望:67
帖 子:12442
专家分:0
注 册:2004-7-22
收藏
得分:0 
<script language="JavaScript" src="tree.js"></script>
<script language="JavaScript" src="tree_items.js"></script>
<script language="JavaScript" src="tree_tpl.js"></script>


js文件是css的用法吗?
2006-05-06 15:50
live41
Rank: 10Rank: 10Rank: 10
等 级:贵宾
威 望:67
帖 子:12442
专家分:0
注 册:2004-7-22
收藏
得分:0 
css 倒真的没怎么留意过,只记得样式表的意思

套用js文件是怎么回事?

感觉只用css很难做到目录树的效果,而且留意到其目录树的框边是有阴影的

是绘上去的吗?
2006-05-06 15:52
快速回复:请教一下网页高手
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.039570 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved