Web开发用到的导航栏固定顶端,页脚固定低端

直接上代码

<!DOCTYPE html>
<html lang="zh">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta charset="utf-8" />
    <title>About - 我的 ASP.NET MVC 应用程序</title>
    <link rel="icon" href="/favicon.ico" type="image/x-icon" />
    <meta name="viewport" content="width=device-width" />
    <link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.0/css/bootstrap.min.css">
    <style type="text/css">
        html,body {
            height: 100%;        /*这里html,body一定要100%,否则下面的content-wrapper的100%就不能起作用,可以参考http://www.cnblogs.com/youxin/p/3345085.html*/        }
         .content-wrapper {
             margin: 0 auto;
             min-height: 100%;
             position: relative;
             /*这里外层相对定位,内层页脚绝对定位*/
         }

        /*页头样式begin*/
        .navbar-header .logo {
            /*background: url(http://res.jisuanke.com/img/logo/logo.svg) 20px 0 no-repeat;*/
            width: 200px;
            height: 60px;
            margin-top: 10px;
            display: block;
        }
        /*页头样式begin*/

        /*页脚样式begin*/
        .cushion {
            padding-bottom: 188px;
        }

        .footer {
            width: 100%;
            position: absolute;
            text-align: center;
            padding-top: 30px;
            padding-bottom: 30px;
            bottom: 0;
            left: 0;
            background: #11354b;
            border-top: 1px solid #0d2838;
            color: #777;
        }

        .footer-logo {
            /*background: url(http://res.jisuanke.com/img/logo/logo-footer.svg) no-repeat;*/
            height: 48px;
            width: 48px;
            margin: 0 auto;
        }

        .footer-links {
            color: #7196b7;
            margin: 10px auto;
            padding-left: 0;
        }

        .footer-links li {
            display: inline;
            padding: 0 2px;
        }

        .footer-links li:first-child {
            padding-left: 0;
        }
    /*页脚样式end*/
    </style>
</head>
<body>
    <div class="content-wrapper">
        <!-- Static navbar -->
        <div class="navbar navbar-default navbar-fixed-top" role="navigation">
            <div class="container">
                <div class="container-fluid">
                    <div class="navbar-header">
                        <a class="logo" href="/?Length=4" id="logo"> </a>
                    </div>
                </div>
            </div>
        </div>
        <div class="container">
            <div class="jumbotron">
                <h1>Hello, world!</h1>
                <p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
                <p><a class="btn btn-primary btn-lg" role="button">Learn more</a></p>
            </div>
        </div>
        <div class="cushion"></div>
        <div class="footer">
            <div class="container">

                <div class="row">
                    <ul class="footer-links">
                        <li><a href="#" target="_blank">关于<span class="hidden-xs">我们</span></a></li>
                        <li class="muted">&middot;</li>
                        <li><a href="#" target="_blank"><span class="hidden-xs">官方</span>博客</a></li>
                        <li class="muted">&middot;</li>
                        <li><a href="#" target="_blank"><span class="hidden-xs">关注</span>微博</a></li>
                        <li class="muted">&middot;</li>
                        <li><a href="#" target="_blank"><span class="hidden-xs">用前</span>必读</a></li>
                        <li class="muted">&middot;</li>
                        <li><a href="#" target="_blank">隐私<span class="hidden-xs">协议</span></a></li>
                    </ul>
                    <div class="footer-logo">
                    </div>
                    <ul class="footer-links">
                        <li>&copy; 2014 itwocx</li>
                        <li class="muted">&middot;</li>
                        <li>京ICP备5号</li>
                    </ul>

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

    </div>
    <!-- jQuery文件。务必在bootstrap.min.js 之前引入 -->
    <script src="http://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"></script>

    <!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
    <script src="http://cdn.bootcss.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
</body>
</html>
时间: 2024-09-29 10:51:24

Web开发用到的导航栏固定顶端,页脚固定低端的相关文章

iOS开发UINavigation系列一——导航栏UINavigtionBar

