隐藏导航练习

<!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>隐藏导航练习</title>
<style>
*{
    margin:0px;
    padding:0px;

    }
.aa{
    height:40px;
    width:80px;
    top:100px;
    left:100px;
    position:absolute;
    overflow:hidden;
    line-height:40px;
    text-align:center;
    background-color:#0FF;

}
.aaa{
    height:40px;
    width:80px;
    top:100px;
    left:100px;
    position:absolute;
    overflow:visible;
    line-height:40px;
    text-align:center;
    background-color:red;

}
#bb{
    height:120px;
    width:80px;
    top:40px;
    left:0px;
}
#table1{
    height:120px;
    width:80px;
    border:0px;
    text-align:center;
    vertical-align:middle;
}

#table2{

    height:160px;
    width:80px;
    border:0px;
    text-align:center;
    vertical-align:middle;}

.cc{
    height:40px;
    width:80px;
    overflow:hidden;
    line-height:40px;
    text-align:center;
    background-color:#CFC;
    }
.ccc{
    height:40px;
    width:80px;
    overflow:visible;
    line-height:40px;
    text-align:center;
    background-color:#0FC;

}    

#dd{
    top:-40px;
    left:80px;
    position:relative;

}

#table2a{

    height:160px;
    width:80px;
    border:0px;
    text-align:center;
    vertical-align:middle;}

.cca{
    height:40px;
    width:80px;
    overflow:hidden;
    line-height:40px;
    text-align:center;
    background-color:#933;
    }
.ccca{
    height:40px;
    width:80px;
    overflow:visible;
    line-height:40px;
    text-align:center;
    background-color:#F0F;

}    

#dda{
    top:0px;
    left:80px;
    position:relative;

}
#table2b{

    height:160px;
    width:80px;
    border:0px;
    text-align:center;
    vertical-align:middle;}

.ccb{
    height:40px;
    width:80px;
    overflow:hidden;
    line-height:40px;
    text-align:center;
    background-color:#90C;
    }
.cccb{
    height:40px;
    width:80px;
    overflow:visible;
    line-height:40px;
    text-align:center;
    background-color:#CF0;

}    

#ddb{
    top:0px;
    left:0px;
    position:relative;

}

</style>

</head>

<body>
<div class="aa" onmouseover="this.className=‘aaa‘" onmouseout="this.className=‘aa‘">新闻动态

<div id="bb" >
<table cellpadding="0" cellspacing="0"  id="table1">
<tr bgcolor="#99CC00">
<td>
<div class="cc" onmouseover="this.className=‘ccc‘" onmouseout="this.className=‘cc‘">水果

<div id="dd">
<table cellpadding="0" cellspacing="0" id="table2">

<tr><td bgcolor="#009900">香蕉</td></tr>

<tr><td bgcolor="#FF0000">苹果</td></tr>

<tr><td bgcolor="#FFFF00">草莓</td></tr>

<tr><td bgcolor="#33FF00">西瓜</td></tr>
</table>
</div>

</div>
</td>
</tr>

<tr bgcolor="#FF99CC">
<td><div class="cca" onmouseover="this.className=‘ccca‘" onmouseout="this.className=‘cca‘">活动

<div id="dda">
<table cellpadding="0" cellspacing="0" id="table2a">

<tr><td bgcolor="#009900">打篮球</td></tr>

<tr><td bgcolor="#FF0000">打乒乓球</td></tr>

<tr><td bgcolor="#FFFF00">打猎</td></tr>

<tr><td bgcolor="#33FF00">旅游</td></tr>
</table>
</div>
</div>
</td>
</tr>

<tr bgcolor="#0000FF">

<td>

<div class="ccb" onmouseover="this.className=‘cccb‘" onmouseout="this.className=‘ccb‘">杂谈

<div id="ddb">
<table cellpadding="0" cellspacing="0" id="table2b">

<tr><td bgcolor="#009900">小说类</td></tr>

