Closed (works as designed)
Project:
css3pie
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2011 at 09:03 UTC
Updated:
10 Jan 2012 at 16:27 UTC
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
Comment #1
kappaluppa commentedI 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...
Comment #2
aiphesthanks for tips, in D6 the admin for css3pie is admin/build/themes/css3pie
i've added in the htaccess :
AddType text/x-component .htcthen IE8 seem to understand better css3, i keep my libraries with
/sites/all/libraries/PIEthe path seem good in IE8 :behavior :url(/sites/all/libraries/PIE/PIE.htc); -moz-border-radius: 5pxon 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.
Comment #3
aiphesok all seem to work but it's important to :
- edit htaccess file for .htc support
- add in css for each element css3 styled:
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
Comment #4
iler commentedI'm closing this one. If there is still something wrong with this kind of things please open a new issue.