gpt4 book ai didi

php - 将透明背景颜色应用到特定表格[行][列]

转载 作者:太空宇宙 更新时间:2023-11-04 02:16:14 26 4
gpt4 key购买 nike

我希望 table 的特定单元格的背景颜色为浅黄色(即透明黄色),为此我使用了属性 'rgba'

我什至删除了整个分区的背景,以保持颜色的透明度。但它只显示黑色作为背景。

<div id="top">
<table height="60px" width="1030px">
<tr>
<th bgcolor="rgba(222,215,11,0.3)"><u><a href="forum.php" class="class2">Forum</a></u></th>
<th><u><a href="quest.php"class="class2">My Questions</a></u></th>
<th><u><a href="answers.php"class="class2">My Answers</a></u></th>
</tr>
</table>
</div>

最佳答案

使用正确的 css 样式:背景色

<div id="top">
<table height="60px" width="1030px">
<tr>
<th style="background-color: rgba(222,215,11,0.3)"><u><a href="forum.php" class="class2">Forum</a></u></th>
<th><u><a href="quest.php"class="class2">My Questions</a></u></th>
<th><u><a href="answers.php"class="class2">My Answers</a></u></th>
</tr>
</table>
</div>

关于php - 将透明背景颜色应用到特定表格[行][列],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38874096/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com