묻고답하기
갤러리 썸네일에 .. 서브메뉴가 가려져서 안보입니다. z-index문제.
2012.02.13 17:13
제 홈피입니다...
다른 게시판은 다 괜찮은데요....
Digital gallery처럼.. 갤러리형식 게시판에서....
상단 메뉴중 .. digital gallery 에 마우스를 오버하면...
아래로 서브메뉴가 주르륵 뜨는데,
이것이 갤러리 썸네일 뒤로 가려져서 안보입니다...
검색하다보니 z-index가 문제라는 것을 알았습니다...
해서..
xe/modules/bodex/skins/photoGalleryA/style_gallery.html 까지 왔어요.
style_gallery.html 을 열어보니.. 이런 부분이 보이더라구요.
<!--// 갤러리 목록 출력 -->
<!--@foreach($document_list as $no => $document)-->
{@
$document = $oBodex->getWith($document, array('category_srl','last_update','last_updater','readed_count','voted_count','blamed_count','member_srl','reward_srl','reward_point','email_address'));
$document->reward_point=round($document->reward_point/2);
$document->homepage = $document->getHomepageUrl();
$document->ipaddress = $document->getIpaddress();
$is_grant = $grant->view && (!$document->isSecret() || $document->isGranted());
}
<li style="width:{$module_info->thumbnail_width};">
<div class="exSkinThumb">
<manager">!--@if($grant->manager)-->
<span class="checkbox"><input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" {$document->isCarted()?'checked="checked"':''} /></span>
<!--@endif-->
<a href="{getUrl('document_srl',$document->document_srl,'listStyle',$listStyle, 'cpage','')}">
<thumbnailExists($module_info->thumbnail_width">!--@if($document->thumbnailExists($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type))-->
<img src="{$document->getThumbnail($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type)}" border="0" alt="" />
<!--@else-->
<img src="./images/common/noimg.png" border="0" alt="" width="{$module_info->thumbnail_width}" height="{$module_info->thumbnail_height}" />
<!--@endif-->
<!--@if($arr_display_var['title'] == 'Y' || $arr_display_var['category']=='Y' || $arr_display_var['regdate'] == 'Y' || $arr_display_var['nick_name'] == 'Y'|| $arr_display_var['readed_count'] == 'Y' || $arr_display_var['voted_count'] == 'Y' || $arr_display_var['blamed_count'] == 'Y')-->
<span class="info">
<!--@if($arr_display_var['title'] == 'Y')-->
<!--@endif-->
이 부분에서 z-index 값을 주면 될 것 같은데...
어느부분에 어떻게 넣어야 하는지요?......
도와주세요.... ㅠ_ㅠ
댓글 2
-
똑디
2012.02.16 01:15
-
챠우
2012.02.23 17:41
해결못했습니다... 익스플로러 버전과 상관이 있는 것 같습니다. 사파리와 익스플로러7에서는 정상적으로 보이는데.. 이하버전에서는 여전히 문제네요.. -
정진희155
2012.02.21 10:55
혹시 해결하셨다면 어떻게 해결하셨나요?
-
챠우
2012.02.23 17:42
해결못했습니다... 익스플로러 버전과 상관이 있는 것 같습니다. 사파리와 익스플로러7에서는 정상적으로 보이는데.. 이하버전에서는 여전히 문제네요..
해결을 하셨나요? 지금은 정상인것 같네요.