다음과 같이 스타일을 지정해주고...

#opacity{background:url(../img/board/opacity.gif) no-repeat;filter:alpha(style=0, opacity=25, finishopacity=0);
border:1px solid #000000;}



버튼이 들어가는 td에 정의한 id 넣어주고, td안에 있는 테이블을 레이어로 감싸준다. 끝!!

<tr>
<td height="43" id="opacity">
<div style="position:relative;top:0;left;0">
<table cellspacing="0" cellpadding="0">
  <tr>
<td width="250"> </td>
<td width="60"><img src="../img/board/btn_modify.gif" width="45" height="18"></td>
<td width="60"><img src="../img/board/btn_del.gif" width="45" height="18"></td>
<td><img src="../img/board/btn_list.gif" width="45" height="18"></td>
  </tr>
</table>
</div>
</td>
</tr>

+ Recent posts