묻고답하기

늅늅입니다...ㅠ

 

레이아웃을 직접 만들고 있는데

 

로그인 폼을 제작도중... ul>li 에 input text, pw 를 놓고

 

ul li를 inline 시켜서 ul 밖에 submit 을 놓으려 하는데..

 

뭐가 이상이 있는건지 아래 사진처럼 공란(초록색)이 계속 생겨서 문의 드립니다..ㅠ

 

web.png

 

 

해당부분의 CSS는 아래와 같습니다...

 

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.smt_login_form{
	position:fixed;
	padding:8px;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top:-125px;
	width:300px;
	height:250px;
	background-color:#fff;
	z-index:20;
}

.login_form_contents ul li{
	display:inline-block;
}
.login_form_contents>ul{
	display:inline;
}
.login_form_contents>ul{
	width:300px;
}
.login_form_contents input[type="text"]{
	float:left;
	width:180px;
}
.login_form_contents input[type="password"]{
	float:left;
	width:180px;
}
.login_form_contents input[type="submit"]{
	float:right;
	width:82px;
	height:52px;
}

 

 

 

html은 다음과 같습니다.

 

 


 
  1. <div cond="!$is_logged" class="smt_login_form">
  2. <h1>{$lang->cmd_login}</h1>
  3. <hr>
  4. <form class="login_form" action="{getUrl('','act','procMemberLogin')}" method="post" ruleset="@login">
  5. <input type="hidden" name="act" value="procMemberLogin" />
  6. <input type="hidden" name="success_return_url" value="{htmlspecialchars(getRequestUriByServerEnviroment(), ENT_COMPAT | ENT_HTML401, 'UTF-8', false)}" />
  7. <input type="hidden" name="xe_validator_id" value="widgets/login_info/skins/xe_official/login_form/1" />
  8. <div class="login_form_contents">
  9. <ul>
  10. <li><input type="text" name="user_id"></li>
  11. <li><input type="password" name="password"></li>
  12. </ul>
  13. <input type="submit" value="{$lang->cmd_login}">
  14. </div>
  15. </form>
  16. </div>
태그 연관 글
  1. [2023/08/23] 묻고답하기 쇼핑몰 기능 by livemedia
  2. [2020/12/16] 묻고답하기 footer 하단에 고정하려면 어딜 수정해야 할까요? by 가입명
  3. [2020/09/04] 묻고답하기 존재하지 않는 회원 아이디입니다 by Crack리브레 *1
  4. [2020/02/08] 묻고답하기 bootstrap dorpdown 검색창 by 나눔고딕a
  5. [2020/01/31] 묻고답하기 2단메뉴 by ppumweb *2
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
강경화f7810 위로가기 버튼 만들기!!!!도와주세요 ㅠㅠ  
루트엘 ul li을 inline 상태로 둔 상황에서 submit input 위치 질문 [2] file 2015.05.19 by 루트엘
강경화f7810 아이프레임 길이 자동 조절 도와주세요 ㅠㅠ [6] 2015.05.19 by 강경화f7810
강경화f7810 절데로 안없어지는 스크롤과 안먹히는 메타태그..도와주세요 ㅠㅠ  
DJinside member 모듈 업데이트 오류, 설정 변경 오류 도와주세요 ㅠㅠㅠㅠ file  
Baramy iis7에서 version 1.7.8 xe 설치 중 에러가 발생합니다. file  
prologos 코어 1.7.5.3에서 자료실 모듈 정상 동작 하나요?  
난나야9 모듈업데이트 안됩니다 1.5에서 1.7로 업데이트후 안됨 file  
행복끝고생시작l 코어 1.7.5 업그레이드후 [2] 2014.05.23 by kingcaone
flower975 php 버전 [2] 2014.05.23 by flower975
nado0124 1.7.4 부터 트랙백 엮인글 차단 애드온이 필요없다고 되어 있던데... [2] 2014.05.23 by nado0124
こさき! 1.7.4.2 문의드립니다. [1] 2014.05.11 by 키스투엑스이
Luatic™ 1.7.3.6 -> 1.7.4.1 로 업데이트 후 문제 [2] 2014.04.26 by Luatic™
비케이1214 XE 1.4.5.7, <head> 수정은 어떻게 하나요? [2] 2014.04.07 by 비케이1214
jtjoo2003 7포커족보 [1] 2012.01.26 by KanTa
해피지영 1.5.8로 이전중-데이터 테이블 이름과 변수 변경(myphpadmin) file  
컴박살 스마트 레이아웃 0.9.5 를 적용하면 다음과 같은 메세지가 나오네요 ㅡ.ㅡ; [1] 2011.10.27 by 컴박살
GhostX 상담게시판 질문입니다.(sejin7840님 스킨) [3] 2011.05.26 by 송동우
몫  XE core 설치 문의  
hellosamyoo 소셜XE 좀더 쉬게 인터페이스 불가능할까요? [1] 2011.03.05