为了账号安全,请及时绑定邮箱和手机立即绑定

如何让整个背景图片可点击?

如何让整个背景图片可点击?

牧羊人nacy 2023-12-19 16:26:36
我正在尝试通过电子邮件发送图像,因此我想让整个图像可点击。我期望以 ii 的方式构建代码,因为其他格式不支持。  <div class="container" style="background: url('https://firebasestorage.googleapis.com/v0/b/growthfilepractice.appspot.com/o/1%20(2).jpg?alt=media&token=48244df9-a2bb-412a-81f5-854e2dbc4939');background-repeat: no-repeat;background-size:500px 500px;height: 500px;margin-left: 20%;">    <a href ="https://github.com/" style="text-decoration: none;">      <table>        <tr>          <td><h3 style="color: #fff;margin-top: 195px;margin-left:60px;font-weight: 600;font-family:Montserrat;">xyz</h3></td>        </tr>        <tr>        </tr>      </table>    </a>  </div>
查看完整描述

1 回答

?
德玛西亚99

TA贡献1770条经验 获得超3个赞

<a href ="https://github.com/"  style="width: 500px;height: 500px; position: relative; margin-left: 20%;text-decoration: none; display: block;">

  <img src="https://firebasestorage.googleapis.com/v0/b/growthfilepractice.appspot.com/o/1%20(2).jpg?alt=media&token=48244df9-a2bb-412a-81f5-854e2dbc4939" style="position: absolute; width: 100%; height: 100%;  object-fit: contain; object-position: left top; z-index: -1;">

  <table style="position: relative; z-index: 1;">

    <tr>

      <td><h3 style="color: #fff;margin-top: 135px;margin-left:60px;font-weight: 600;font-family:Montserrat;">xyz</h3></td>

    </tr>

    <tr>



    </tr>

  </table>

</a>


查看完整回答
反对 回复 2023-12-19
  • 1 回答
  • 0 关注
  • 54 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信