万恶的IE!!!

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
.linear{
width:100%;
height:600px; background:-moz-linear-gradient(top,#15A216,#fafafa);/*火狐*/
background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#15A216), to(#fafafa));/*谷歌*/
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=red,endcolorstr=blue,gradientType=1); /*IE*/
background:-ms-linear-gradient(top,#15A216,#fafafa);
background:filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#15A216', endColorstr='#fafafa'); /*IE6 & IE7*/
background:-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#15A216', endColorstr='#fafafa')"; /* IE8 */
}
</style>
</head>
<body>
<div class="linear"></div>
</body>
</html>

最新文章

  1. win10 64位安装memcache扩展和开启redis扩展
  2. 自发行python版本制作(一)
  3. Redis的安装与部署
  4. mysql问题小结
  5. javascript 对象(DOM)document window history
  6. js判断输入框的范围,并且只能输入数字
  7. Mysql部分常用类型长度含义
  8. c++ linux 下的调试工具及用法
  9. 2017-02-19C#基础 - 数据类型与类型转换
  10. iOS 字典实现原理
  11. golang运算与循环等
  12. 第二章 Java 基本语法1
  13. Ubuntu 15.10 下Tachyon安装
  14. 菜鸟系列docker——docker仓库(2)
  15. 谈谈 ArrayList 和 LinkedList 的区别
  16. 微信小程序开发学习记录
  17. 【LeetCode105】Construct Binary Tree from Preorder and Inorder Traversal★★
  18. HDU - 3564 Another LIS(LIS+线段树)
  19. 使用jstl标签时提示The absolute uri: http://java.sun.com/jsp/jstl/core cannot
  20. Javascript判断Crontab表达式是否合法

热门文章

  1. Tcp Socket非阻塞recv
  2. Jekyll: .md to .html with self defined themes..
  3. Swift Runtime动态性分析
  4. 初探OpenGL(一)
  5. HDU 5769 Substring
  6. [转]Publishing and Running ASP.NET Core Applications with IIS
  7. hdu_2089_不要62(数位DP)
  8. LeetCode OJ 292.Nim Game
  9. HDU1686:Oulipo
  10. H5调用本地摄像头