이미지 없이 스타일쉬트로만 만들어 봅니다...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>이미지 없이 라운딩 박스 표현하기!</title>
<style type="text/css">
.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background:#CCCCCC}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}
.box { background:#CCCCCC; padding:5px 10px; font-size:12px; font-size:12px}
</style>
</head>
<body>
<div id="container">
<b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
<div class="box">이미지 없이 라운딩 박스 표현하기!</div>
<b class="rbottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b></b>
</div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>이미지 없이 라운딩 보더 표현하기!</title>
<style>
.rtop, .rbottom{display:block;}
.rtop *, .rbottom *{display:block; height:1px; overflow:hidden;}
.r1{margin:0 5px; background:#CCCCCC}
.r2{margin:0 3px; border-left:2px solid #CCCCCC; border-right:2px solid #CCCCCC;}
.r3{margin:0 2px; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}
.r4{margin:0 1px; height:2px; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}
.box { margin:0; padding:5px 10px; border-left:#CCCCCC solid 1px; border-right:#CCCCCC solid 1px; font-size:12px}
</style>
</head>
<body>
<div id="container" style="background: #fff">
<b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
<div class="box">이미지 없이 라운딩 보더 표현하기!</div>
<b class="rbottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b></b></div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>이미지 없이 라운딩 박스 + 보더 표현하기!</title>
<style>
.rtop, .rbottom{display:block;}
.rtop *, .rbottom *{display:block; height:1px; overflow:hidden;}
.r1{margin:0 5px; background:#CCCCCC}
.r2{margin:0 3px; border-left:2px solid #CCCCCC; border-right:2px solid #CCCCCC; background:#EEEEEE}
.r3{margin:0 2px; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; background:#EEEEEE}
.r4{margin:0 1px; height:2px; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; background:#EEEEEE}
.box{ margin:0; padding:5px 10px; border-left:#CCCCCC solid 1px; border-right:#CCCCCC solid 1px; background:#EEEEEE; font-size:12px}
</style>
</head>
<body>
<div id="container" style="background: #fff">
<b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
<div class="box">이미지 없이 라운딩 박스 + 보더 표현하기!</div>
<b class="rbottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b></b></div>
</body>
</html>
출처-phpschool + http://www.html.it/articoli/nifty/index.html<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>이미지 없이 라운딩 박스 표현하기!</title>
<style type="text/css">
.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background:#CCCCCC}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}
.box { background:#CCCCCC; padding:5px 10px; font-size:12px; font-size:12px}
</style>
</head>
<body>
<div id="container">
<b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
<div class="box">이미지 없이 라운딩 박스 표현하기!</div>
<b class="rbottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b></b>
</div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>이미지 없이 라운딩 보더 표현하기!</title>
<style>
.rtop, .rbottom{display:block;}
.rtop *, .rbottom *{display:block; height:1px; overflow:hidden;}
.r1{margin:0 5px; background:#CCCCCC}
.r2{margin:0 3px; border-left:2px solid #CCCCCC; border-right:2px solid #CCCCCC;}
.r3{margin:0 2px; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}
.r4{margin:0 1px; height:2px; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}
.box { margin:0; padding:5px 10px; border-left:#CCCCCC solid 1px; border-right:#CCCCCC solid 1px; font-size:12px}
</style>
</head>
<body>
<div id="container" style="background: #fff">
<b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
<div class="box">이미지 없이 라운딩 보더 표현하기!</div>
<b class="rbottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b></b></div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>이미지 없이 라운딩 박스 + 보더 표현하기!</title>
<style>
.rtop, .rbottom{display:block;}
.rtop *, .rbottom *{display:block; height:1px; overflow:hidden;}
.r1{margin:0 5px; background:#CCCCCC}
.r2{margin:0 3px; border-left:2px solid #CCCCCC; border-right:2px solid #CCCCCC; background:#EEEEEE}
.r3{margin:0 2px; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; background:#EEEEEE}
.r4{margin:0 1px; height:2px; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; background:#EEEEEE}
.box{ margin:0; padding:5px 10px; border-left:#CCCCCC solid 1px; border-right:#CCCCCC solid 1px; background:#EEEEEE; font-size:12px}
</style>
</head>
<body>
<div id="container" style="background: #fff">
<b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
<div class="box">이미지 없이 라운딩 박스 + 보더 표현하기!</div>
<b class="rbottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b></b></div>
</body>
</html>
출처-phpschool + http://www.html.it/articoli/nifty/index.html<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
댓글 5개
19년 전
이 좋은 것을.....
감사합니다....
제 홈에 언능 가져다가 해 볼렵니다...^^
감사합니다....
제 홈에 언능 가져다가 해 볼렵니다...^^
느낌좋은날
19년 전
저도 저 곳 게시판 보다 소스를 넣어서 봤는데 좋더라구요 얼른 업어가세요 ^^;
19년 전
테스트해본결과.....넘좋군요...감사합니다...^^
18년 전
너무 좋음. ^^ 고맙습니다.
swinter
17년 전
감사합니다.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 168 | ||
| 8229 | 9년 전 | 143 | ||
| 8228 |
커네드커네드
|
9년 전 | 187 | |
| 8227 | 9년 전 | 230 | ||
| 8226 | 9년 전 | 243 | ||
| 8225 | 9년 전 | 225 | ||
| 8224 | 9년 전 | 233 | ||
| 8223 | 9년 전 | 214 | ||
| 8222 |
|
9년 전 | 274 | |
| 8221 | 9년 전 | 173 | ||
| 8220 | 9년 전 | 211 | ||
| 8219 | 9년 전 | 184 | ||
| 8218 | 9년 전 | 233 | ||
| 8217 |
star3840
|
9년 전 | 199 | |
| 8216 | 9년 전 | 265 | ||
| 8215 | 9년 전 | 210 | ||
| 8214 | 9년 전 | 325 | ||
| 8213 | 9년 전 | 280 | ||
| 8212 | 9년 전 | 184 | ||
| 8211 | 9년 전 | 358 | ||
| 8210 | 9년 전 | 359 | ||
| 8209 | 9년 전 | 436 | ||
| 8208 | 9년 전 | 325 | ||
| 8207 | 9년 전 | 332 | ||
| 8206 |
|
9년 전 | 280 | |
| 8205 | 9년 전 | 251 | ||
| 8204 | 9년 전 | 242 | ||
| 8203 | 9년 전 | 319 | ||
| 8202 | 9년 전 | 235 | ||
| 8201 | 9년 전 | 264 | ||
| 8200 | 9년 전 | 278 | ||
| 8199 | 9년 전 | 303 | ||
| 8198 | 9년 전 | 263 | ||
| 8197 | 9년 전 | 250 | ||
| 8196 | 9년 전 | 673 | ||
| 8195 | 9년 전 | 263 | ||
| 8194 | 9년 전 | 371 | ||
| 8193 | 9년 전 | 277 | ||
| 8192 | 9년 전 | 292 | ||
| 8191 | 9년 전 | 249 | ||
| 8190 | 9년 전 | 230 | ||
| 8189 | 9년 전 | 296 | ||
| 8188 | 9년 전 | 225 | ||
| 8187 | 9년 전 | 238 | ||
| 8186 | 9년 전 | 232 | ||
| 8185 | 9년 전 | 405 | ||
| 8184 | 9년 전 | 192 | ||
| 8183 | 9년 전 | 401 | ||
| 8182 | 9년 전 | 271 | ||
| 8181 | 9년 전 | 228 | ||
| 8180 | 9년 전 | 796 | ||
| 8179 | 9년 전 | 570 | ||
| 8178 | 9년 전 | 438 | ||
| 8177 |
kiplayer
|
9년 전 | 433 | |
| 8176 | 9년 전 | 459 | ||
| 8175 | 9년 전 | 353 | ||
| 8174 | 9년 전 | 342 | ||
| 8173 | 9년 전 | 432 | ||
| 8172 | 9년 전 | 310 | ||
| 8171 | 9년 전 | 274 | ||
| 8170 | 9년 전 | 389 | ||
| 8169 |
커네드커네드
|
9년 전 | 347 | |
| 8168 | 9년 전 | 427 | ||
| 8167 | 9년 전 | 416 | ||
| 8166 | 9년 전 | 315 | ||
| 8165 | 9년 전 | 261 | ||
| 8164 | 9년 전 | 395 | ||
| 8163 | 9년 전 | 400 | ||
| 8162 | 9년 전 | 384 | ||
| 8161 | 9년 전 | 399 | ||
| 8160 |
|
9년 전 | 619 | |
| 8159 | 9년 전 | 560 | ||
| 8158 | 9년 전 | 354 | ||
| 8157 | 9년 전 | 471 | ||
| 8156 | 9년 전 | 348 | ||
| 8155 | 9년 전 | 353 | ||
| 8154 |
00년생용띠
|
9년 전 | 685 | |
| 8153 | 9년 전 | 320 | ||
| 8152 |
|
9년 전 | 504 | |
| 8151 | 9년 전 | 501 | ||
| 8150 | 9년 전 | 613 | ||
| 8149 |
Jangfolk
|
9년 전 | 470 | |
| 8148 | 9년 전 | 283 | ||
| 8147 | 9년 전 | 466 | ||
| 8146 | 9년 전 | 553 | ||
| 8145 | 9년 전 | 507 | ||
| 8144 | 9년 전 | 476 | ||
| 8143 | 9년 전 | 306 | ||
| 8142 | 9년 전 | 518 | ||
| 8141 | 9년 전 | 460 | ||
| 8140 | 9년 전 | 1026 | ||
| 8139 | 9년 전 | 378 | ||
| 8138 |
전갈자리남자
|
9년 전 | 479 | |
| 8137 | 9년 전 | 517 | ||
| 8136 | 9년 전 | 846 | ||
| 8135 |
|
9년 전 | 886 | |
| 8134 |
PlayPixel
|
9년 전 | 627 | |
| 8133 |
|
9년 전 | 534 | |
| 8132 | 9년 전 | 572 | ||
| 8131 | 9년 전 | 929 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기