묻고답하기

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


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 남기남
이재열 한 서버에서 2개의 웹 서비스를 할때 네임서버에 대해 궁금합니다. [1] 2007.08.10
엔키 로그인화면 투명하게 해주려면.. [1] 2007.08.10
Nooloongji 예전의 엔지오의 화면 왼쪽 위쪽 구석에..-_- [1] 2007.08.10
장윤정 ㅠ_ㅠ 사이트...출판...정보말이죠;;; [1] 2007.08.10
박선영 여기에 물어도 되는건지..^^;; [3] 2007.08.10
jdari 특정영역(이미지 프린트)을 HTML에서.. [1] 2007.08.10
김기현 디비관련 [2] 2007.08.10
김성준 웹 디자인이라고 해야하나요,,?잘 모르겠네요,, [1] 2007.08.10
이수경 스크롤바가 생기게 해주세요 [2] 2007.08.10
TaeN 화면에서 버튼이나 폼 등... 탭키 이동순서 정해줄 수 있나요? [2] 2007.08.10
haram sun enterprise250 에 리눅스 깔려고 하는데요...?  
집에서 서버 돌리려고 하는데요 [6] 2007.08.10
임효빈 아이프레임 배경그림 넣기에 관해 질문드립니다  
RCT 웹진닷컴 플래시 제작할때 있잖아요. [2] 2007.08.10
이즈 표에 관한 질문..입니다. [2] 2007.08.10
윤형우 제목표시줄에서 ''이 페이지를 보려면 프레임을 볼수있는 브라우져가 필요합니다''..라는 [2] 2007.08.10
샤위엔즈™ 이상도 하네요;; [5] 2007.08.10
파란소리 nzeo에서 사용하는 log분석기 어떻게 사용하는거에요? [1] 2007.08.10
카그라 PHP - 변수값이 아닌 변수명을 구하고자 합니다. [1] 2007.08.10
김현경 플래쉬에서 돋보기 효과는 어떻게 하는건지.....(답변부탁드려요) [1] 2007.08.10
한승진 누가 제발.. 뉴스 가져오는 방법좀.... [4] 2007.08.10
김영길 mysql 설치 도중 에러- 도와주세요. [2] 2007.08.10
바다나비 사진테두리를 만들고 싶은데요 [1] 2007.08.10
박성철 is_uploaded_file($upfile) 이 안되는 이유.. [1] 2007.08.10
강현석 노프레임에 대한 질문입니다 [2] 2007.08.10
야르예여 폼 필드를 만들었는데요,,, [2] 2007.08.10
Resso location.href= 사용시에 새창으로띄우려면? [1] 2007.08.10
이진형 db가 계속해서 오류가 나요!! [1] 2007.08.10
김문태 phpadmin질문  
DearMai 메일포워딩?