묻고답하기

대댓글 작성시 이렇게 나와요;


1.png



이런식으로 화살표가 나오게 하고싶습니다.

2.png


왜 안나오는걸까요? xe 게시판 심플 회색 스킨 쓰고잇습니다;


@charset "utf-8";

/* Mobile XE */

/*csslint unqualified-attributes:false, display-property-grouping:false, universal-selector:false, font-sizes:false*/

body {

margin: 0;

background: #fff;

color: #000;

word-wrap: break-word;

}

body,

input,

textarea,

select,

button,

table {

font-family: Tahoma, Geneva, sans-serif;

}

img {

border: 0;

}

em {

font-style: normal;

}

form {

margin: 0;

padding: 0;

}

form ul {

margin: 0;

padding: 0;

list-style: none;

}

form li {

margin: 0 0 10px 0;

padding: 0 0 10px 0;

border-bottom: 1px dashed #999;

}

form li:last-child {

border: 0;

}

form p {

margin: 0;

}

form p.help {

color: #666;

}

fieldset {

border: 0;

margin: 0;

padding: 0;

}

input,

textarea,

select {

font-size: 16px;

}

button {

font-size: 12px;

cursor: pointer;

background: #eee;

border: 1px solid #666;

-moz-border-radius: 3px;

-webkit-border-radius: 3px;

border-radius: 3px;

overflow: visible;

padding: 3px;

text-shadow: 1px 1px 0 #fff;

-moz-box-shadow: 0 0 2px #666;

-webkit-box-shadow: 0 0 2px #666;

box-shadow: 0 0 2px #666;

text-decoration: none;

font-weight: normal;

}

select {

width: 90%;

}

/* Common Class */

.fl {

float: left;

}

.fr {

float: right;

}

.cb {

clear: both;

}

.al {

text-align: left;

}

.ar {

text-align: right;

}

.ac {

text-align: center;

}

.itx {

border: 1px solid #ccc;

width: 90%;

font-size: 20px;

height: 30px;

padding: 5px 10px;

}

.itxx {

border: 1px solid #ccc;

width: 90%;

font-size: 20px;

padding: 5px 10px;

resize: vertical;

}

.db {

display: block;

}

.di {

display: inline;

}

.fb {

font-weight: bold;

}

.fn {

font-weight: normal;

}

.sn {

margin: 10px;

zoom: 1;

}

.sn:after {

content: "";

display: block;

clear: both;

}

.wn {

background: #f00;

color: #fff;

padding: 10px;

margin: 0;

}

.mm {

text-align: left;

width: 100%;

background: #f4f4f4;

border: 1px solid #6c0;

border-top-color: #660;

border-left-color: #660;

-moz-box-shadow: none;

-webkit-box-shadow: none;

box-shadow: none;

-moz-border-radius: 0;

-webkit-border-radius: 0;

border-radius: 0;

}

.mm strong {

font-size: 20px;

}

/* Read */

.rd .hx {

padding: 10px;

background: #ddd;

border: 1px solid #ccc;

border-left: 0;

border-right: 0;

text-shadow: 1px 1px #fff;

}

.rd .hx h2 {

display: inline;

font-size: 20px;

}

.rd .hx em,.rd .hx span {

font-size: 12px;

color: #666;

}

.rd .hx span {

padding: 0 0 0 10px;

border-left: 1px solid #ccc;

}

.rd .hx a {

color: #000;

}

.rd .co {

margin: 10px;

word-break: break-word;

overflow: hidden;

}

.rd .tg {

position: absolute;

width: 100%;

height: 100%;

background: transparent;

border: 0;

text-align: right;

top: 0;

left: 0;

font-size: 12px;

margin: 0;

-moz-box-shadow: none;

-webkit-box-shadow: none;

box-shadow: none;

-moz-border-radius: 0;

-webkit-border-radius: 0;

border-radius: 0;

}

.rd .tgo {

display: none;

}

.rd .tgo.open {

display: block;

}

.rd .tgo a {

color: #333;

}

/* Reply */

.rp {

margin: 0;

padding: 0;

list-style: none;

}

.rp ul {

margin: 0;

padding: 10px 0 0 0;

}

.rp li {

border-bottom: 1px solid #ccc;

padding: 10px;

overflow: hidden;

}

.rp li li {

border-bottom: 0;

border-left: 1px solid #ccc;

}

.rp li:last-child {

border-bottom: 0;

}

