我像个孩子一样守...吧 关注:39贴子:3,635

.sample2 {
width: 300px;
height: 200px;
background-image: -moz-linear-gradient(
top,
#ffcc00 0%,
#ff6600 49%,
#ff3300 50%,
#ff6600);
background-image: -webkit-gradient(
linear,
left top,left bottom,
from(#ffcc00),
color-stop(0.49, #ff6600),
color-stop(0.50, #ff3300),
to(#ff6600));
}


1楼2011-11-01 10:34回复

    .sample1 {
    background-image: -moz-linear-gradient(
    top,
    #ffcc00 0%,
    #ff6600);
    background-image: -webkit-gradient(
    linear, left top, left bottom,
    from(#ffcc00),
    to(#ff6600));
    }


    2楼2011-11-01 10:35
    回复
      2025-05-18 04:50:36
      广告

      .sample4 {
      width: 300px;
      height: 200px;
      background: -moz-linear-gradient(
      top,
      rgba(255,255,255,0) 0%,
      rgba(200,200,200,1)), #fff;
      background: -webkit-gradient(
      linear, left top, left bottom,
      from(rgba(255,255,255,0)),
      to(rgba(200,200,200,1))), #fff;
      border: 1px solid #ccc;
      }


      3楼2011-11-01 10:36
      回复

        .sample3 {
        width: 300px;
        height: 200px;
        background: -moz-linear-gradient(
        top,
        rgba(255,255,255,1) 0%,
        rgba(200,200,200,1));
        background: -webkit-gradient(
        linear, left top, left bottom,
        from(rgba(255,255,255,1)),
        to(rgba(200,200,200,1)));
        border: 1px solid #ccc;
        }


        4楼2011-11-01 10:37
        回复

          .gradation2 {
          /* 线形 */
          background-image: -moz-linear-gradient();
          background-image: -webkit-gradient(linear);
          /* 円形 */
          background-image: -moz-radial-gradient();
          backgroun


          5楼2011-11-01 10:38
          回复

            .gradation1s {
            background-image: -moz-グラデーションの种类-gradient(
            グラデーションの方向,
            色 领域(%指定),
            色 领域(%指定),
            色 领域(%指定),
            **ackground-image: -webkit-gradient(
            グラデーションの种类, グラデーションの开始位置, 终了位置,
            from(开始色),
            color-stop(领域(0~1小数点), 色),
            color-stop(领域(0~1小数点), 色),
            to(终了色));
            }


            6楼2011-11-01 10:38
            回复

              .gradation3 {
              /* 上から下 */
              background-image: -moz-linear-gradient(top);
              background-image: -webkit-gradient(linear, left top, left bottom);
              /* 下から上 */
              background-image: -moz-linear-gradient(bottom);
              background-image: -webkit-gradient(linear, left bottom, left top);
              /* 左から右 */
              background-image: -moz-linear-gradient(left);
              background-image: -webkit-gradient(linear, left top, right bottom);
              /* 右から左 */
              background-image: -moz-linear-gradient(right);
              background-image: -webkit-gradient(linear, right top, left bottom);
              }


              7楼2011-11-01 10:38
              回复
                グラデーション 层次
                Webkit系(Safari, Chrome)とGecko系(Firefox)
                Webkit---Safari 兼容 moz---- firefox 兼容


                8楼2011-11-01 10:40
                回复
                  2025-05-18 04:44:36
                  广告
                  啥玩意、、


                  IP属地:陕西9楼2011-11-01 12:54
                  回复
                    我懂就好


                    10楼2011-11-01 13:01
                    回复
                      还有日语、看不懂、、


                      IP属地:陕西11楼2011-11-01 13:07
                      回复
                        虽然不认识 但知道大概意思


                        12楼2011-11-01 13:10
                        回复
                          吹牛、
                          那你翻译出来、
                          


                          IP属地:陕西13楼2011-11-01 13:10
                          回复
                            翻译出来了 你不就知道了咩


                            14楼2011-11-01 13:11
                            回复
                              2025-05-18 04:38:36
                              广告
                              让我知道又能肿么样、


                              IP属地:陕西15楼2011-11-01 13:23
                              回复