Results 1 to 2 of 2

Thread: PIE.htc

  1. #1
    User
    Join Date
    09-15-09.
    Location
    Netherlands
    Posts
    37

    Default PIE.htc

    Hi,
    Is it correct that if I use linear gradients for IE, the PIE funtionality that doesn´t work? Here's the css code. The part with -pie-background should be for IE. But this does'not work.
    Code:
    background:-moz-linear-gradient(-30deg,#fc3 20%,#FFED96);
        background:-webkit-gradient(linear,0% 16.67%,100% 83.33%,color-stop(0.2,#fc3),color-stop(1,#FFED96));
        background:-o-linear-gradient(-30deg,#fc3 20%,#FFED96);
        background:linear-gradient(-30deg,#fc3 20%,#FFED96);
        -pie-background:linear-gradient(-30deg,#fc3 20%,#FFED96);
    If I replace the lost line with the following it works.
    Code:
    -pie-background: linear-gradient(-30deg,#fc3 20%,#FFED96);
     behavior: url(plugins/css3pie/PIE.htc);
    I couldn't find a lot on the forum, but it looks like (another) path problem?
    Regards,
    Atti

  2. #2
    User
    Join Date
    09-15-09.
    Location
    Netherlands
    Posts
    37

    Default Re: PIE.htc

    Hmm, sorry ignore that, ops: I am using the Contao build-in css generator to make the settings for the PIE stuff. I am also using the csseditor extension. This one removes some of the (important) stuff.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •