Menu

제로보드 배경깔기

2016. 5. 29. 11:00

안개핑 제로보드

<script language="JavaScript1.2">
if (document.all)
document.body.style.cssText="background:white url(이미지주소) no-repeat fixed right right"
< /script>
.
관리자모드에 들어가서...

클로버가 약간 응용한 소스 ?  
아래처럼 소스를 추가하니 왼쪽 오른쪽 위치조절 가능 %수치를 조절...
< script language="JavaScript1.2">
if (document.all)
document.body.style.cssText="background:white url(http://han63.naroot.net/zb41/data/mini14/6.gif) 90% 10% no-repeat fixed right right"
< /script>