묻고답하기
로그인폼 문제좀 도와주세요 몇일째 고생중 ㅜ ㅜ
2008.09.11 00:39
다른분들은 이렇게 3줄씩 나눠 나오는데...
전 한줄로 쭉 나열대네요
css 어느부분을 수정해야하나요... 도와주세요
-----------------------------------------------------------------------------------------------------------------------------------
@charset "utf-8";
/*박스 설정*/
.orange_log_bodyl {background:url(../images/middle01.gif) repeat-y left;width:10px;vertical-align:top;}
.orange_log_bodyr {background:url(../images/middle02.gif) repeat-y right;width:10px;vertical-align:top;}
/*상단박스 색상 선택별 탑이미지 불러오기*/
.orange_log_bodym_orange {background:url(../images/orange/top02.gif) repeat-x left top;}
.orange_log_bodym_black {background:url(../images/black/top02.gif) repeat-x left top;}
.orange_log_bodym_gray {background:url(../images/gray/top02.gif) repeat-x left top;}
.orange_log_bodym_cyan {background:url(../images/cyan/top02.gif) repeat-x left top;}
.orange_log_bodym_blue {background:url(../images/blue/top02.gif) repeat-x left top;}
.orange_log_bodym_red {background:url(../images/red/top02.gif) repeat-x left top;}
.orange_log_bodym_purple {background:url(../images/purple/top02.gif) repeat-x left top;}
.orange_log_bodym_white {background:url(../images/white/top02.gif) repeat-x left top;}
/*본문박스 설정*/
.orange_log_body {padding:10px 0px 0px 0px;}
/*하단박스설정*/
.orange_log_bottom {height:7px; background:url(../images/bottom02.gif) repeat left top;}
.orange_log_body .member_names {vertical-align:top;}
.orange_log_body .member_logouts {right:5px; top:5px;}
.orange_log_body .nobreak {white-space:nowrap;width:50%;float:left;padding: 3px 0px 1px 0px;font:11px "돋음", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
.orange_log_body .lastlogin {color:#787878;font:9px verdana;height:10px; }
.orange_log_body .pointlevel {font:11px "돋음", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
.orange_log_body .hr_dot_01 {margin-bottom:5px;border-bottom:1px dotted #DEDEDE;}
.orange_log_body form .idpw input { border:1px solid #c9c9c9; color:#282828; background:#fbfbfb; font:11px Tahoma; line-height:100%; }
.orange_log_body form .idpw {float:left;}
.orange_log_body a{ color:#787878; text-decoration:none;}
.orange_log_body a:hover { color:#ff0000; text-decoration:none;}
.orange_log_body a:focus{ color:#787878; text-decoration:none;}
.orange_log_body .on a{ color:#787878; text-decoration:none;}
-----------------------------------------------------------------------------------------------------------------
한참 새로고침 하고 있는데... 아무도 댓글 이없습니다 ㅜ ㅜ
귀찬으시러도 조금만 도와주세요....;
댓글 2
-
[_)s
2008.09.11 10:03
-
양군양
2008.09.11 19:11
결국 혼자 해결 했답니다... 이문제로 고생하고 계신분들을 위해
.orange_log_body .nobreak {white-space:nowrap;width:50%;float:left;padding: 3px 0px 1px 0px;font:11px "돋음", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
width 값을 테이블 크기에 마추시고 lang 코딩에 글 여백을 체우면 된답니다
위 소스의 내용은 폰트 색과 배경 색 이런것만 설정하는건데.. ㅡㅡa