html5隐藏导航怎么设置(网页怎么隐藏导航栏)
本文目录一览:
- 1、HTML5如何才能让导航栏固定顶部不动,且!且!且!不遮挡住下面的DIV???
- 2、HTML页面中如何隐藏 导航栏
- 3、html代码 那个“隐藏/显示社区导航栏”怎么整?
- 4、请问,怎么将导航键隐藏呢?
- 5、HTML5怎么做导航栏
HTML5如何才能让导航栏固定顶部不动,且!且!且!不遮挡住下面的DIV???
HTML5让导航栏固定顶部不动且不遮挡住下面的DIV方法如下:
1,首先在html中,添加良好的导航内容。
2,后者是网页的具体内容,这里的代码比较简单。
3,在样式中,首先在菜单中定义一些样式。
4,此时,在运行页面时,滚动条滚动后导航将消失。
5,为了将导航栏固定在顶部,可以添加样式位置:固定;最高:0;在导航容器中,键是第一个样式,因此其位置是固定的。
6,此时,页面开始运行,页面向上滚动,并且导航始终在顶部。
HTML页面中如何隐藏 导航栏
可以用JS实现
SCRIPT language=javascript1.2
function showsubmenu(sid){
whichEl = eval('submenu' + sid);
if (whichEl.style.display == 'none'){
eval("submenu" + sid + ".style.display='';");
}
else{
eval("submenu" + sid + ".style.display='none';");
}
}
/SCRIPT
display方法的值为none时,为不显示表格内容
showsubmenu(sid)中的sid为HTML代码中表格中td的id属性值
=====================代码实现过程================
HTMLHEADTITLE管理导航菜单/TITLE
SCRIPT language=javascript1.2
function showsubmenu(sid){
whichEl = eval('submenu' + sid);
if (whichEl.style.display == 'none'){
eval("submenu" + sid + ".style.display='';");
}
else{
eval("submenu" + sid + ".style.display='none';");
}
}
/SCRIPT
/HEAD
BODY
TABLE width=158 align=center
TBODY
TR
TD id=menuTitle1
style="CURSOR: hand"
onclick=showsubmenu(1)
height=25 ;span class="f33b-006a-56f3-1c4e glow"导航一/span/TD
/TR
TR
TD height="100%" id=submenu1 style="DISPLAY: none"
DIV style="WIDTH: 158px"
TABLE cellSpacing=0 cellPadding=0 width=132 align=center
TBODY
TR
TD height=201/TD
/TR
TR
TD height=202/TD
/TR
/TBODY/TABLE
/DIV
DIV style="WIDTH: 158px"
TABLE cellSpacing=0 cellPadding=0 width=130 align=center
TBODY
TR
TD height=20/TD/TR/TBODY/TABLE/DIV/TD/TR/TBODY/TABLE
TABLE width=158 align=center
TBODY
TR
TD id=menuTitle3 style="CURSOR: hand"
onclick=showsubmenu(3) height=25 ;
SPAN class=glow导航二/SPAN/TD
/TR
TR
TD id=submenu3 style="DISPLAY: none"
DIV style="WIDTH: 158px"
TABLE cellSpacing=0 cellPadding=0 width=132 align=center
TBODY
TR
TD height=203/TD
/TR
TR
TD height=204/TD
/TR
/TBODY/TABLE
/DIV
DIV style="WIDTH: 158px"
TABLE cellSpacing=0 cellPadding=0 width=130 align=center
TBODY
TR
TD height=20/TD/TR/TBODY/TABLE/DIV/TD/TR/TBODY/TABLE
/BODY/HTML
html代码 那个“隐藏/显示社区导航栏”怎么整?
演示如:
刚刚盗来的:)
下载后,把index文件加放在templates目录下
然后后台模板套系中,新增一个模板。模板名称,我写的是左测导航
字符集,GB2312。所在目录./templates/index/menu。版权随便你拉。
这样做的好处就是,点编辑就可以在线编辑你的菜单了,不用下载到本地再修改了。主要文件名为nav.htm.
第一次需要你修改MENU目录下的NAV。HTM,因为里面是我的设置。你可以按照你的论坛来定做。变通一下就可以了.
把index.htm放在论坛根目录,会自动调用index.php
如果需要修改使首页显示默认为隐藏状态,请修改index.htm,找到
整个安装过程需要有基本的HTM语言知识,不懂的朋友多看看吧。
[code]FRAMESET border=0 name=forum frameSpacing=0 frameBorder=NO cols=8,* [/code]
修改为
[code]FRAMESET border=0 name=forum frameSpacing=0 frameBorder=NO cols=170,*
[/code]
在menu.htm最后
修改为如下
[code]TD id=menuSwitch title=显示/隐藏社区导航栏 style="CURSOR: hand"
onclick=changeWin() height="100%"IMG
src="./images/innerimage1.gif"/TD/TR/TBODY/TABLE/TD/TR/TBODY/TABLE/BODY/HTML [/code]
下载地址:
请问,怎么将导航键隐藏呢?
1、导航键在全屏页面会自动隐藏;
2、进入手机设置--系统导航,选择导航手势,采用相应的滑动方式实现操作。
HTML5怎么做导航栏
建议使用FF,Safari,举个例子:
!doctype html
html
head
titleHTML5+CSS3+JavaScript/title
meta http-equiv="Content-Type" content="text/html; charset=gb2312" /
meta http-equiv="Content-Type" content="text/html; charset=gbk" /
meta http-equiv="Content-Type" content="text/html; charset=utf-8" /
meta http-equiv="Content-Language" content="zh-cn" /
meta name="Generator" content="EditPlus"
meta name="Author" content=""
meta name="Keywords" content=""
style type="text/css"
body {
behavior: url(ie-css3.htc);
}
* {margin:0 auto;padding:0;}
body {font-size:13px;font-family:Arial;}
ul li {list-style:none;}
#menu {
width:982px;
height:35px;
margin-top:20px;display:block;
background: #e3e3e3;
background: -moz-linear-gradient(top, #ccc, #999);
background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
-moz-box-shadow: 1px 1px 3px #333;
-webkit-box-shadow: 1px 1px 3px #333;
box-shadow: 1px 1px 3px #333;
-webkit-border-top-left-radius:4px;;
-webkit-border-top-right-radius:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
-webkit-border-bottom-left-radius:4px;
-webkit-border-bottom-right-radius:4px;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-o-border-radius:4px;
-khtml-border-radius:4px;
text-shadow: 0 1px 0 white;
}
#menu ul {
margin-left:0;
}
#menu ul li {
display:inline;
}
#menu ul li a:link, a:visited {
text-align:center;float:left;width:6.8em;text-decoration:none;padding:7.5px 0.75em;font-size:16px;font-weight:bold;margin-top:0px;border-right:1px solid #ccc;color: #454545;
}
#menu ul li a:hover {
text-decoration:none;
background:-webkit-gradient(linear, left top, left bottom, from(#333), to(#ccc));
background: -moz-linear-gradient(top, #333, #ccc);
-webkit-background-size:0 35px;
color: #ddd;
text-shadow: 0 1px 0 black;
}
.text {
border:1px solid gray;width:150px;height:17px;position:relative;top:8px;left:13px;font-family:Arial;
-webkit-border-top-left-radius:90px;;
-webkit-border-top-right-radius:90px;
-moz-border-radius-topleft:90px;
-moz-border-radius-topright:90px;
-webkit-border-bottom-left-radius:90px;
-webkit-border-bottom-right-radius:90px;
-moz-border-radius-bottomleft:90px;
-moz-border-radius-bottomright:90px;
-o-border-radius:90px;
-khtml-border-radius:90px;
}
/style
script language="JavaScript" type="text/javascript"
(function()
{
if(!0)
return;
var e = "abbr,article,aside,audio,bb,canvas,datagrid,datalist,details,dialog, eventsource,figure,footer,hgroup,header,mark,menu,meter,nav,output,progress,section,time,video".split(','),i=0,length=e.length;
while(ilength)
{
document.createElement_x(e[i++])
}
})();
/script
/head
body
menu id="menu"form action="index.php" method="get"
ul
lia href="#" title="HomePage"HomePage/a/li
lia href="#" title="Introuduce"Introuduce/a/li
lia href="#" title="Products"Products/a/li
lia href="#" title="My album"My album/a/li
lia href="#" title="Shopping"Shopping/a/li
lia href="#" title="Contact our"Contact our/a/li
/ul
input type="search" class="006a-56f3-1c4e-c598 text" value="search..." //form
/menu
body