Jump to content

Prestashop and css3pie, css3 in IE


Recommended Posts

Hello guys,

 

I try add css3pie to my themes but I have a little problem.

 

I create in themes/prestashop folder "pie" where I put pie files (PIE.htc, PIE.js, PIE.php), next I add in css/global.css behavior for example in line 209:

 

 

#page {

width: 980px;

margin: 50px auto 50px auto;

text-align: left;

background: white;

-webkit-border-radius: 10px;

-moz-border-radius: 10px;

border-radius: 10px;

behavior: url(pie/PIE.htc);

}

 

and still border-radius not working in IE:

http://angar.linuxpl.info/test/

 

What I do wrong? I think that path to pie is wrong but I don't know how fix it.

 

Regards

Link to comment
Share on other sites

  • 1 month later...

Hi I'm also looking to make the .htc work I've read somewhere that the file must be called from the same route corresponding to where the calling file is(in this case I believe it must be a .tpl file) , so it is not valid to just put the .htc at the same level that global.css and just call it :/

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...