css 질문인데요 이거좀 내려주세요
본문
사진처럼 글자랑 겹쳐지는데
뭘 수정해야할지 모르겠어요
아래한줄 더넣고 이미지사이즈 조절하니까 막 사진하고 글자랑 겹쳐버리네요
어느부분을 수정해야하죠?
<style>
#oneshot { position:relative;margin:0 0 0 -5px;}
#oneshot .la_title{position:absolute; left:0; top:0; z-index:500; background:#ff0000; padding:5px; font-size:1em; color:#fff;margin:0 0 0 5px;filter:opacity:.5;}
#oneshot .img_set{width:<?php echo $imgwidth ?>px; height:<?php echo $imgheight ?>px; background:#fafafa;padding:0;}
#oneshot .subject_set{width:<?php echo $imgwidth - 13 ?>px; height:58px; padding:5px 10px 10px 3px; z-index:1; bottom:0; left:0;}
#oneshot .subject_set .sub_title{color:#333;height:17px;overflow:hidden;padding:3px 0 0 0;font-size:1.2em;font-family:NanumBarunGothic,dotum;}
#oneshot .subject_set .sub_content{color:#8c8a8a;height:30px;overflow:hidden;padding:3px 0 0;font-family:NanumGothic,dotum;}
#oneshot ul {list-style:none;clear:both;margin:0;padding:0;}
#oneshot li{float:left;list-style:none;text-decoration:none;padding:0 0 0 5px}
.subject_set a:link, a:visited {color:#333;text-decoration:none}
.subject_set a:hover, a:focus, a:active {color:#e60012;text-decoration:none}
/* 폰트불러오기 */
@font-face {font-family:'NanumBarunGothic';src: url('<?php echo $latest_skin_url ?>/NanumBarunGothic.eot');}
@font-face {font-family:'NanumGothic';src: url('<?php echo $latest_skin_url ?>/NanumGothic.eot');}
</style>
답변 2
도움이 되겠는지는 모르겠지만 나도 초보자로서 이 기능 많이 사용하고 있습니다 ..
특별히 다른 사이트 디자인을 퍼가지고 자기 사이트에 사용할때요 ....조절만료되면 직접 css파일이나 html파일에서 조절된 값을 변경 시켜주시면 됩니다 ...
Firefox사용하여,안에구성요소검색있어요 .그걸로 문제 찾아보세요 ,저의는 다 그방법 가지문제 검사 해요 ...
그기에 옆에 보며는 스타일 간격 등등 실시 변경 하면서 문제 해결 할수있어요 ...