이미지 없이 라운딩 박스 + 보더 표현하기 입니다.
<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 330 |
prosper
|
20년 전 | 2241 | |
| 329 |
prosper
|
20년 전 | 1850 | |
| 328 |
prosper
|
20년 전 | 1661 | |
| 327 | 20년 전 | 3740 | ||
| 326 | 20년 전 | 4816 | ||
| 325 |
hwatta
|
20년 전 | 2435 | |
| 324 |
|
20년 전 | 3119 | |
| 323 | 20년 전 | 5827 | ||
| 322 |
hwatta
|
20년 전 | 2817 | |
| 321 |
hwatta
|
20년 전 | 2295 | |
| 320 |
yesmoa
|
20년 전 | 4549 | |
| 319 | 20년 전 | 2648 | ||
| 318 | 20년 전 | 2224 | ||
| 317 |
kyodon
|
20년 전 | 2750 | |
| 316 | 20년 전 | 2553 | ||
| 315 |
|
20년 전 | 2868 | |
| 314 |
|
20년 전 | 3307 | |
| 313 |
|
20년 전 | 2624 | |
| 312 |
yesmoa
|
20년 전 | 4698 | |
| 311 | 20년 전 | 3226 | ||
| 310 |
홀로남은자
|
20년 전 | 4537 | |
| 309 | 20년 전 | 2993 | ||
| 308 | 20년 전 | 4105 | ||
| 307 | 20년 전 | 4340 | ||
| 306 | 20년 전 | 7010 | ||
| 305 | 20년 전 | 3842 | ||
| 304 | 20년 전 | 2742 | ||
| 303 |
크리스탈처럼
|
20년 전 | 4375 | |
| 302 | 20년 전 | 2188 | ||
| 301 |
|
20년 전 | 4311 | |
| 300 | 20년 전 | 3767 | ||
| 299 | 20년 전 | 2566 | ||
| 298 | 20년 전 | 4792 | ||
| 297 |
|
20년 전 | 2506 | |
| 296 | 20년 전 | 4499 | ||
| 295 | 20년 전 | 3552 | ||
| 294 | 20년 전 | 3570 | ||
| 293 | 20년 전 | 3804 | ||
| 292 | 20년 전 | 3185 | ||
| 291 |
yesmoa
|
20년 전 | 5901 | |
| 290 | 20년 전 | 2919 | ||
| 289 | 20년 전 | 5827 | ||
| 288 |
|
20년 전 | 2351 | |
| 287 |
|
20년 전 | 1759 | |
| 286 |
|
20년 전 | 2124 | |
| 285 |
|
20년 전 | 3518 | |
| 284 |
|
20년 전 | 2016 | |
| 283 |
|
20년 전 | 4384 | |
| 282 | 20년 전 | 3362 | ||
| 281 |
|
20년 전 | 2189 | |
| 280 |
|
20년 전 | 7784 | |
| 279 | 20년 전 | 5522 | ||
| 278 | 20년 전 | 2972 | ||
| 277 |
|
20년 전 | 5554 | |
| 276 | 20년 전 | 2341 | ||
| 275 | 20년 전 | 2578 | ||
| 274 | 20년 전 | 2341 | ||
| 273 | 20년 전 | 2193 | ||
| 272 | 20년 전 | 2116 | ||
| 271 | 20년 전 | 2587 | ||
| 270 | 20년 전 | 2569 | ||
| 269 | 20년 전 | 2453 | ||
| 268 | 20년 전 | 2663 | ||
| 267 | 20년 전 | 2348 | ||
| 266 | 20년 전 | 2551 | ||
| 265 | 20년 전 | 3482 | ||
| 264 |
|
20년 전 | 5337 | |
| 263 |
|
20년 전 | 3699 | |
| 262 | 20년 전 | 3151 | ||
| 261 |
허저비
|
20년 전 | 5906 | |
| 260 |
|
20년 전 | 5700 | |
| 259 | 20년 전 | 4121 | ||
| 258 | 20년 전 | 2365 | ||
| 257 | 20년 전 | 3166 | ||
| 256 | 20년 전 | 1884 | ||
| 255 | 20년 전 | 1547 | ||
| 254 | 20년 전 | 3123 | ||
| 253 | 20년 전 | 3534 | ||
| 252 | 20년 전 | 5083 | ||
| 251 | 20년 전 | 5793 | ||
| 250 | 20년 전 | 3655 | ||
| 249 | 20년 전 | 4991 | ||
| 248 | 20년 전 | 3271 | ||
| 247 | 20년 전 | 3618 | ||
| 246 |
|
20년 전 | 7928 | |
| 245 |
|
20년 전 | 5886 | |
| 244 | 20년 전 | 4467 | ||
| 243 |
|
20년 전 | 4021 | |
| 242 | 20년 전 | 2751 | ||
| 241 | 20년 전 | 2693 | ||
| 240 | 20년 전 | 2329 | ||
| 239 | 20년 전 | 1631 | ||
| 238 |
아우겐나이스
|
20년 전 | 2240 | |
| 237 |
email
|
20년 전 | 3662 | |
| 236 | 20년 전 | 4122 | ||
| 235 | 20년 전 | 10443 | ||
| 234 | 20년 전 | 5039 | ||
| 233 | 20년 전 | 3354 | ||
| 232 | 20년 전 | 3177 | ||
| 231 | 20년 전 | 3810 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기