Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #671808

    Hey i tried this:

    #custom css id {
    background: rgba(165,224,0,1);
    background: -moz-linear-gradient(45deg, rgba(165,224,0,1) 0%, rgba(165,224,0,1) 8%, rgba(165,224,0,0.86) 46%, rgba(165,224,0,0.86) 54%, rgba(94,172,21,0.86) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(165,224,0,1)), color-stop(8%, rgba(165,224,0,1)), color-stop(46%, rgba(165,224,0,0.86)), color-stop(54%, rgba(165,224,0,0.86)), color-stop(100%, rgba(94,172,21,0.86)));
    background: -webkit-linear-gradient(45deg, rgba(165,224,0,1) 0%, rgba(165,224,0,1) 8%, rgba(165,224,0,0.86) 46%, rgba(165,224,0,0.86) 54%, rgba(94,172,21,0.86) 100%);
    background: -o-linear-gradient(45deg, rgba(165,224,0,1) 0%, rgba(165,224,0,1) 8%, rgba(165,224,0,0.86) 46%, rgba(165,224,0,0.86) 54%, rgba(94,172,21,0.86) 100%);
    background: -ms-linear-gradient(45deg, rgba(165,224,0,1) 0%, rgba(165,224,0,1) 8%, rgba(165,224,0,0.86) 46%, rgba(165,224,0,0.86) 54%, rgba(94,172,21,0.86) 100%);
    background: linear-gradient(45deg, rgba(165,224,0,1) 0%, rgba(165,224,0,1) 8%, rgba(165,224,0,0.86) 46%, rgba(165,224,0,0.86) 54%, rgba(94,172,21,0.86) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#a5e000′, endColorstr=’#5eac15′, GradientType=1 );
    }

    but it didnt show up. Any idea?

    #672459

    Hi Tobiy,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #673783

    Solved. Thank you!

    #673792

    btw. this is a nice gradient generator:

    http://www.colorzilla.com/gradient-editor/

    #674463

    Hi @Tobiy,

    Great, glad you got it working :-)

    Thanks @Guenni007 for the input!

    Regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.