zoukankan      html  css  js  c++  java
  • 让IE7 IE8支持CSS3 background-size属性

    link:http://www.dowebok.com/139.html

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>让IE7 IE8支持CSS3 background-size属性演示_dowebok</title>
    <style>
    html {
    	height: 100%;
    }
    body {
    	height: 100%;
    	margin: 0;
    	background: url(images/126.jpg) center no-repeat;
    	background-size: cover;
    	-ms-behavior: url(css/backgroundsize.min.htc);
    	behavior: url(css/backgroundsize.min.htc);
    }
    </style>
    </head>
    
    <body>
    
    <!-- 以下是统计等信息,与演示无关,不必理会 -->
    <style>
    .vad { position: absolute; left: 0;	top: 45%;  100%; font-family: Consolas,arial,宋体; text-align: center;}
    .vad a { display: inline-block; height: 36px; line-height: 36px; margin: 0 5px; padding: 0 50px; font-size: 14px; text-align:center; color:#eee; text-decoration: none; background-color: #222;}
    .vad a:hover { color: #fff; background-color: #000;}
    .thead {  728px; height: 90px; margin: 0 auto; border-bottom: 60px solid transparent;}
    </style>
    <p class="vad">
    	<a href="http://www.dowebok.com/" target="_blank">返回首页</a>
    	<a href="http://www.dowebok.com/139.html" target="_blank">说明</a>
    	<a href="http://www.dowebok.com/139.html" target="_blank">下载</a>
    </p>
    
    <div style="display: none;"><!--#include file="/inc/tongji.inc"--></div>
    
    </body>
    </html>
    

      

  • 相关阅读:
    [HNOI2009]梦幻布丁(链表+启发式合并)
    [HNOI2004]宠物收养场(Treap)
    【模板】Treap
    Monkey King(左偏树)
    【模板】左偏树
    数列分段Section II(二分)
    [HAOI2006]受欢迎的牛(tarjan缩点)
    【模板】树链剖分
    精美产品策划类企业织梦模板
    简洁的支持展开关闭的tab标签代码
  • 原文地址:https://www.cnblogs.com/liyouwu/p/9717034.html
Copyright © 2011-2022 走看看