html怎么做隐藏导航栏(js导航栏显示和隐藏)
本文目录一览:
- 1、html代码 那个“隐藏/显示社区导航栏”怎么整?
- 2、如何在HTML中的一个页面中实现窗口的隐藏和显示?
- 3、html代码中如何将浏览器的菜单栏,状态栏,地址栏,工具栏等隐藏
- 4、HTML5怎么做导航栏
- 5、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]
下载地址:
如何在HTML中的一个页面中实现窗口的隐藏和显示?
需要用到js或者jquery,
jquery 用法:
div id='abc'显示隐藏/a
$('#abc).show();这是显示
$('#abc).hide();这是隐藏
html代码中如何将浏览器的菜单栏,状态栏,地址栏,工具栏等隐藏
不是window.open那种打开新窗口,是将当前窗口的菜单栏,状态栏,地址栏,工具栏等浏览器属性隐藏
问题补充:
window.open我知道
可是我现在需要的是在地址栏输入我的URL,打开一个没有浏览器状态,工具,滚动轴(包括标题栏)等属性的窗口,
简单的说就是:在浏览器地址栏输入url后,当前的浏览器窗口转换成一个无边框窗口
我现在用body
onload="window.open()",新窗口打开的同时再用window.close把原先窗口关闭
但是window.open好像隐藏不了标题栏(titlebar)
烦啊
window.open
('page.html',
'newwindow',
'height=100,
width=400,
top=0,
left=0,
toolbar=no,
menubar=no,
scrollbars=no,
resizable=no,location=no,
status=no')
window.open
弹出新窗口的命令;
page.html
弹出窗口的文件名;
newwindow
弹出窗口的名字(不是文件名),非必须,可用空''代替;
height=100
窗口高度;
width=400
窗口宽度;
top=0
窗口距离屏幕上方的象素值;
left=0
窗口距离屏幕左侧的象素值;
toolbar=no
是否显示工具栏,yes为显示;
menubar,scrollbars
表示菜单栏和滚动栏。
resizable=no
是否允许改变窗口大小,yes为允许;
location=no
是否显示地址栏,yes为允许;
status=no
是否显示状态栏内的信息(通常是文件已经打开),yes为允许;
可以用弹出窗口的形式实现楼主的想法,当用户点超链接的时候,他以为是a
href=""实际上是执行了一个a
href="void(0)"
onclick="window.open()"打开了一个满屏的,没有任何状态,地址,输入等工具栏,这样用户也就无法关闭和改变当前地址
具体open参数,请参考:
window.open
('page.html',
'newwindow',
'height=100,
width=400,
top=0,
left=0,
toolbar=no,
menubar=no,
scrollbars=no,
resizable=no,location=no,
status=no')
window.open
弹出新窗口的命令;
page.html
弹出窗口的文件名;
newwindow
弹出窗口的名字(不是文件名),非必须,可用空''代替;
height=100
窗口高度;
width=400
窗口宽度;
top=0
窗口距离屏幕上方的象素值;
left=0
窗口距离屏幕左侧的象素值;
toolbar=no
是否显示工具栏,yes为显示;
menubar,scrollbars
表示菜单栏和滚动栏。
resizable=no
是否允许改变窗口大小,yes为允许;
location=no
是否显示地址栏,yes为允许;
status=no
是否显示状态栏内的信息(通常是文件已经打开),yes为允许
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="4bc5-eeb6-6c91-aca4 text" value="search..." //form
/menu
body
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="eeb6-6c91-aca4-5fb0 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