zeelive
Joined: Mon Sep 09, 2013 7:21 am Posts: 1
|
 Pie won't load everytime
Hello!
I just downloaded pie and I inserted it Inside my project. When I first load the page, it puts all the rounded corner correctly, but when I am switching page (everything is reloading), the rounded corner are not there. I need to mouse over the element or refresh to see the border back again. Tried with the version 2.0 and it's doing the same thing.
Example of a CSS:
.MenuOnglet { height:30px; padding-left:10px; padding-right:10px; font-family:Arial; font-size:13px; font-weight:bold; text-align:center;
-webkit-border-radius: 4px 4px 4px 4px; -moz-border-radius:4px 4px 4px 4px; border-radius:4px 4px 4px 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); behavior: url(../../Pie/PIE.htc); }
Thanks for any help!
|