게시판은 왜 스타일이 안먹나요? 정보
게시판은 왜 스타일이 안먹나요?본문
게시판에 왜 스타일이 안먹는거죠?
head 와 tail 에
background="lee/bg_02.jpg" style='border-width:0px;filter:alpha(opacity=50);-moz-opacity:0.7
이러한 소스를 넣고 적용을 하면 전혀 먹히지않고 스타일도 적용이 되지 않는데요
이유가 머죠? 그리고 해결 방법은 없나요?
고수님들 부탁드립니다.
head 와 tail 에
background="lee/bg_02.jpg" style='border-width:0px;filter:alpha(opacity=50);-moz-opacity:0.7
이러한 소스를 넣고 적용을 하면 전혀 먹히지않고 스타일도 적용이 되지 않는데요
이유가 머죠? 그리고 해결 방법은 없나요?
고수님들 부탁드립니다.
댓글 전체
예:
<table width="100%" height="500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="test/111.jpg" style="border-width:0px;filter:alpha(opacity=10);-moz-opacity:0.7"></td>
</tr>
</table>
이렇게 하니 alpha 값이 잘먹힙니다.
body에는 잘안되더군요...
<table width="100%" height="500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="test/111.jpg" style="border-width:0px;filter:alpha(opacity=10);-moz-opacity:0.7"></td>
</tr>
</table>
이렇게 하니 alpha 값이 잘먹힙니다.
body에는 잘안되더군요...