본문 바로가기

개발/CSS

div 테두리 동그랗게 해주는 스크립트

http://www.html.it/articoli/niftycube/index.html


위 사이트 링크(클릭)


위 사이트에서 download 한 *.js, *.css 파일을 복사하고


<script type="text/javascript" src="niftycube.js"></script>

Regarding the third point, as is the javascript calls needed for the page, the code for the example is the following:

<script type="text/javascript">
window.onload=function(){
Nifty("div#box","big");
}
</script>

위의 내용을 포함시키면 바로 적용된다.

예문은 사이트에 잘 나와있다.