묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
bgm 볼륨 바 위치 / 테이블 셀 높이 조절...
2004.12.02 23:42
http://hellojino.xo.st안녕하세요.
이번에 새로 만든 개인 홈에 bgm을 넣었습니다.
원래 한줄짜리 bgm인데 홈 구성에 맞추다 보니 1줄을 3줄로 늘리고 너비를 줄였습니다.
그렇게 하니 볼륨바는 원래의 위치에 있고.. 볼륨 이미지는 아래에 있고...
<span id='now_time' class='NBPlayer_time'>00:00 </span><img id=imgbar src="img/vol_bar.gif" width=50 height=8 align=middle border=0 style='z-index:1;position:relative'>
<img id=imgvolume src="img/vol_tracker.gif" width=14 height=10 border=0 alt='+ '+ '좌우로 드래그하여 소리 크기를 조절합니다.' style='z-index:2;position:absolute;left:-10;top:-10;cursor:hand'>
지금의 소스는 위와 같습니다. 어떻게 해야지 볼륨 버튼을 정상적인 위치로 내릴수가 있을가요?
그리고요.
3줄 테이블에서 한칸의 높이가 14픽셀로 아주 작습니다.
그런데, 어느 픽셀부터는 더이상 줄어지지가 않더라고요.
예전에 해당 셀의 글자 포인트 때문이라고 하면서 뭐를 추가한다던가 뭐라고 하던데..모르겠네요.
<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 style='cursor:default;overflow:hidden' onLoad="init_bgm();">
<table cellpadding="0" cellspacing="0" width="130" height="50" background="http://hellojino.nawow.net/image/menu/m_12.gif">
<tr>
<td width="130"><table width="130" height=50 cellpadding=0 cellspacing=0 style="border-top-width:1; border-top-style:none;">
<tr><form name=NMusic>
<input type=hidden name=loop value=0>
<input type=hidden name=playMode value=0>
<td height="4"></td></tr>
<tr><form name=NMusic>
<input type=hidden name=loop value=0>
<input type=hidden name=playMode value=0>
<td height="14" valign="bottom">
<p align="left" style="line-height:100%; margin-top:0; margin-bottom:0;"><a onClick ='preTrack()'><img src="img/prev.gif" width=14 height=14 align=middle border=0 alt='이전'></a>
<a onClick ='playTrack()'><img id='play_btn' src="img/play_off.gif" width=14 height=14 align=middle border=0 alt='재생'></a>
<a onClick ='stopTrack()'><img src="img/stop.gif" width=14 height=14 align=middle border=0 alt='정지'></a>
<a onClick ='nextTrack()'><img src="img/next.gif" width=14 height=14 align=middle border=0 alt='다음'></a>
<a onClick ='bgmList()'><img src="img/list.gif" width=14 height=14 align=middle border=0 alt='리스트'></a>
<a onClick='chgLoop()'><img name=repeat src="img/repeat_off.gif" width="14" height=14 align=middle border=0 alt='반복'></a>
<a onClick='cmode()'><img name=random src="img/random_off.gif" width="14" height=14 align=middle border=0 alt='랜덤'></a></td></tr>
<tr>
<td align=left height="14">
<p style="margin-left:5;"><span id=NBTitle class='NBPlayer_display'>Player Loading...</span></td></tr>
<tr><td height="14">
<p align="left" style="margin-left:1;"><span id='now_time' class='NBPlayer_time'>00:00 </span><img id=imgbar src="img/vol_bar.gif" width=50 height=8 align=middle border=0 style='z-index:1;position:relative'>
<img id=imgvolume src="img/vol_tracker.gif" width=14 height=10 border=0 alt='좌우로 드래그하여 소리 크기를 조절합니다.' style='z-index:2;position:absolute;left:-10;top:-10;cursor:hand'>
</td>
</tr>
<tr>
<td height="4"></form></td>
</tr>
</table>
</td>
</tr>
</table>
<object id='Music' type='application/x-oleobject' classid='clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' width=0 height=0 style='left:-100'>
<embed id='Music' type='application/x-mplayer2' pluginspage='http://www.microsoft.com/windows/mediaplayer/download/default.asp' width="1" height="1" style='left:0'></embed>
</object>
</body>
이번에 새로 만든 개인 홈에 bgm을 넣었습니다.
원래 한줄짜리 bgm인데 홈 구성에 맞추다 보니 1줄을 3줄로 늘리고 너비를 줄였습니다.
그렇게 하니 볼륨바는 원래의 위치에 있고.. 볼륨 이미지는 아래에 있고...
<span id='now_time' class='NBPlayer_time'>00:00 </span><img id=imgbar src="img/vol_bar.gif" width=50 height=8 align=middle border=0 style='z-index:1;position:relative'>
<img id=imgvolume src="img/vol_tracker.gif" width=14 height=10 border=0 alt='+ '+ '좌우로 드래그하여 소리 크기를 조절합니다.' style='z-index:2;position:absolute;left:-10;top:-10;cursor:hand'>
지금의 소스는 위와 같습니다. 어떻게 해야지 볼륨 버튼을 정상적인 위치로 내릴수가 있을가요?
그리고요.
3줄 테이블에서 한칸의 높이가 14픽셀로 아주 작습니다.
그런데, 어느 픽셀부터는 더이상 줄어지지가 않더라고요.
예전에 해당 셀의 글자 포인트 때문이라고 하면서 뭐를 추가한다던가 뭐라고 하던데..모르겠네요.
<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 style='cursor:default;overflow:hidden' onLoad="init_bgm();">
<table cellpadding="0" cellspacing="0" width="130" height="50" background="http://hellojino.nawow.net/image/menu/m_12.gif">
<tr>
<td width="130"><table width="130" height=50 cellpadding=0 cellspacing=0 style="border-top-width:1; border-top-style:none;">
<tr><form name=NMusic>
<input type=hidden name=loop value=0>
<input type=hidden name=playMode value=0>
<td height="4"></td></tr>
<tr><form name=NMusic>
<input type=hidden name=loop value=0>
<input type=hidden name=playMode value=0>
<td height="14" valign="bottom">
<p align="left" style="line-height:100%; margin-top:0; margin-bottom:0;"><a onClick ='preTrack()'><img src="img/prev.gif" width=14 height=14 align=middle border=0 alt='이전'></a>
<a onClick ='playTrack()'><img id='play_btn' src="img/play_off.gif" width=14 height=14 align=middle border=0 alt='재생'></a>
<a onClick ='stopTrack()'><img src="img/stop.gif" width=14 height=14 align=middle border=0 alt='정지'></a>
<a onClick ='nextTrack()'><img src="img/next.gif" width=14 height=14 align=middle border=0 alt='다음'></a>
<a onClick ='bgmList()'><img src="img/list.gif" width=14 height=14 align=middle border=0 alt='리스트'></a>
<a onClick='chgLoop()'><img name=repeat src="img/repeat_off.gif" width="14" height=14 align=middle border=0 alt='반복'></a>
<a onClick='cmode()'><img name=random src="img/random_off.gif" width="14" height=14 align=middle border=0 alt='랜덤'></a></td></tr>
<tr>
<td align=left height="14">
<p style="margin-left:5;"><span id=NBTitle class='NBPlayer_display'>Player Loading...</span></td></tr>
<tr><td height="14">
<p align="left" style="margin-left:1;"><span id='now_time' class='NBPlayer_time'>00:00 </span><img id=imgbar src="img/vol_bar.gif" width=50 height=8 align=middle border=0 style='z-index:1;position:relative'>
<img id=imgvolume src="img/vol_tracker.gif" width=14 height=10 border=0 alt='좌우로 드래그하여 소리 크기를 조절합니다.' style='z-index:2;position:absolute;left:-10;top:-10;cursor:hand'>
</td>
</tr>
<tr>
<td height="4"></form></td>
</tr>
</table>
</td>
</tr>
</table>
<object id='Music' type='application/x-oleobject' classid='clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' width=0 height=0 style='left:-100'>
<embed id='Music' type='application/x-mplayer2' pluginspage='http://www.microsoft.com/windows/mediaplayer/download/default.asp' width="1" height="1" style='left:0'></embed>
</object>
</body>