div 투명도 질문

http://www.zv.pe.kr/test.php

div에 투명도를 줬는데 div 안의 글자 마저 투명해져버렸습니다.
어떻게 하면 글자를 불투명하게 그색깔 그대로 나타낼수 있을 까요?

<style type="text/css">
body {background-image:url(img/bg.png); text-align:center;}
#wrap {width:900px; height:500px; text-align:left; margin:0 auto; filter:alpha(opacity=30); background-color:#fff;}
</style>
<div id="wrap">
<span style="font-size:25pt; font-weight:bold;">안녕하세요.</span>
</div>
|

댓글 9개

그럴경우에는....

<font 태그를 따로 지정해주시거나...

style 로..... <p></p> 이런 태그안에 폰트는 어떻게 출력된다라는 양식의

.p {Ddddddddddddddddddddddddddddddddd}

형식의 문자를 넣어주시면됩니다.
그럼 글자 넣을때마다 일일이 지정해야 해서 불편할것 같은데..
#wrap span { filter:alpha(opacity=0); }

이렇게 하면 될까요?
안돼네요..
#wrap span { filter:alpha(opacity=100);position:relative; }
IE7에서는 됩니다.
<style type="text/css">
body {background-image:url(img/bg.png); text-align:center;}
#wrap {width:900px; height:500px; text-align:left; margin:0 auto; filter:alpha(opacity=30); background-color:#fff;}
#font span {filter:alpha(opacity=0);}
#font {filter:alha(opacity=0);}
</style>
<div id="wrap">
<div id="font">
<span style="font-size:25pt; font-weight:bold;">안녕하세요.</span>
</div>
</div>

이래도 안돼네요.
p,br {color:#네모에;font-size:25pt; font-weight:bold;}

이거를 style 안에 넣어보세요
<p> 태그 한번 활용해보세요
p br 이거 , 이렇게 하면 중복되는거 맞나? 까먹엇는데 안되신다면

br 은 따로 빼서!!
안됩니다.
흐흑..

일단.. 내컴퓨터님 채택해드릴게요
해결했습니다.
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
16년 전 조회 995
16년 전 조회 1,067
16년 전 조회 1,558
16년 전 조회 994
16년 전 조회 1,010
16년 전 조회 1,285
16년 전 조회 1,980
16년 전 조회 997
16년 전 조회 1,012
16년 전 조회 1,849
16년 전 조회 826
16년 전 조회 971
16년 전 조회 4,902
16년 전 조회 992
16년 전 조회 2,005
16년 전 조회 1,476
16년 전 조회 827
16년 전 조회 1,552
16년 전 조회 991
16년 전 조회 1,709