input type 하고 href를 같이 쓸수있나요 아님 같이 쓰는 게따로 있나요? 채택완료
원래는
이렇게 되어있었습니다
위에처럼 하면 그냥 login글자를 눌러야 다음 페이지로 넘어가자나요
그래서 사각형을 만들어 사각형을 클릭해도 넘어가겠끔할려고 Input type을 적용할려고하는데...
안되네요...
부탁드립니다
header {width:100%; display:inline;padding:10px 0 10px;background-color:#191919;text-align:right;} header ul { width:100%; font-family: sans-serif; font-size: 14px; line-height: 24px; padding: 8px 13px 7px; color: #4d5256; text-decoration:none; transition: color 0.7s; border-bottom: 1px solid gray; padding: 0px 0; } header li { float:left; width: 100%; height: 30px; border:1px solid silver; box-sizing:border-box; background-color:white; display: inline; text-transform: uppercase; font-size: 13px; padding: 0 10px; letter-spacing: 4px; }
답변 3개
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
참고하세요
http://stackoverflow.com/questions/2187008/styling-an-anchor-tag-to-look-like-a-submit-button">http://stackoverflow.com/questions/2187008/styling-an-anchor-tag-to-look-like-a-submit-button
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
이렇게 했는데.. header로width100%주고 박스를 만들었는데 박스는 클릭이 안되고
글자를 눌러야 로그인페이지로 넘어가더라고요 박스만 눌러도 반응할려면 어떻게해야하나요?^^;;
죄송합니다