textfield/container inner shadow/negative shadow linear gradient support

  • textfield/container inner shadow/negative shadow & linear gradient support

    This would be pretty neat. And enhance a lot of designs without resorting to images.

    Code
    -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,0.9);
      -moz-box-shadow: inset 0 -2px 5px rgba(0,0,0,0.9);
      box-shadow: inset 0 -2px 5px rgba(0,0,0,0.9);
    background-image: -webkit-linear-gradient(top, #1F2E8C, #1D2A80);
      background-image: -moz-linear-gradient(top, #1F2E8C, #1D2A80);
      background-image: -ms-linear-gradient(top, #1F2E8C, #1D2A80);
      background-image: -o-linear-gradient(top, #1F2E8C, #1D2A80);
      background-image: linear-gradient(to bottom, #1F2E8C, #1D2A80);

    *edit found innershadow on containers for html5.. is this possible for flash? Maybe its just time to drop flash..

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!