.rp p {

display: inline;

}

.rp em,.rp span {

color: #666;

font-size: 12px;

}

.rp span,.rp .md {

padding: 0 0 0 5px;

border-left: 1px solid #ccc;

}

.rp em a {

text-decoration: none;

}

.rp .md {

font-size: 12px;

}

/* List */

.lt,.lt ul {

margin: 0;

padding: 0;

list-style: none;

}

.lt li {

border-bottom: 1px solid #999;

}

.lt li:last-child {

border: 0;

}

.lt .notice {

background: #000;

color: #fff;

padding: 0 3px;

}

.lt a {

display: block;

text-decoration: none;

padding: 10px;

color: #000;

zoom: 1;

}

.lt a:after {

content: "";

display: block;

clear: both;

}

.lt a:visited {

color: #666;

}

.lt .title span {

color: #f60;

}

.lt .titlex {

display: block;

padding: 10px;

color: #000;

}

.lt .auth {

font-size: 12px;

color: #666;

}

.lt .auth em {

margin: 0 5px 0 0;

border-left: 1px solid #ccc;

padding: 0 0 0 5px;

}

.lt .auth span {

border-left: 1px solid #ccc;

padding: 0 0 0 5px;

}

.lt .th {

float: left;

margin: 0 10px 5px 0;

border: 1px solid #ccc;

background: #afafaf;

color: #efefef;

text-align: center;

line-height: 80px;

width: 80px;

height: 80px;

font-size: 14px;

}

.lt p {

margin: 0 0 10px 0;

padding: 0 10px;

color: #666;

}

.lt p a {

display: inline;

padding: 0;

text-decoration: underline;

}

.lt p a:after {

display: none;

}

.lt em {

color: #f60;

}

/* Pagenation */

.pn {

padding: 10px 0;

text-align: center;

border-top: 1px solid #999;

font-size: 12px;

}

.pn a,.pn strong {

padding: 5px 10px;

display: inline-block;

border: 1px solid #ccc;

text-decoration: none;

background: #f8f8f8;

color: #333;

}

.pn a:visited {

color: #666;

}

.pn strong {

border: 0;

background: none;

}

/* Body */

.bd {

position: relative;

overflow: hidden;

clear: both;

}

.bd .h2 {

font-size: 20px;

background: #ccc;

border: 1px solid #aaa;

}

.bd .h3 {

font-size: 16px;

background: #eee;

border: 1px solid #ccc;

}

.bd .h2,.bd .h3 {

position: relative;

margin: -1px 0;

padding: 10px;

border: 1px solid #aaa;

border-left: 0;

border-right: 0;

text-shadow: 1px 1px #fff;

}

.bd .h2 em,.bd .h3 em {

font-weight: normal;

color: #f60;

font-size: 12px;

}

.bd .h2 a,.bd .h3 a {

color: #000;

}

.bd .h2 .bn {

position: absolute;

top: 8px;

right: 10px;

font-size: 12px;

margin: 0;

}

/* Context */

.cm {

margin: 0;

padding: 10px;

background: #777;

color: #fff;

text-align: center;

list-style: none;

border-top: 1px solid #555;

zoom: 1;

}

.cm:after {

content: "";

display: block;

clear: both;

}

.cm .fl {

margin: 0 5px 0 0;

}

.cm .fr {

margin: 0 0 0 5px;

}

/* Button */

.bn {

display: inline-block;

padding: 5px 10px;

font-weight: normal;

font-size: 14px;

border: 1px solid #333;

background: #eee;

color: #000;

text-shadow: 1px 1px 0 #fff;

-moz-box-shadow: 0 0 3px #333;

-webkit-box-shadow: 0 0 3px #333;

box-shadow: 0 0 3px #333;

-moz-border-radius: 3px;

-webkit-border-radius: 3px;

border-radius: 3px;

text-decoration: none;

}

/* GNB */

.gn,.gn ul {

margin: 0;

padding: 0;

list-style: none;

}

.gn li {

margin: -1px 0;

border: 1px solid #999;

border-left: 0;

border-right: 0;

vertical-align: top;

}

.gn li a {

display: block;

text-decoration: none;

height: 45px;

line-height: 45px;

padding: 0 10px;

color: #000;

white-space: nowrap;

overflow: hidden;

text-overflow: ellipsis;

}

.gn li a em {

font-weight: normal;

color: #f60;

font-size: 12px;

}

