IE6 에서만 ㅠ border가 밑으로 더 가네요 ㅠ
해지개
http://themepark21.com/test.html
파이어폭스 IE7,8에서는 문제가 없는데
IE6 에서만 밑에 더 잡히네요 ㅠㅠ
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
html xmlns=http://www.w3.org/1999/xhtml
head
meta http-equiv=Content-Type content=text/html; charset=utf-8 /
titleUntitled Document/title
style
/* Base */
body{font:9pt Gulim, 굴림, sans-serif;color:#898989;background-color:#3e3e3e}
body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, input, table, tr, th, td{margin:0;padding:0}
h1, h2, h3, h4, h5, h6{font-weight:normal;font-size:100%}
ul, ol, li{list-style:none}
fieldset, img{border:none}
input, textarea{font:9pt Gulim, 굴림}
/* A-Style */
a:link,
a:visited,
a:active{color:#bfbfbf;text-decoration:none}
a:hover{color:#bfbfbf}
* {
padding: 0;
margin: 0;
}
.print_gallery {
width: 160px;
margin-bottom: 20px;
}
.print_gallery dd.print_gallery_thumbnail {
border: 1px #333333 solid;
margin: 0 auto;
width: 158px;
height: 158px;
}
.print_gallery dd.print_gallery_subject {
margin: 0 auto;
line-height: 16px;
padding: 6px 0 0 0;
text-align: center;
font-size: 9pt;
font-weight: bold;
}
.print_gallery dd.print_gallery_category {
margin: 0 auto;
height: 13px;
line-height: 13px;
text-align: center;
font-size: 8pt;
color: #808080;
}
.print_gallery dd.print_gallery_category a {
color: #808080;
}
/style
/head
body
div class=print_gallery
dl
dd class=print_gallery_thumbnailimg src=http://www.themepark21.com/test.jpg border=0 //dd
dd class=print_gallery_subjecttest/dd
dd class=print_gallery_categorytest/dd
/dl
/div
/body
/html
알려주시면 감사하겠습니다 ㅠ
-
나샘
.print_gallery dd.print_gallery_thumbnail을....
.print_gallery_thumbnail img {width:158px;height:158px;margin:0 auto;border:1px #333333 solid;} 처리하면...
되긴하는데......하..하..