iOS开发UINavigation系列一--导航栏UINavigtionBar 一.导航栏的使用 在iOS开发中,我们通常会使用导航控制器,导航控制器中封装了一个UINavigationBar,实际上,我们也可以在不使用导航控制器的前提下,单独使用导航栏,在UINavigationBar中,也有许多我们可以定制的属性,用起来十分方便. 二.UINavigationBar的创建和风格类型 导航栏继承于UIView,所以我们可以像创建普通视图那样创建导航栏,比如我们创建一个高度为80的导航栏,将其放

iOS 开发之 - iOS6适配 - 导航栏按钮透明方法

首先上张图: 1:ios6导航栏默认按钮 rightBarButtonItem   是不是很丑的赶脚? 现在通过以下方法来改变以下:code: UIButton *rightButton = [UIButton buttonWithType:UIButtonTypeCustom]; rightButton.frame = CGRectMake(0, 0, 40, 40); [rightButton setTitle:@"提交" forState:UIControlStateNormal

iOS开发项目—04添加导航栏的按钮

iOS开发项目—04添加导航栏的按钮 一.设置导航栏的按钮 要求实现的效果:             说明:默认状态下和高亮状态下的图片是不一样的. 按钮的图片需要设置默认状态和高亮状态时的显示,系统了提供的下面方法 viewController.navigationItem.leftBarButtonItem=[UIBarButtonItem alloc]initWithImage:<#(UIImage *)#> style:<#(UIBarButtonItemStyle)#>

将HTML页面页脚固定在页面底部(多种方法实现)

当一个HTML页面中含有较少的内容时,Web页面的footer部分随着飘上来,处在页面的半腰中间,给视觉效果带来极大的影响,接下来为大家介绍下如何将页脚固定在页面底部,感兴趣的朋友可以了解下 作为一个Web的前端工作者学习者,在制作页面效果时肯定有碰到下面这种现象:当一个HTML页面中含有较少的内容时,Web页面的"footer"部分随着飘上来,处在页面的半腰中间,给视觉效果带来极大的影响,让你的页面看上去很不好看,特别是现在宽屏越来越多,这种现象更是常见. 那么如何将Web页面的&q

【转载自W3CPLUS】如何将页脚固定在页面底部

该文章转载自:W3CPLUS 大漠的文章 http://www.w3cplus.com/css/css-sticky-foot-at-bottom-of-the-page 以下为全文 作为一个Web的前端攻城师,在制作页面效果时肯定有碰到下面这种现象:当一个HTML页面中含有较少的内容时,Web页面的“footer”部分随着飘上来,处在页面的半腰中间,给视觉效果带来极大的影响,让你的页面看上去很不好看,特别是现在宽屏越来越多,这种现象更是常见.那么如何将Web页面的“footer”部分永远固定在

如何将页脚固定在页面底部?

作 为一个Web的前端攻城师,在制作页面效果时肯定有碰到下面这种现象:当一个HTML页面中含有较少的内容时,Web页面的“footer”部分随着飘上 来,处在页面的半腰中间,给视觉效果带来极大的影响,让你的页面看上去很不好看,特别是现在宽屏越来越多,这种现象更是常见.那么如何将Web页面的 “footer”部分永远固定在页面的底部呢?注意了这里所说的是页脚footer永远固定在页面的底部,而不是永远固定在显示器屏幕的底部,换句话说,就是当内容只有一点点时,Web页面显示在浏览器底部,当内容高度超

CSS中position属性的理解,相对位置relative,绝对位置absolute,固定fixed,页脚固定的实现2种方法

页脚固定的底部的两种方式: 1.使用fixed属性值 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title></title> 5 </head> 6 <body> 7 <div style="height: 1500px;width: 100%;background-color: green;margin-bottom: 320px;"> 8 9 <

将HTML的页脚固定在屏幕下方

/********************************************************************* * 将HTML的页脚固定在屏幕下方 * 说明: * 处理的方法好像是比较多的,个人还是比较倾向于用JS进行处理. * * 2017-8-25 深圳 龙华樟坑村 曾剑锋 ********************************************************************/ 一.参考文档: 1. 将footer固定在页面底部

HTML5开发移动web应用—JQuery Mobile(2)-导航栏和页脚

导航栏部分的代码一般放置在data-role为header的div的内. <div data-role="header"> <a href="#" data-role="button" data-icon="home">首页</a> <h1>欢迎访问我的主页</h1> <a href="#" data-role="button&qu