HTML 将背景图像应用于表格单元格 - 博客 - Campaign Monitor

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTML 将背景图像应用于表格单元格 - 博客 - Campaign Monitor相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns:v="urn:schemas-microsoft-com:vml">
<head> 


<table width="600" cellpadding="0" cellspacing="0" border="0">
  <tr>
    <!-- Backup background color is #DDDDDD -->
    <td bgcolor="#DDDDDD" style="background-image: url('http://www.example.com/background_image.jpg');" background="http://www.example.com/background_image.jpg" width="600" height="120" valign="top">
    <!--[if gte mso 9]>
       <v:rect style="width:600px;height:120px;" strokecolor="none">
          <v:fill type="tile" color="#DDDDDD" src="http://www.example.com/background_image.jpg" /></v:fill>
       </v:rect>
       <v:shape id="theText" style="position:absolute;width:600px;height:120px;">
       <![endif]-->
    <p>If you can see this over the image, background images are successful.</p>
    <!--[if gte mso 9]>
       </v:shape>
    <![endif]--></td>
  </tr>
</table> 

应用于控制器的背景未应用于故事板swift中的表格视图单元格

【中文标题】应用于控制器的背景未应用于故事板swift中的表格视图单元格【英文标题】:Background applied to the controller not getting applied to table view cells in storyboard swift 【发布时间】:2017-11-16 06:58:09 【问题描述】:

我有一个故事板,其中包含一张背景图片,上面有一张桌子。我的问题是背景图像被应用到表格而不是表格的单元格,它们仍然保持白色。

我做错了什么? 请帮忙

【问题讨论】:

提供代码。 请用一些代码更新您的问题,以便我们了解您在做什么! 你应该将你的tableviewcell的背景颜色设置为clearColor 【参考方案1】:

您需要将背景颜色设置为表格视图单元格的清晰颜色以及它的内容视图。

【讨论】:

【参考方案2】:

您应该通过下面的委托方法清除单元格的背景颜色。

func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell,
               forRowAt indexPath: IndexPath) 
    cell.backgroundColor = UIColor.clear

【讨论】:

我尝试了相同的方法,但它会部分填充单元格。就像单元格的一半获得背景颜色一样,另一半保持白色。 通常它应该可以工作,但我不知道你在 cellForRowIndexPath 方法中做了什么顺便说一句你得到了解决方案。欢呼声:)【参考方案3】:

cellForRowAtIndexpath方法中,使用

cell.backgroundColor = UIColor.clear

【讨论】:

以上是关于HTML 将背景图像应用于表格单元格 - 博客 - Campaign Monitor的主要内容,如果未能解决你的问题,请参考以下文章

应用于控制器的背景未应用于故事板swift中的表格视图单元格

如何使用 CSS 对齐图像,表格单元格的右下角?

静态部分/单元格的 UITableView 背景图像

如何使用 CSS 拉伸表格单元格的背景图像?

将图像插入 HTML 中的表格单元格

表格单元格中的 Mailchimp 背景图像