묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
테이블로 메뉴를 만들었는데요..
2003.03.24 04:16
http://zeromoon.cafe24.com/lineage.php
우선 위 주소를 보시면 왼쪽 메뉴가 맨처음 바탕이 흰색이잖아요
거기를 마우스 대보면 바탕색이 나오거든요
그런데 제가 원하는건 처음부터 그 바탕색이 나오게 하고 싶은데
이 소스를 참고한 사이트에서는 그렇게 되는데
http://www.uefa.com/Competitions/UCL/index.html
이곳인데요..질문의 요점은 바탕색을 어떻게 지정하는지 궁금합니다.
물론 테이블에다가도 지정해보고 그랬지만 허사라서요..
하는 방법을 알고계시면 꼭 알려주세요.
밑은 그 테이블 소스입니다.
<TABLE class=subMenu cellSpacing=0 cellPadding=0 width=159 border=0
xmlns:user="http://mycompany.com/mynamespace"
xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<TBODY>
<TR onmouseover="this.style.backgroundColor='#c5d1da'"
style="CURSOR: hand"
onclick="document.location.href='/competitions/ucl/CompetitionInfo/index.html'"
onmouseout="this.style.backgroundColor='#dce6ed'">
<TD><IMG height=16
src="http://zeromoon.cafe24.com/image/spacer.gif"
width=4 align=absMiddle border=0></TD>
<TD class=subMenu>뉴스</TD></TR>
<TR>
<TD class=subMenu colSpan=2><IMG height=1
src="http://zeromoon.cafe24.com/image/dottedline.gif"
width=157 border=0></TD></TR>
<TR onmouseover="this.style.backgroundColor='#c5d1da'"
style="CURSOR: hand"
onclick="document.location.href='/competitions/ucl/news/index.html'"
onmouseout="this.style.backgroundColor='#dce6ed'">
<TD><IMG height=16
src="http://zeromoon.cafe24.com/image/spacer.gif"
width=4 align=absMiddle border=0></TD>
<TD class=subMenu>드라군</TD></TR>
<TR>
<TD class=subMenu colSpan=2><IMG height=1
src="http://zeromoon.cafe24.com/image/dottedline.gif"
width=157 border=0></TD></TR>
<TR onmouseover="this.style.backgroundColor='#c5d1da'"
style="CURSOR: hand"
onclick="document.location.href='/competitions/ucl/FixturesResults/index.html'"
onmouseout="this.style.backgroundColor='#dce6ed'">
<TD><IMG height=16
src="http://zeromoon.cafe24.com/image/spacer.gif"
width=4 align=absMiddle border=0></TD>
<TD class=subMenu>리니지 가이드</TD></TR>
<TR>
<TD class=subMenu colSpan=2><IMG height=1
src="http://zeromoon.cafe24.com/image/dottedline.gif"
width=157 border=0></TD></TR>
<TR onmouseover="this.style.backgroundColor='#c5d1da'"
style="CURSOR: hand"
onclick="document.location.href='/competitions/ucl/Standings/index.html'"
onmouseout="this.style.backgroundColor='#dce6ed'">
<TD><IMG height=16
src="http://zeromoon.cafe24.com/image/spacer.gif"
width=4 align=absMiddle border=0></TD>
<TD class=subMenu>리니지2 가이드</TD></TR>
<TR>
<TD class=subMenu colSpan=2><IMG height=1
src="http://zeromoon.cafe24.com/image/dottedline.gif"
width=157 border=0></TD></TR>
<TR onmouseover="this.style.backgroundColor='#c5d1da'"
style="CURSOR: hand"
onclick="document.location.href='/competitions/ucl/Clubs/index.html'"
onmouseout="this.style.backgroundColor='#dce6ed'">
<TD><IMG height=16
src="http://zeromoon.cafe24.com/image/spacer.gif"
width=4 align=absMiddle border=0></TD>
<TD class=subMenu>혈문장 모음</TD></TR>
<TR>
<TD class=subMenu colSpan=2><IMG height=1
src="http://zeromoon.cafe24.com/image/dottedline.gif"
width=157 border=0></TD></TR>
<TR onmouseover="this.style.backgroundColor='#c5d1da'"
style="CURSOR: hand"
onclick="document.location.href='/competitions/ucl/Players/index.html'"
onmouseout="this.style.backgroundColor='#dce6ed'">
<TD><IMG height=16
src="http://zeromoon.cafe24.com/image/spacer.gif"
width=4 align=absMiddle border=0></TD>
<TD class=subMenu>자유게시판</TD></TR>
<TR>
<TD class=subMenu colSpan=2><IMG height=1
src="http://zeromoon.cafe24.com/image/dottedline.gif"
width=157 border=0></TD></TR>
<TR onmouseover="this.style.backgroundColor='#c5d1da'"
style="CURSOR: hand"
onclick="document.location.href='/competitions/ucl/Statistics/index.html'"
onmouseout="this.style.backgroundColor='#dce6ed'">
<TD><IMG height=16
src="http://zeromoon.cafe24.com/image/spacer.gif"
width=4 align=absMiddle border=0></TD>
<TD class=subMenu>스샷게시판</TD></TR>
</TBODY></TABLE>
우선 위 주소를 보시면 왼쪽 메뉴가 맨처음 바탕이 흰색이잖아요
거기를 마우스 대보면 바탕색이 나오거든요
그런데 제가 원하는건 처음부터 그 바탕색이 나오게 하고 싶은데
이 소스를 참고한 사이트에서는 그렇게 되는데
http://www.uefa.com/Competitions/UCL/index.html
이곳인데요..질문의 요점은 바탕색을 어떻게 지정하는지 궁금합니다.
물론 테이블에다가도 지정해보고 그랬지만 허사라서요..
하는 방법을 알고계시면 꼭 알려주세요.
밑은 그 테이블 소스입니다.
<TABLE class=subMenu cellSpacing=0 cellPadding=0 width=159 border=0
xmlns:user="http://mycompany.com/mynamespace"
xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<TBODY>
<TR onmouseover="this.style.backgroundColor='#c5d1da'"
style="CURSOR: hand"
onclick="document.location.href='/competitions/ucl/CompetitionInfo/index.html'"
onmouseout="this.style.backgroundColor='#dce6ed'">
<TD><IMG height=16
src="http://zeromoon.cafe24.com/image/spacer.gif"
width=4 align=absMiddle border=0></TD>
<TD class=subMenu>뉴스</TD></TR>
<TR>
<TD class=subMenu colSpan=2><IMG height=1
src="http://zeromoon.cafe24.com/image/dottedline.gif"
width=157 border=0></TD></TR>
<TR onmouseover="this.style.backgroundColor='#c5d1da'"
style="CURSOR: hand"
onclick="document.location.href='/competitions/ucl/news/index.html'"
onmouseout="this.style.backgroundColor='#dce6ed'">
<TD><IMG height=16
src="http://zeromoon.cafe24.com/image/spacer.gif"
width=4 align=absMiddle border=0></TD>
<TD class=subMenu>드라군</TD></TR>
<TR>
<TD class=subMenu colSpan=2><IMG height=1
src="http://zeromoon.cafe24.com/image/dottedline.gif"
width=157 border=0></TD></TR>
<TR onmouseover="this.style.backgroundColor='#c5d1da'"
style="CURSOR: hand"
onclick="document.location.href='/competitions/ucl/FixturesResults/index.html'"
onmouseout="this.style.backgroundColor='#dce6ed'">
<TD><IMG height=16
src="http://zeromoon.cafe24.com/image/spacer.gif"
width=4 align=absMiddle border=0></TD>
<TD class=subMenu>리니지 가이드</TD></TR>
<TR>
<TD class=subMenu colSpan=2><IMG height=1
src="http://zeromoon.cafe24.com/image/dottedline.gif"
width=157 border=0></TD></TR>
<TR onmouseover="this.style.backgroundColor='#c5d1da'"
style="CURSOR: hand"
onclick="document.location.href='/competitions/ucl/Standings/index.html'"
onmouseout="this.style.backgroundColor='#dce6ed'">
<TD><IMG height=16
src="http://zeromoon.cafe24.com/image/spacer.gif"
width=4 align=absMiddle border=0></TD>
<TD class=subMenu>리니지2 가이드</TD></TR>
<TR>
<TD class=subMenu colSpan=2><IMG height=1
src="http://zeromoon.cafe24.com/image/dottedline.gif"
width=157 border=0></TD></TR>
<TR onmouseover="this.style.backgroundColor='#c5d1da'"
style="CURSOR: hand"
onclick="document.location.href='/competitions/ucl/Clubs/index.html'"
onmouseout="this.style.backgroundColor='#dce6ed'">
<TD><IMG height=16
src="http://zeromoon.cafe24.com/image/spacer.gif"
width=4 align=absMiddle border=0></TD>
<TD class=subMenu>혈문장 모음</TD></TR>
<TR>
<TD class=subMenu colSpan=2><IMG height=1
src="http://zeromoon.cafe24.com/image/dottedline.gif"
width=157 border=0></TD></TR>
<TR onmouseover="this.style.backgroundColor='#c5d1da'"
style="CURSOR: hand"
onclick="document.location.href='/competitions/ucl/Players/index.html'"
onmouseout="this.style.backgroundColor='#dce6ed'">
<TD><IMG height=16
src="http://zeromoon.cafe24.com/image/spacer.gif"
width=4 align=absMiddle border=0></TD>
<TD class=subMenu>자유게시판</TD></TR>
<TR>
<TD class=subMenu colSpan=2><IMG height=1
src="http://zeromoon.cafe24.com/image/dottedline.gif"
width=157 border=0></TD></TR>
<TR onmouseover="this.style.backgroundColor='#c5d1da'"
style="CURSOR: hand"
onclick="document.location.href='/competitions/ucl/Statistics/index.html'"
onmouseout="this.style.backgroundColor='#dce6ed'">
<TD><IMG height=16
src="http://zeromoon.cafe24.com/image/spacer.gif"
width=4 align=absMiddle border=0></TD>
<TD class=subMenu>스샷게시판</TD></TR>
</TBODY></TABLE>
<TABLE class=subMenu cellSpacing=0 cellPadding=0 width=159 border=0
xmlns:user="http://mycompany.com/mynamespace"
xmlns:msxsl="urn:schemas-microsoft-com:xslt" bgcolor="#dce6ed">
(마지막 부분 주의)