PIE.htc を利用したIE下位バージョン向けサンプル

box-shadow のサンプル

サンプルコード

<style>
.smaple	{
	border:1px solid #ccc;
	background:#fefefe;
	padding:20px 10px;
	text-align:center;
	
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);

	position:relative;
	behavior:url(../../../wp-content/themes/webantena/_common/modules/ie/PIE/PIE.htc);
}
</style>
<div class="smaple">box-shadow のサンプルです。</div>

box-shadow のサンプル


box-shadow のサンプルです。