.box {
    width:100%;
    height:80%;    
    background: url('img/nav_bg.png') no-repeat;
    background-attachment: fixed;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/nav_bg.png', sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/nav_bg.png', sizingMethod='scale');
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    font-family: "微软雅黑";
   }

最新文章

  1. Web 开发中应用 HTML5 技术的10个实例教程
  2. 《DSP using MATLAB》示例Example5.1
  3. DataGridView中添加CheckBox列用于选择行
  4. [Reprint]c++中typename和class的区别介绍
  5. 非对称认证方式 可以用在 asp.net webapi 的安全机制里面
  6. Uva 10596 - Morning Walk 欧拉回路基础水题 并查集实现
  7. 20150506—WinForm自动生成按钮&按钮拖动
  8. iOS 面试题 2
  9. (四)Android中Context的理解与使用
  10. R语言笔记4--可视化
  11. sql 语句操作
  12. HTML知识点总结之表单元素
  13. ES6基本使用
  14. C#时间戳的简单实现
  15. bootmgr is conmpressed联想Z485
  16. Java锁详解
  17. Redis 学习小记
  18. LINQ to Entities does not recognize the method 'Int32 ToInt32(System.String)' method, and this method cannot be translated into a store expression
  19. 佣金维护测试sql
  20. [洛谷P3292] [SCOI2016]幸运数字

热门文章

  1. mysql什么情况下会触发表锁
  2. 最新机动车行驶证模板PSD可编辑分层文件下载
  3. Android 环信(Android)设置头像和昵称的方法
  4. Android学习——Fragment动态加载
  5. Visual Studio 快捷键汇总
  6. 不要在using语句中调用WCF服务
  7. nginx中的location匹配规则
  8. EM自动任务导致数据库缓慢
  9. python入门24 json模块
  10. 设计模式——装饰模式(Decorator Pattern)