묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
마퀴태그 질문입니다.
2007.06.05 17:29
http://angel.webzero.co.kr/ooooo.bmp아래소스에서 잘못 된거좀 찾아 주세요...;;
그림처럼 한글자가 위에 뜨는거 때문에 이상하게 보입니다....이미지 자료는 링크 걸겠습니다.
<table border="0" cellpadding="0" cellspacing="0" WIDTH=100% align=center>
<tr>
<td width="32" rowspan="3"> <img src="[dir]left.gif" border="0"></td>
<td height=9 background="[dir]top.gif" border="0"></td>
<td rowspan="3" width="32"> <a href="http://angel.webzero.co.kr/bbs/zboard.php?id=notice" onFocus="this.blur()"><img src="[dir]right.gif" border="0"></a></td>
</tr>
<tr>
<td height=18 align="left" bgcolor="#FFFFFF"> <marquee scrolldelay=18 TRUESPEED scrollamount=1 loop=infinite width=570 onmouseover="this.stop();" onmouseout="this.start();">
[loop]<b><img src="[dir]dot.gif" border="0">[subject]</b> [/loop]
</marquee>
<tr>
<td background="[dir]bottom.gif" height=7></td>
</tr>
</table>
그림처럼 한글자가 위에 뜨는거 때문에 이상하게 보입니다....이미지 자료는 링크 걸겠습니다.
<table border="0" cellpadding="0" cellspacing="0" WIDTH=100% align=center>
<tr>
<td width="32" rowspan="3"> <img src="[dir]left.gif" border="0"></td>
<td height=9 background="[dir]top.gif" border="0"></td>
<td rowspan="3" width="32"> <a href="http://angel.webzero.co.kr/bbs/zboard.php?id=notice" onFocus="this.blur()"><img src="[dir]right.gif" border="0"></a></td>
</tr>
<tr>
<td height=18 align="left" bgcolor="#FFFFFF"> <marquee scrolldelay=18 TRUESPEED scrollamount=1 loop=infinite width=570 onmouseover="this.stop();" onmouseout="this.start();">
[loop]<b><img src="[dir]dot.gif" border="0">[subject]</b> [/loop]
</marquee>
<tr>
<td background="[dir]bottom.gif" height=7></td>
</tr>
</table>
<tr>
<td width="32" rowspan="3">img src="[dir]left.gif" border="0"</td>
<td>height=9 background="[dir]top.gif"</td>
<td rowspan="3" width="32">오른쪽 끝</td>
</tr>
<tr>
<td height=18 align="left" bgcolor="#ffffff">
<marquee scrollamount=5 width=570 onmouseover="this.stop();" onmouseout="this.start();">
[loop]<b>img src="[dir]dot.gif" border="0"[subject]</b>[/loop]
</marquee>
</td>
</tr>
<tr>
<td>height=7 background="[dir]bottom.gif"</td>
</tr>
</table>
위의 소스 참고해 보시고요.
(border=1 로 해서 테이블모양 표시 했습니다.
border=0 으로 해서 하시면 됩니다.)
참고로,
scrollAmount 속성값은
marquee 내용이 한번에 스크롤하는 거리를
픽셀단위로 나타내는 정수값으로
이 속성은 읽기/쓰기로 디폴트값은 6 입니다.
scrollDelay 속성값은
marquee 내용이 한번 스크롤 하고 다음번 스크롤할 때까지의 지연시간을
밀리초 단위로 나타내는 정수값으로
이 속성은 읽기/쓰기로 디폴트값은 85 입니다.