<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>corange.cn</title>
<style type="text/css">
* {
margin:0;
padding:0;
list-style:none;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
margin:10px;
}
#basic-accordian{
border:5px solid #EEE;
padding:5px;
width:350px;
position:absolute;
left:50%;
top:50%;
margin-left:-175px;
z-index:2;
margin-top:-100px;
}
.accordion_headings{
padding:5px;
background:#99CC00;
color:#FFFFFF;
border:1px solid #FFF;
cursor:pointer;
font-weight:bold;
}
.accordion_headings:hover{
background:#00CCFF;
}
.accordion_child{
padding:15px;
background:#EEE;
}
.header_highlight{
background:#00CCFF;
}
</style>
<script type="text/javascript" src="accordian.pack.js"></script>
</head>
<body onload="new Accordian('basic-accordian',5,'header_highlight');">
<div id="basic-accordian" ><!--Parent of the Accordion-->
<!--Start of each accordion item-->
<div id="test-header" class="accordion_headings header_highlight" >Home</div><!--Heading of the accordion ( clicked to show n hide ) -->
<!--Prefix of heading (the DIV above this) and content (the DIV below this) to be same... eg. foo-header & foo-content-->
<div id="test-content"><!--DIV which show/hide on click of header-->
<!--This DIV is for inline styling like padding...-->
<div class="accordion_child">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc ligula nisl, egestas non, pharetra vel, scelerisque accumsan, lacus. Proin nibh. Aenean dapibus. Quisque facilisis, ligula ut blandit hendrerit, purus neque rhoncus ipsum, sit amet ultrices mauris augue non arcu. Donec et sem nec libero viverra accumsan.<br /><br /> Quisque facilisis, ligula ut blandit hendrerit, purus neque rhoncus ipsum, sit amet ultrices mauris augue non arcu. Donec et sem nec libero viverra accumsan.
</div>
</div>
<!--End of each accordion item-->
<!--Start of each accordion item-->
<div id="test1-header" class="accordion_headings" >About Us</div><!--Heading of the accordion ( clicked to show n hide ) -->
<!--Prefix of heading (the DIV above this) and content (the DIV below this) to be same... eg. foo-header & foo-content-->
<div id="test1-content"><!--DIV which show/hide on click of header-->
<!--This DIV is for inline styling like padding...-->
<div class="accordion_child">
ASP,PHP,JSP,JS,ASP.NET,DIV,CSS等网站建设相关技术<a href="http://www.corange.cn">www.corange.cn</a>
</div>
</div>
<!--End of each accordion item-->
<!--Start of each accordion item-->
<div id="test2-header" class="accordion_headings" >Downloads</div><!--Heading of the accordion ( clicked to show n hide ) -->
<!--Prefix of heading (the DIV above this) and content (the DIV below this) to be same... eg. foo-header & foo-content-->
<div id="test2-content"><!--DIV which show/hide on click of header-->
<!--This DIV is for inline styling like padding...-->
<div class="accordion_child">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc ligula nisl, egestas non, pharetra vel, scelerisque accumsan, lacus. Proin nibh. Aenean dapibus. Quisque facilisis, ligula ut blandit hendrerit, purus neque rhoncus ipsum, sit amet ultrices mauris augue non arcu. Donec et sem nec libero viverra accumsan.<br />
</div>
</div>
<!--End of each accordion item-->
</div><!--End of accordion parent-->
</body>
</html>
五个文件打包下载
http://www.corange.cn//uploadfiles/simple_accordions_with_src_64662.rar
分享到:
相关推荐
### JavaScript 横排竖排标准选项卡效果代码解析 #### 一、概述 本文将详细介绍如何使用JavaScript结合HTML和CSS实现横排竖排标准选项卡效果。此效果广泛应用于网页设计中,能够帮助用户更好地浏览和切换不同的...
从提供的文件信息中,我们可以提炼出关于“javascript横排竖排标准选项卡效果代码”的相关知识点,下面将详细说明这些知识点。 首先,横排竖排标准选项卡是网页设计中常见的交互组件,用于在有限的屏幕上展示更多的...
本文将深入探讨如何使用JavaScript、CSS和DIV来实现一个功能完善的选项卡组件,其中包括横排和竖排两种布局方式。这个组件不仅能够提升用户体验,还能使页面布局更加整洁有序。 首先,我们来看CSS部分。CSS...
* 横排开头或最终和竖排最终为易点位置。 * 和正在进行操作无关按钮应该加以屏蔽(Windows 中用灰色显示,没法使用该按钮)。 * 对可能造成数据无法恢复操作必需提供确定信息,给用户放弃选项。
20. **文本框有横排文本框和竖排文本框两种方式**。 ### 二、选择题知识点解析 1. **新建一篇文档的快捷键是Ctrl+N**,保存文档的快捷键是Ctrl+S。 2. **在文档中插入特殊符号,应选择“插入”菜单中的“符号”...
13. **Word文本框类型**:Word中的文本框有横排和竖排两种排列方式。 14. **Excel选中单元格**:在Excel中,被选中的单元格称为活动单元格。 15. **Word表格边框**:添加表格边框通常在“表格”菜单中的“边框和...
2. **自定义布局**:用户可以根据工作需求定制不同布局模式,例如横排、竖排、分组显示等,便于同时查看和操作多个远程桌面。 3. **快捷键支持**:提供丰富的快捷键组合,以便于快速执行常见的操作,如新建、关闭、...
5. 切换任务:按Alt+Tab组合键可以在已打开的多个程序窗口之间快速切换。 6. 字节与二进制:8位二进制数构成一个字节,这是计算机存储的基本单位。计算机处理信息通常以字节为单位。 7. 输入法切换:Ctrl+空格键...
13. **Word文本框**:Word 2021支持横排和竖排文本框,可以更改文字方向,使用项目符号,以及插入图片,所以B、C、D选项描述错误,只有A选项正确。 14. **Word拆分表格**:在Word中,选定表格的一行后,执行"拆分...
- Word 提供了横排和竖排两种文本框,可以通过改变文本框的文字方向来适应不同的布局需求。 以上是根据题目给出的信息总结的关键知识点,这些知识点涵盖了操作系统的基本操作、网络安全与防护以及常用的办公软件...
27. **文本框类型**:Word中的文本框有横排文本框和竖排文本框。 28. **分隔符设置**:在“格式”菜单中可以设置文档分隔符。 29. **文件夹操作**:复制和移动文件夹可以通过“编辑”菜单中的相应命令完成。 30. ...
table这个html中的元素很多人是不推荐用的,因为table有时候不好控制,一些内容自动非配td宽度以及内容撑开,边的问题有时候很让人头疼,如果你有此类问题,欢迎与我交流,俗话说,横排用td,竖排用table,这句话...
15. **Word文本框操作**:Word提供了横排和竖排两种类型的文本框,可以在文本框中插入图片,并可以通过改变文字方向实现横排和竖排的转换。 16. **精确设置段落缩进**:在Word中,使用段落对话框可以精确设置段落...
- **文本框**:Word允许创建横排和竖排的文本框,并可以在其中插入图片和使用项目符号。可以通过改变文字方向实现排版转换。中英文切换的快捷键是`Ctrl+空格`。 - **表格操作**:在表格中,当光标位于最后一个...
5. **表格操作**:在Word中,如果光标位于表格的最后一行最后一个单元格,按`Ctrl+Enter`会插入新行,而按`Tab`键则会转到下一个单元格,如果是在最后一行,则会在表格末添加一行。 6. **科学记数法**:在Excel中,...
文本框可以竖排也可以横排文本,并且可以转换为图文框。 13. **图片操作**:在Word文档中,插入的图片可以进行删除、剪裁、缩放等操作,所有选项都是可行的(选项D)。 14. **插入图片类型**:在“插入”菜单的...
方正飞翔快捷键.doc 是一份关于快捷键的文档,该文档详细列出了各种快捷键的功能和使用方法,涉及到工具、文件、编辑、格式、表格、美工等多个方面。 工具快捷键: * 选择工具:Q/Ctrl+Q * 穿透工具:A * 图像裁剪...