도움부탁드립니다.
여울가녘
페이지 상단부분 코딩하다 문제가 있어 문의드립니다.
디자인은 일단 위와같고,
버튼 이미지들이 자주 바뀔예정임을 염두해 둬야 한답니다.아래는 제가 작업해놓은 페이지.
당장 해결해야 할 문제는
welcome,이름! 부분 세로정렬이 안맞는다는것.
작업한거 올려놔볼께요.
저 세로정렬은 어찌 해결하면 되는것이고,
아울러 전체적으로 문제점 있다면 지적해 주셨음 좋겠습니다.
잘 좀 부탁드리겠습니다~ 아핫^^a
========================================================================================================
[html 부분]
html
head
meta http-equiv=Content-Type content=text/html; charset=euc-kr
title마스터헤드/title
link rel=stylesheet type=text/css href=masthead.css
/head
body
div id=masthead
div id=masthead_logoimg src=image/masthead_logo_test.gif alt= width=169 height=60/div
div id=masthead_topnavi
div id=masthead_userspan class=welcomeWelcome, /spanspan class=nameEunjoo Jeon!/span/div
div id=masthead_menu
div id=masthead_helpa href=#img src=image/masthead_topnavi_help.gif alt=HelpDesk border=0 align=absmiddle/a/div
div id=masthead_logoffa href=#img src=image/masthead_topnavi_logoff.gif alt=LogOff border=0 align=absmiddle/a/div
div id=masthead_guiimg src=image/masthead_topnavi_gui.gif alt=ECC WEB GUI border=0 align=absmiddle/div
div id=masthead_searchinput name= type=text class=keyworda href=#img src=image/masthead_search_go.gif alt=GO border=0 align=absmiddle/a/div
/div
/div
/div
/body
/html========================================================================================================
[css 부분]
body {
background-color: #FFFFFF;
background-image: url(');
background-repeat: no-repeat;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
#masthead {
width:100%; height:60px; margin:0; padding:0 20 0 20;
}
#masthead_logo {
float:left; margin:0; padding:0;
}
#masthead_topnavi {
float:right; margin-top:24px;
}
#masthead_menu {
display:inline;
}
#masthead_user {
display:inline; margin-right:10px; text-align:right; font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma; font-size:10px;
}
#masthead_help {
display:inline; width:82px;
}
#masthead_logoff {
display:inline; width:73px;
}
#masthead_gui {
display:inline; width:106px;
}
#masthead_search {
display:inline; margin:0; padding:0;
}
.welcome{
display:inline; color:#666666; vertical-align:center;
}
.name{
display:inline; color:#000000;
}
.keyword{
width:140px; height:20px; border:1 groove #D1CDC4; margin-right:6px;
}
-
유린
vertical-align:middle; 를 이미지에 사용하심이..
-
훌걸이
저게 정상입니다 -_
만일 저렇게 디자인식으로 마추시려면 text를 디자인에 마춘다음 더줘야할 padding-top:이나 margin-top부분을 각 객체에다 주세요
즉 전체가 margin-top: 10px;짜리의 전체 여백이었으면 3px을 빼주면 전체가 7px이 됩니다.
그럼 글자는 정상이고 나머지 text는 위로 올라가겠죠? 그 올라간녀석들에게 각각 margin-top:3px;을 주면 포토샵과 똑같이 됩니다. -
권시크
어떤식으로 풀어가면 좋을지... 내일 오전까지는 완료해야는데 걱정이네요. 안되면 테이블을 쓰는 수밖에... ㅜㅡ
-
찬슬
코딩에서 테이블이 보이는건...; 그리고 일단 불필요한 코딩들이 일단은 많습니다.