이미지 없이 라운딩 박스 + 보더 표현하기 입니다.
<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년 전 | 657 | ||
| 7629 |
|
10년 전 | 2398 | |
| 7628 | 10년 전 | 795 | ||
| 7627 |
|
10년 전 | 1038 | |
| 7626 |
|
10년 전 | 1795 | |
| 7625 | 10년 전 | 719 | ||
| 7624 | 10년 전 | 735 | ||
| 7623 |
|
10년 전 | 3100 | |
| 7622 | 10년 전 | 735 | ||
| 7621 |
leeleeleelee
|
10년 전 | 591 | |
| 7620 | 10년 전 | 543 | ||
| 7619 | 10년 전 | 496 | ||
| 7618 | 10년 전 | 1032 | ||
| 7617 | 10년 전 | 729 | ||
| 7616 | 10년 전 | 658 | ||
| 7615 | 10년 전 | 731 | ||
| 7614 | 10년 전 | 1270 | ||
| 7613 |
|
10년 전 | 2086 | |
| 7612 | 10년 전 | 1155 | ||
| 7611 | 10년 전 | 1423 | ||
| 7610 |
|
10년 전 | 1908 | |
| 7609 |
|
10년 전 | 1358 | |
| 7608 |
mwdkim
|
10년 전 | 1139 | |
| 7607 |
|
10년 전 | 1057 | |
| 7606 |
mwdkim
|
10년 전 | 3940 | |
| 7605 | 10년 전 | 695 | ||
| 7604 | 10년 전 | 1032 | ||
| 7603 | 10년 전 | 1658 | ||
| 7602 |
|
10년 전 | 1082 | |
| 7601 |
AniNest
|
10년 전 | 2797 | |
| 7600 |
port443
|
10년 전 | 1039 | |
| 7599 | 10년 전 | 951 | ||
| 7598 | 10년 전 | 1028 | ||
| 7597 | 10년 전 | 4579 | ||
| 7596 |
SeungYeon
|
10년 전 | 897 | |
| 7595 |
untitled
|
10년 전 | 2431 | |
| 7594 |
프로그래머7
|
10년 전 | 1740 | |
| 7593 |
untitled
|
10년 전 | 2383 | |
| 7592 |
untitled
|
10년 전 | 1949 | |
| 7591 |
untitled
|
10년 전 | 2681 | |
| 7590 |
아리마2001
|
10년 전 | 857 | |
| 7589 | 10년 전 | 1116 | ||
| 7588 |
|
10년 전 | 2925 | |
| 7587 | 10년 전 | 1311 | ||
| 7586 | 10년 전 | 676 | ||
| 7585 | 10년 전 | 1700 | ||
| 7584 | 10년 전 | 1415 | ||
| 7583 |
leeleeleelee
|
10년 전 | 1168 | |
| 7582 |
|
10년 전 | 1123 | |
| 7581 | 10년 전 | 1361 | ||
| 7580 | 10년 전 | 1011 | ||
| 7579 |
|
10년 전 | 611 | |
| 7578 | 10년 전 | 1434 | ||
| 7577 |
|
10년 전 | 1877 | |
| 7576 | 10년 전 | 1392 | ||
| 7575 |
멋진남자임
|
10년 전 | 1469 | |
| 7574 | 10년 전 | 2125 | ||
| 7573 | 10년 전 | 3260 | ||
| 7572 | 10년 전 | 765 | ||
| 7571 |
|
10년 전 | 786 | |
| 7570 |
|
10년 전 | 1320 | |
| 7569 | 10년 전 | 1556 | ||
| 7568 |
this1mg
|
10년 전 | 1055 | |
| 7567 |
|
10년 전 | 769 | |
| 7566 | 10년 전 | 921 | ||
| 7565 |
Angel하늘
|
10년 전 | 1014 | |
| 7564 |
seoldi
|
10년 전 | 1251 | |
| 7563 |
|
10년 전 | 1394 | |
| 7562 |
멋진남자임
|
10년 전 | 2094 | |
| 7561 | 10년 전 | 716 | ||
| 7560 |
leeleeleelee
|
10년 전 | 916 | |
| 7559 | 10년 전 | 5055 | ||
| 7558 |
RinaP
|
10년 전 | 790 | |
| 7557 |
|
10년 전 | 1254 | |
| 7556 | 10년 전 | 1199 | ||
| 7555 |
hyohyojj1234
|
10년 전 | 1671 | |
| 7554 | 10년 전 | 1100 | ||
| 7553 |
senseme
|
10년 전 | 1341 | |
| 7552 |
ehdltdoit
|
10년 전 | 1441 | |
| 7551 |
|
10년 전 | 1833 | |
| 7550 |
leeleeleelee
|
10년 전 | 1595 | |
| 7549 | 10년 전 | 2435 | ||
| 7548 | 10년 전 | 1850 | ||
| 7547 |
멋진남자임
|
10년 전 | 1968 | |
| 7546 | 10년 전 | 1011 | ||
| 7545 |
ILMare1003
|
10년 전 | 1296 | |
| 7544 |
|
10년 전 | 1258 | |
| 7543 | 10년 전 | 893 | ||
| 7542 | 10년 전 | 664 | ||
| 7541 |
울라라라우
|
10년 전 | 871 | |
| 7540 | 10년 전 | 1603 | ||
| 7539 | 10년 전 | 943 | ||
| 7538 |
|
10년 전 | 1837 | |
| 7537 | 10년 전 | 3618 | ||
| 7536 |
Gaumi
|
10년 전 | 1419 | |
| 7535 |
프로그램은어려워
|
10년 전 | 1279 | |
| 7534 |
senseme
|
10년 전 | 1210 | |
| 7533 | 10년 전 | 1206 | ||
| 7532 | 10년 전 | 868 | ||
| 7531 | 10년 전 | 2061 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기