hi

i woud to use this module to my website, but i'v some issue, and nothing work , here i am:

my css:

.service-links, #content-bottom-home .service-links{
    background: none repeat scroll 0 0 #EFEFEF;
    -moz-border-radius: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
   behavior: url(/sites/all/libraries/PIE/PIE.php);
}

in IE8 the path to pie.htc is at final :
url(/sites/all/libraries/PIE/PIE.php); -moz-border-radius: 5px 5px 5px 5px

but the background disappear...and no round corner happen...idem with PIE.htc

so i think css3pie is well install, but not well apply...

http://www.lycee-charlotte-grawitz.com/ in the bottom of the page

an idea ?
thanks

Comments

kappaluppa’s picture

I had problems too, but found the answer that worked for me here... http://drupal.org/node/1116110#comment-4357180

I got round corners, box shadows and linear gradients to work on IE9, IE8 & IE7...

Follow all the instructions DRIVE gives...

aiphes’s picture

thanks for tips, in D6 the admin for css3pie is admin/build/themes/css3pie
i've added in the htaccess :
AddType text/x-component .htc

then IE8 seem to understand better css3, i keep my libraries with /sites/all/libraries/PIE the path seem good in IE8 :

behavior :url(/sites/all/libraries/PIE/PIE.htc); -moz-border-radius: 5px

on multisite install..but could be the same on single install.

i need to fix a css issue but it seem to be better with htaccess add.

aiphes’s picture

Status: Active » Needs review

ok all seem to work but it's important to :

- edit htaccess file for .htc support
- add in css for each element css3 styled:

behavior: url(/sites/all/libraries/PIE/PIE.htc);
    position: relative;

it doesn't work on a:hover for me

ex:http://www.lycee-charlotte-grawitz.com/node/8

if someone can test this, then it will be fixed

iler’s picture

Status: Needs review » Closed (works as designed)

I'm closing this one. If there is still something wrong with this kind of things please open a new issue.