I am announcing the new Sharepoint 2010 website. On this website I want to use shadows and rounded corners around several containers. At first I tried to do it myself, but my colleague told me about CSS3Pie ( http://css3pie.com ), which works very well.
The problem I encountered indicates the path to the HTC file. At the moment I have this:
#left_content_small
{
width: 610px;
padding: 20px;
border: 1px solid #999;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
behavior: url(/PIE.htc);
}
In IE, this does not work. Also using
behavior: url(Style Library/StyleSheets/PIE.htc);
doesn't work either. Also, placing a "or" around a line does not work. However, specifying the behavior URL as follows:
behavior: url(_layouts/PIE.htc);
really works. All containers are now displayed correctly.
htc , , Sharepoint .
Fiddler, , PIE.htc 200- ( ) . , , , , 200.
CSS3Pie: http://css3pie.com/documentation/known-issues/, URL- .. , , /-character .
URL (http://testsite.local/PIE.htc), .
, htc - Sharepoint 2010, ?