이미지 없이 라운딩 박스 + 보더 표현하기 입니다.
<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 230 | 20년 전 | 2066 | ||
| 229 | 20년 전 | 3141 | ||
| 228 | 20년 전 | 3325 | ||
| 227 | 20년 전 | 2398 | ||
| 226 | 20년 전 | 5480 | ||
| 225 | 20년 전 | 2525 | ||
| 224 | 20년 전 | 2970 | ||
| 223 | 20년 전 | 4207 | ||
| 222 | 20년 전 | 2606 | ||
| 221 | 20년 전 | 2290 | ||
| 220 | 20년 전 | 3680 | ||
| 219 | 20년 전 | 2077 | ||
| 218 | 20년 전 | 3566 | ||
| 217 | 20년 전 | 2483 | ||
| 216 | 20년 전 | 2914 | ||
| 215 | 20년 전 | 2227 | ||
| 214 | 20년 전 | 3338 | ||
| 213 | 20년 전 | 2919 | ||
| 212 | 20년 전 | 3053 | ||
| 211 | 20년 전 | 2149 | ||
| 210 | 20년 전 | 1897 | ||
| 209 | 20년 전 | 2358 | ||
| 208 | 20년 전 | 1982 | ||
| 207 | 20년 전 | 1677 | ||
| 206 | 20년 전 | 1856 | ||
| 205 | 20년 전 | 3952 | ||
| 204 | 20년 전 | 1678 | ||
| 203 | 20년 전 | 2011 | ||
| 202 | 20년 전 | 2360 | ||
| 201 | 20년 전 | 1828 | ||
| 200 | 20년 전 | 2957 | ||
| 199 | 20년 전 | 2005 | ||
| 198 | 20년 전 | 2088 | ||
| 197 | 20년 전 | 3655 | ||
| 196 | 20년 전 | 2986 | ||
| 195 | 20년 전 | 2095 | ||
| 194 | 20년 전 | 10251 | ||
| 193 | 20년 전 | 2248 | ||
| 192 | 20년 전 | 1607 | ||
| 191 | 20년 전 | 2669 | ||
| 190 | 20년 전 | 2294 | ||
| 189 | 20년 전 | 1686 | ||
| 188 | 20년 전 | 1483 | ||
| 187 | 20년 전 | 1908 | ||
| 186 | 20년 전 | 1726 | ||
| 185 | 20년 전 | 1770 | ||
| 184 | 20년 전 | 2356 | ||
| 183 | 20년 전 | 1562 | ||
| 182 | 20년 전 | 1487 | ||
| 181 | 20년 전 | 1626 | ||
| 180 | 20년 전 | 2723 | ||
| 179 | 20년 전 | 1808 | ||
| 178 | 20년 전 | 1862 | ||
| 177 | 20년 전 | 1987 | ||
| 176 | 20년 전 | 1808 | ||
| 175 | 20년 전 | 1872 | ||
| 174 | 20년 전 | 1694 | ||
| 173 | 20년 전 | 2061 | ||
| 172 | 20년 전 | 1787 | ||
| 171 | 20년 전 | 2566 | ||
| 170 | 20년 전 | 2274 | ||
| 169 | 20년 전 | 2555 | ||
| 168 | 20년 전 | 1488 | ||
| 167 | 20년 전 | 1578 | ||
| 166 | 20년 전 | 2160 | ||
| 165 | 20년 전 | 1631 | ||
| 164 | 20년 전 | 3772 | ||
| 163 | 20년 전 | 2668 | ||
| 162 | 20년 전 | 2086 | ||
| 161 | 20년 전 | 2795 | ||
| 160 | 20년 전 | 1735 | ||
| 159 | 20년 전 | 1617 | ||
| 158 | 20년 전 | 2568 | ||
| 157 | 20년 전 | 1489 | ||
| 156 | 20년 전 | 1744 | ||
| 155 | 20년 전 | 3231 | ||
| 154 | 20년 전 | 1902 | ||
| 153 | 20년 전 | 1625 | ||
| 152 | 20년 전 | 4954 | ||
| 151 | 20년 전 | 4579 | ||
| 150 | 20년 전 | 3516 | ||
| 149 | 20년 전 | 3802 | ||
| 148 | 20년 전 | 7079 | ||
| 147 | 20년 전 | 3552 | ||
| 146 | 20년 전 | 2626 | ||
| 145 | 20년 전 | 2623 | ||
| 144 | 20년 전 | 7169 | ||
| 143 | 20년 전 | 4602 | ||
| 142 | 20년 전 | 1900 | ||
| 141 | 20년 전 | 3253 | ||
| 140 | 20년 전 | 1963 | ||
| 139 | 20년 전 | 1586 | ||
| 138 | 20년 전 | 2309 | ||
| 137 | 20년 전 | 1782 | ||
| 136 | 20년 전 | 1457 | ||
| 135 | 20년 전 | 1786 | ||
| 134 | 20년 전 | 2969 | ||
| 133 | 20년 전 | 2452 | ||
| 132 | 20년 전 | 1707 | ||
| 131 | 20년 전 | 1643 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기