NewsHTML TipsFlashPhotoDiaryProfileBBSLinkMail
   
  戻る  


半透明テーブル
 
・サンプル


↓のソースを書きます。


ソース

<html>
<head><title>サンプル</title>

<STYLE type="text/css">
<!--

.toumei {
filter:Alpha(opacity=80,finishOpacity=0,style=0);
}

-->
</STYLE>
</head>
<body>

<table bgcolor="#ffffff" class="toumei">
   <tr>
      <td>サンプル </td>
   </tr>
</table>

</body>
</html>