이미지 없이 라운딩 박스 + 보더 표현하기 입니다.
<script>
function round(elm, bgcolor, border, mode) {
var top = document.createElement('div'); top.style.cssText = 'height:5px';
var bottom = document.createElement('div');bottom.style.cssText = 'height:5px';
var temp = document.createElement('div'); temp.setAttribute('id', 'template');
var border2 = (border) ? ";border-left:2px solid "+border+";border-right:2px solid "+border : "";
var border1 = (border) ? ";border-left:1px solid "+border+";border-right:1px solid "+border : "";
var bgcolor2 = (bgcolor) ? ";background:"+bgcolor : "";
var bgcolor1 = (border) ? ";background:" + border : (bgcolor) ? ";background:" + bgcolor : "";
var top_r = new Array(), bottom_r =new Array;
var box = elm.cloneNode(true)
for (i=1; i < 5 ;i++ )
{ top_r[i] = document.createElement('div')}
top_r[1].style.cssText = 'margin:0px 5px;height:1px' + bgcolor1 ;
top_r[2].style.cssText = 'margin:0px 3px;height:1px' + border2 + bgcolor2;
top_r[3].style.cssText = 'margin:0px 2px;height:1px' + border1 + bgcolor2;
top_r[4].style.cssText = 'margin:0px 1px;height:2px' + border1 + bgcolor2;
for (i=1; i < 5 ;i++ ) {
if (mode!='bottom') { top.appendChild(top_r[i]);temp.appendChild(top); }
bottom_r[i] = top_r[i].cloneNode(true);
}
temp.appendChild(box);
box.style.cssText = border1 + bgcolor2;
temp.appendChild(bottom);
if (mode!='top') {
for (i=4; i > 0 ;i-- ) {
bottom.appendChild(bottom_r[i]);
}
}
elm.parentNode.replaceChild(temp, elm);
}
</script>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7630 | 10년 전 | 651 | ||
| 7629 |
|
10년 전 | 2383 | |
| 7628 | 10년 전 | 790 | ||
| 7627 |
|
10년 전 | 1024 | |
| 7626 |
|
10년 전 | 1786 | |
| 7625 | 10년 전 | 701 | ||
| 7624 | 10년 전 | 722 | ||
| 7623 |
|
10년 전 | 3084 | |
| 7622 | 10년 전 | 724 | ||
| 7621 |
leeleeleelee
|
10년 전 | 583 | |
| 7620 | 10년 전 | 538 | ||
| 7619 | 10년 전 | 481 | ||
| 7618 | 10년 전 | 1019 | ||
| 7617 | 10년 전 | 723 | ||
| 7616 | 10년 전 | 641 | ||
| 7615 | 10년 전 | 726 | ||
| 7614 | 10년 전 | 1258 | ||
| 7613 |
|
10년 전 | 2084 | |
| 7612 | 10년 전 | 1138 | ||
| 7611 | 10년 전 | 1411 | ||
| 7610 |
|
10년 전 | 1900 | |
| 7609 |
|
10년 전 | 1338 | |
| 7608 |
mwdkim
|
10년 전 | 1129 | |
| 7607 |
|
10년 전 | 1052 | |
| 7606 |
mwdkim
|
10년 전 | 3926 | |
| 7605 | 10년 전 | 687 | ||
| 7604 | 10년 전 | 1025 | ||
| 7603 | 10년 전 | 1649 | ||
| 7602 |
|
10년 전 | 1075 | |
| 7601 |
AniNest
|
10년 전 | 2788 | |
| 7600 |
port443
|
10년 전 | 1028 | |
| 7599 | 10년 전 | 943 | ||
| 7598 | 10년 전 | 1016 | ||
| 7597 | 10년 전 | 4571 | ||
| 7596 |
SeungYeon
|
10년 전 | 888 | |
| 7595 |
untitled
|
10년 전 | 2421 | |
| 7594 |
프로그래머7
|
10년 전 | 1723 | |
| 7593 |
untitled
|
10년 전 | 2363 | |
| 7592 |
untitled
|
10년 전 | 1934 | |
| 7591 |
untitled
|
10년 전 | 2674 | |
| 7590 |
아리마2001
|
10년 전 | 850 | |
| 7589 | 10년 전 | 1108 | ||
| 7588 |
|
10년 전 | 2918 | |
| 7587 | 10년 전 | 1302 | ||
| 7586 | 10년 전 | 668 | ||
| 7585 | 10년 전 | 1692 | ||
| 7584 | 10년 전 | 1411 | ||
| 7583 |
leeleeleelee
|
10년 전 | 1159 | |
| 7582 |
|
10년 전 | 1107 | |
| 7581 | 10년 전 | 1335 | ||
| 7580 | 10년 전 | 987 | ||
| 7579 |
|
10년 전 | 605 | |
| 7578 | 10년 전 | 1429 | ||
| 7577 |
|
10년 전 | 1870 | |
| 7576 | 10년 전 | 1385 | ||
| 7575 |
멋진남자임
|
10년 전 | 1459 | |
| 7574 | 10년 전 | 2120 | ||
| 7573 | 10년 전 | 3250 | ||
| 7572 | 10년 전 | 759 | ||
| 7571 |
|
10년 전 | 781 | |
| 7570 |
|
10년 전 | 1313 | |
| 7569 | 10년 전 | 1547 | ||
| 7568 |
this1mg
|
10년 전 | 1047 | |
| 7567 |
|
10년 전 | 758 | |
| 7566 | 10년 전 | 915 | ||
| 7565 |
Angel하늘
|
10년 전 | 996 | |
| 7564 |
seoldi
|
10년 전 | 1235 | |
| 7563 |
|
10년 전 | 1378 | |
| 7562 |
멋진남자임
|
10년 전 | 2082 | |
| 7561 | 10년 전 | 713 | ||
| 7560 |
leeleeleelee
|
10년 전 | 900 | |
| 7559 | 10년 전 | 5046 | ||
| 7558 |
RinaP
|
10년 전 | 782 | |
| 7557 |
|
10년 전 | 1242 | |
| 7556 | 10년 전 | 1191 | ||
| 7555 |
hyohyojj1234
|
10년 전 | 1661 | |
| 7554 | 10년 전 | 1091 | ||
| 7553 |
senseme
|
10년 전 | 1337 | |
| 7552 |
ehdltdoit
|
10년 전 | 1435 | |
| 7551 |
|
10년 전 | 1820 | |
| 7550 |
leeleeleelee
|
10년 전 | 1587 | |
| 7549 | 10년 전 | 2419 | ||
| 7548 | 10년 전 | 1838 | ||
| 7547 |
멋진남자임
|
10년 전 | 1960 | |
| 7546 | 10년 전 | 1001 | ||
| 7545 |
ILMare1003
|
10년 전 | 1283 | |
| 7544 |
|
10년 전 | 1250 | |
| 7543 | 10년 전 | 883 | ||
| 7542 | 10년 전 | 655 | ||
| 7541 |
울라라라우
|
10년 전 | 864 | |
| 7540 | 10년 전 | 1600 | ||
| 7539 | 10년 전 | 932 | ||
| 7538 |
|
10년 전 | 1832 | |
| 7537 | 10년 전 | 3610 | ||
| 7536 |
Gaumi
|
10년 전 | 1414 | |
| 7535 |
프로그램은어려워
|
10년 전 | 1268 | |
| 7534 |
senseme
|
10년 전 | 1206 | |
| 7533 | 10년 전 | 1193 | ||
| 7532 | 10년 전 | 857 | ||
| 7531 | 10년 전 | 2050 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기