在<head></head>之间加上如下代码:
<style>
.alpha{filter: Alpha(Opacity=50)} //50表示50%的透明度
</style>

在<body></body>之间加上如下代码:
<table border="1" width="100" height="62" class="alpha" bgcolor="#F2A664" >
 <tr>
  <td width="100%" height="62">
  <div align="center">很酷吧!</div>
  </td>
 </tr>
</table>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
  • 2021-11-20
  • 2022-12-23
  • 2021-10-01
  • 2021-08-29
猜你喜欢
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
  • 2021-10-27
  • 2021-10-01
  • 2021-12-05
相关资源
相似解决方案