Diagonal Gradient in IE

后端 未结 3 1334
天涯浪人
天涯浪人 2020-12-14 04:12

Is there a way to have a diagonal gradient in IE? In Chrome I could do something like this:

body{
    background-image:-webkit-gradient(
    linear,
    left         


        
3条回答
  •  心在旅途
    2020-12-14 04:45

    I found these interesting articles, perhaps if you read them and puzzle a bit with them you might succeed :)

    1. http://www.useragentman.com/blog/csssandpaper-a-css3-javascript-library/
    2. http://www.useragentman.com/blog/2010/03/09/cross-browser-css-transforms-even-in-ie/
    3. http://weston.ruter.net/projects/css-gradients-via-canvas/

提交回复
热议问题