.gn li a:visited {

color: #666;

}

.gn li li a {

padding: 0 10px 0 20px;

}

.gn li li li a {

padding: 0 10px 0 30px;

}

.gn li li li li a {

padding: 0 10px 0 50px;

}

/* Extension Vars */

.xv {

background: #eee;

border: 1px solid #999;

padding: 10px;

}

.xv dt {

margin: 0;

padding: 0;

font-weight: bold;

}

.xv dd {

margin: 0 0 10px 0;

padding: 0;

color: #666;

}

.exvar input[type=text],

.exvar input[type=email],

.exvar input[type=url],

.exvar input[type=search] {

border: 1px solid #ccc;

font-size: 20px;

height: 30px;

padding: 5px 10px;

}

.exvar input[type=text].text {

width: 90%;

}

.exvar input[type=email].email_address {

width: 90%;

}

.exvar input[type=url].address {

width: 70%;

}

.exvar textarea {

border: 1px solid #ccc;

width: 90%;

font-size: 20px;

padding: 5px 10px;

height: 200px;

resize: vertical;

}

.exvar li {

border: 0;

display: inline;

margin-right:  10px;

}


.btn {

display: inline-block;

padding: 5px 10px;

font-weight: normal;

font-size: 14px;

border: 1px solid #333;

background: #eee;

color: #000;

text-shadow: 1px 1px 0 #fff;

-moz-box-shadow: 0 0 3px #333;

-webkit-box-shadow: 0 0 3px #333;

box-shadow: 0 0 3px #333;

-moz-border-radius: 3px;

-webkit-border-radius: 3px;

border-radius: 3px;

text-decoration: none;

}

.rd .origin {

padding: 10px;

margin: 10px 10px 20px 10px;

background: #ddd;

}









글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
강병효 인터넷 게시판에서 동영상 보는거 어떻게 만들죠? [1] 2007.08.10
허진규 [플래시] 자바스크립트에서 플래시로..  
수현♡ 링크에다가 마우스를 올렸을때... [2] 2007.08.10
lykea 포토샵에서 글자 겹치는... [5] 2007.08.10
공손운비 이거 만드는 설명좀 갈켜주세요..(사진포함) [1] 2007.08.10
미유끼 엔지오식 슬라이딩 메뉴에서요. [2] 2007.08.10
미스터포터 노프레임 홈 만드는 중에 셀에 [1] 2007.08.10
홍문관교리 핸덤 배경음악 소스에서  
ZipShin 실시간 강좌를 동영상녹화할려고 합니다. [3] 2007.08.10
오진호 제발 쫌 도와주세요~ 머리 터지겠어요~ 여백이 왜 생기죠? [2] 2007.08.10
영탱 사운드요... [1] 2007.08.10
정수경 최근게시물 문자짜르기 구현시 특수문자 생기는거.. [6] 2007.08.10
이미란 새 웹 사이트를 만들려구요.. [1] 2007.08.10
현호찬 부 메뉴 만들기 문의.... [1] 2007.08.10
차상화 배경음악을 랜덤하게 들을려고 하는데 백지만 떠요.. 해결책좀 가르쳐 주세요..ㅜ.ㅜ [2] 2007.08.10
이정희 테이블 크기 고정하는거요 [1] 2007.08.10
한승진 실시간 뉴스를 받으려면...  
이정민 홈페이지 수정했는데 바뀌질 않아요. [1] 2007.08.10
이재열 aaa.com을 win2000 DNS서버와 아파치 웹서버를 이용하여 연동하려면?어떻게 해야되죠? [3] 2007.08.10
샤위엔즈™ 플래시 5.0으로 메뉴 맹글기@_@ [1] 2007.08.10
박진철 저기 메뉴 질문인데요 [1] 2007.08.10
김기현 디비백업복구에서..? [2] 2007.08.10
리버스 에구..벌써 검색만 2시간째네여;; [3] 2007.08.10
DearMai 메일포워딩?  
김문태 phpadmin질문  
이진형 db가 계속해서 오류가 나요!! [1] 2007.08.10
Resso location.href= 사용시에 새창으로띄우려면? [1] 2007.08.10
야르예여 폼 필드를 만들었는데요,,, [2] 2007.08.10
강현석 노프레임에 대한 질문입니다 [2] 2007.08.10
박성철 is_uploaded_file($upfile) 이 안되는 이유.. [1] 2007.08.10