
Re: Integrating PIE into WordPress Themes
hi,
i try to use pie for my sitebar where i use border-image. this is my css code:
#site-generator {
position:relative;
background-color:transparent;
color: #fff;
font-size: 1em;
line-height: 2.2em;
margin-top: 0;
border-width: 50px 0px 0px;
border-image: url('images/welcome.png') 65 0 0 fill;
-moz-border-image: url('images/welcome.png') 65 0 0;
-webkit-border-image: url('images/welcome.png') 65 0 0;
-o-border-image: url('images/welcome.png') 65 0 0;
padding: 0;
text-align: left;
/* Supporto CSS3 grazie a CSS3 PIE */
behavior: url(
http://www.bagniarturo.it/PIE.php);
}
i insert PIE.pht, PIE.htc in my root site.
I have test this method with my other instruction (radius, ecc....) and this work also in IE8 but for the footer i can see only a white square instead of my image (in IE8 and IE9). What's my error?
have i insert "Content-Type: Content-Type: text/x-component" this code into htaccess file on my server?