오늘 블로그에 들어오셔서 깜짝 놀라시지는 않았나 모르겠어요.
크리스마스 분위기를 내봤습니다. 어떤 느낌인가요? 어울리나요?
이 장식은 2009년 12월, 티스토리에서 제공해줬던 호랑가시나무 배너 장식입니다.
이 호랑가시나무 배너를 블로그에 적용하려면,
다음 소스를 '티스토리 관리>티스토리 꾸미기>스킨>html편집' 에서 <body> 바로 다음에 넣으면 됩니다.
<style type="text/css">
#ChristmasDeco3 {
background: url(http://cfs.tistory.com/static/sticker/s_19.png) repeat; text-indent: -1000em;
position: absolute;
left: 0; top: 0;
width: 100%; height: 70px;
}
* html #ChristmasDeco3 {
background-image: none;
background-repeat: none;
width: 1447px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/static/sticker/s_19.png', sizingMethod='crop');
}
</style>
<div id="ChristmasDeco3">Merry Christmas!</div>
반응형