<tr><td bgcolor="#FF0000">散文类</td></tr>

<tr><td bgcolor="#FFFF00">古诗文类</td></tr>

<tr><td bgcolor="#33FF00">八卦类</td></tr>
</table>
</div>

</div></td></tr>

</table>
</div></div>

<p>打开位置的不同主要是因为dd的相对位置的坐标值不一样,当为垂直向下时,可以省去relative</p>

</body>
</html>

时间: 2024-12-28 19:05:41

隐藏导航练习的相关文章

分层导航and隐藏导航

一.分层导航 <!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> <script language="j

3月27 隐藏导航

今天主要是做的隐藏导航有横向延伸和纵向延伸两种 横向的 <title>隐藏</title> <style> *{ margin:0px; padding:0px;} .aa { height:40px; width:80px; left:300px; top:100px; position:absolute; overflow:hidden; line-height:40px; text-align:center; background-color:#0FF} .aaa

导航右侧添加按钮、隐藏导航条和状态栏

1.添加导航右侧按钮 UIBarButtonItem *rightButton = [[UIBarButtonItem alloc] initWithTitle:@"无所谓"style:UIBarButtonItemStyleDone target:self action:@selector(clickRightButton)]; [self.navigationItem setRightBarButtonItem:rightButton]; 2.隐藏导航条 navigationBar

滑动隐藏导航栏的设置

今天无意之中学习一个项目,学到一个大的知识点,在这里和大家分享一下: 1. 滑动隐藏导航栏的设置: @property (nonatomic, readwrite, assign) BOOL hidesBarsOnSwipe NS_AVAILABLE_IOS(8_0) __TVOS_PROHIBITED; self.hidesBarsOnSwipe = YES; 2. // 去掉导航分割线 [self.navigationBar setBackgroundImage:[[UIImage allo

HTML练习_隐藏导航

1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <style type="text/

小技巧 -- 隐藏导航栏返回按钮附带的文字

使用 [[UIBarButtonItem appearance] setBackButtonTitlePositionAdjustment:UIOffsetMake(0, -60) forBarMetrics:UIBarMetricsDefault]; 方法可以隐藏导航栏返回按钮上的文字.代码放的位置是每一个总的Controller的viewDidLoad方法下面.

隐藏导航栏之后支持手势退回上一个控制器

说明 1. 我们在隐藏导航栏之后,手势退回就会消失,但可以通过一些手段来继续支持手势 2. 在对导航栏控制器的根控制器使用的时候要特别注意,会导致bug出现,但可以通过禁用手势解决 3. 对于定制达人来讲,必须使用自己写的导航栏view才可以,因为系统的导航栏上面有一个灰色的线条无法去除. 设置 导航栏控制器隐藏导航栏 在导航栏控制器的rootController中设置手势代理 在根控制器上,从根控制器进入另外一个控制器的时候,让手势激活,返回根控制器的时候,不支持手势即可.

AMScrollingNavbar框架(自动隐藏导航栏)使用简介

AMScrollingNavbar框架是一个可以上拉隐藏导航栏和下拉显示导航栏的框架,这个开源框架的调用也很简单,本章节就给大家介绍一下这个框架的用法. 一.下载及导入框架 AMScrollingNavbar 在下载框架的时候大家需要注意一下,选择V1.x,否则下载的是swift的版本,如下图: 下载好以后,大家只需要将下图中的两个文件引入所需工程即可: 二.引入头文件并完成相关属性设置 首先需要在控制器类中引入要用到的头文件 #import "UIViewController+Scrollin

UIScrollView UITableView 上拉隐藏导航栏和tabbar 下拉显示导航栏和tabbar

//UIScrollView  UITableView 上拉隐藏导航栏和tabbar 下拉显示导航栏和tabbar-(void)scrollViewDidEndDragging:(UIScrollView *)scrollView willDecelerate:(BOOL)decelerate{ CGPoint translation = [scrollView.panGestureRecognizer translationInView:scrollView.superview];    if