div로 꾸민것을 스크롤 인기검색어보다 아래 나타나게 ㅠㅠ;; 정보
div로 꾸민것을 스크롤 인기검색어보다 아래 나타나게 ㅠㅠ;;본문
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=81152&sca=&sfl=wr_subject&stx=%B0%E6%C7%E8%C4%A1&sop=and 의 경험치바의 부분이 div로 꾸며져 있는대
div로 꾸며진것들은 스크롤인기검색어 보다 위에 나타내게 되어 참 난감합니다.
div로 꾸며진것을 다르게 나타내거나 div보다 스크롤 인기검색어를 위로 나타내는 방법좀 알려주세요 ㅠㅠ
<!-- 경험치 bar 시작 -->
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="padding: 0 5 0 0;"><b>Exp.</b></td>
<td>
<? // tooltip에 나오는 내용
$tooltip_text = "<center>".$exp."%<br>".$member[mb_point]." / ".$point_level[$member[mb_level]]."</center>";
?>
<div style="position:relative;border:1px solid;border-color:<?=$expbar_border?>;height:8px;width:100px;background-color:<?=$expbar_bg?>;font-size:1px;" align="left" onmouseover="Tip('<?=$tooltip_text?>')" onmouseout="UnTip()">
<div style="font-size:1px;background-color:<?=$expbar_light?>;width:<?=$exp_bar?>%;height:2px;"></div>
<div style="font-size:1px;background-color:<?=$expbar_dark?>;width:<?=$exp_bar?>%;height:6px;"></div>
</div>
</td>
</tr>
</table>
<!-- 경험치 bar 끝 -->
div로 꾸며진것들은 스크롤인기검색어 보다 위에 나타내게 되어 참 난감합니다.
div로 꾸며진것을 다르게 나타내거나 div보다 스크롤 인기검색어를 위로 나타내는 방법좀 알려주세요 ㅠㅠ
<!-- 경험치 bar 시작 -->
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="padding: 0 5 0 0;"><b>Exp.</b></td>
<td>
<? // tooltip에 나오는 내용
$tooltip_text = "<center>".$exp."%<br>".$member[mb_point]." / ".$point_level[$member[mb_level]]."</center>";
?>
<div style="position:relative;border:1px solid;border-color:<?=$expbar_border?>;height:8px;width:100px;background-color:<?=$expbar_bg?>;font-size:1px;" align="left" onmouseover="Tip('<?=$tooltip_text?>')" onmouseout="UnTip()">
<div style="font-size:1px;background-color:<?=$expbar_light?>;width:<?=$exp_bar?>%;height:2px;"></div>
<div style="font-size:1px;background-color:<?=$expbar_dark?>;width:<?=$exp_bar?>%;height:6px;"></div>
</div>
</td>
</tr>
</table>
<!-- 경험치 bar 끝 -->
댓글 전체
스크롤 인기검색어에 해당하는 div에 z-index:999;를 추가해보세요
index-z:9999999; 가 이미 추가되어있내요...
z-index:9999999; 를 넣어봤찌만 그대로고요..
z-index:9999999; 를 넣어봤찌만 그대로고요..
아... 엉뚱한곳에 줬었내요 ㅠㅠ