2011년 7월 12일 화요일

css 투명

http://beizix.egloos.com/2064958

http://murdering.tistory.com/105


html 영역
     <div class="games">
               <table bgcolor=#222 width=700 height=35>
                  <tr>
                     <td></td>
                  </tr>
               </table>
         <span>젠더 시스템<span>
      </div>

css 영역
.games {background:url(./img/grass.jpg); height:200px; width:700px}

.games table {position: absolute;  margin-top:165px; filter:alpha(opacity=20); opacity:0.3; -moz-opacity:0.3;}

.games span {position: absolute;  margin:170px 0 0 8px; font:bold 10pt '바탕'; color: white}

댓글 없음:

댓글 쓰기