How can I get css3pie to work on all Joomla 2.5 pages?
I have got css3pie working on the first page of my joomla 2.5 site but it is not working on any of the other pages.
It works on http://localhost/human_affairs2/
.
but doesn't work on http://localhost/human_affairs2/index.php/our-program
.
From what I can tell is using the same index.php file and the same css file.
This is an example of the css.
.whiteBox h3,
.nivo-caption {
-webkit-border-radius:0px 8px 8px 0px;
-moz-border-radius:0px 8px 8px 0px; /* Firefox 3.6 and earlier */
border-radius:0px 8px 8px 0px;
-webkit-box-shadow: #999 1px 2px 3px;
-moz-box-shadow: #999 1px 2px 3px;
box-shadow: 1px 2px 3px #999;
behavior: url(PIE.htc);
}