http://oxtag.com/html/ex/filter3.html


아래는 전체 소스입니다. 미리보기는 상단의 링크를 클릭하세요.

<html>
<head>
<script language="JScript">
function start() {
setInterval("alphaText.filters.alpha.opacity = (alphaText.filters.alpha.opacity + 5) % 101", 50); }
</script>
</head>
<body leftmargin=50 onload="start();">
<div id="alphaText" style="width: 500; color: red; font-size: 10pt; font-weight: bold; font-family: arial; filter:alpha(opacity=50);">
<br>★ ☆ 깜빡깜빡 작은별 ★ ☆ 아름답게 비치죠..? ★ ☆
</div>
</body>
</html>


Posted by 알 수 없는 사용자
,