로그인박스 div 코딩 예제
로빈아빠
본문
<STYLE type=text/css>
body,div,dl,dt,dd {margin:0;padding:0;}
#loginBox {width:200px;background:#ccc;overflow:hidden;}
#loginBox .login {float:left;width:160px;}
#loginBox .login dt, #loginBox .login dd {float:left;}
#loginBox .login dt {clear:left;width:50px;}
#loginBox .login dd {width:100px;}
#loginBox .loginBtn {float:right;}
#loginBox .loginBtn img {width:38px;height:38px}
</STYLE>
<DIV id=loginBox>
<DL class=login>
<DT>ID </DT>
<DD>TestName </DD>
<DT>PW </DT>
<DD>TestPassword </DD>
<DT>PW </DT>
<DD>TestPassword </DD></DL><A class=loginBtn href="#" target=_blank><IMG alt=Login src="btn_login.gif" border=0></A> </DIV>
body,div,dl,dt,dd {margin:0;padding:0;}
#loginBox {width:200px;background:#ccc;overflow:hidden;}
#loginBox .login {float:left;width:160px;}
#loginBox .login dt, #loginBox .login dd {float:left;}
#loginBox .login dt {clear:left;width:50px;}
#loginBox .login dd {width:100px;}
#loginBox .loginBtn {float:right;}
#loginBox .loginBtn img {width:38px;height:38px}
</STYLE>
<DIV id=loginBox>
<DL class=login>
<DT>ID </DT>
<DD>TestName </DD>
<DT>PW </DT>
<DD>TestPassword </DD>
<DT>PW </DT>
<DD>TestPassword </DD></DL><A class=loginBtn href="#" target=_blank><IMG alt=Login src="btn_login.gif" border=0></A> </DIV>
관련링크
댓글목록
등록된 댓글이 없습니다.