I'm dealing with the ie compatibility problem these days,and I found a great file to fix it ,that is PIE.htc file,For noe ,I assume you know the usage of this file ,
here is the problem ,why can't we just add one line in the css file of our theme to fix that problem?Just like below
* {behavior:url(therightplace/PIE.htc)}
when i put this line in my css file ,it doesn't work,neither the border-radius nor box-shadow.(I know that the linear gradient effect need another code),who can tell me the reason
And the css3pie module is just not as good as we want.So much work need to do with this module ,
If anyone find a better way to fix this problem,please say it loud ,thanks!
Comments
Comment #1
blackice2999 commentedHi,
and what was exactly now your problem ? The module works like described.
- Its not the focus of this module to write any css3 code...
- Its not the focus to prevent you include the PIE.htc manually but then you dont need this module...
- This is not the right place for css specific problems here...
The css3pie module supports you for using the PIE Library u need only to write the used css selectors in the configuration... the module creates now a css file with the selector and the pie inclusion...
thanks
Dennis
Comment #2
Helrunar commentedPlease see the README.txt for further information's what this module will do for you and what it don't do.
http://drupalcode.org/project/css3pie.git/blob/05be5c243fa68d6fd1f4edc56...
Comment #3
blackice2999 commentedComment #4
Vincent.R commentedWell ,I apologize for my stupid and confusing problem(that is exactly my first time to post an issue,so...). i will try to ask question more telligently next time.And thanks for your answer !
Comment #5
sethviebrock commented