<html>
<head>
	<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
	<title> IE6 PNG 투명처리 </title>
	<style type="text/css">
		body  {
			background-color	: #d2d2d2;
		}
		img  {
			behavior			: url(iepngfix.htc);
		}
		*.sample  {
			behavior			: url(iepngfix.htc);
			background			: url(sample.png);
			width				: 128px;
			height				: 128px;
			text-align			: center;
		}
	</style>
</head>
<body>
	<h3>1. PNG 이미지 투명처리</h3>
	<img src="sample.png" />
	<h3>2. 배경으로 사용</h3>
	<table border="1">
		<tr>
			<td class="sample">sample</td>
		</tr>
	</table>
</body>
</html>
 
'css' 카테고리의 다른 글
| word-break (0) | 2012.05.09 | 
|---|---|
| hide (접근성 해치지 않는) (0) | 2012.04.19 | 
| IE6 png이미지맵 (0) | 2012.02.17 | 
| png 핵 (0) | 2012.02.17 | 
| IE6 select 버그 - iframe (0) | 2012.02.16 | 
 sample.zip
sample.zip