我搜索过并找到了无数的答案,似乎没什么用。我有一个带有3个提交按钮的表。我需要这些按钮上的背景图像。我试过添加
background:url(https://docs.google.com/a/mancino.ca/uc?id=0B15Sq4XXVbGIZm1jVG9xejA1TkE&export=download);
仅仅本身,没有别的,我已尝试添加z-index
-1
,尝试删除no-repeat
并为其创建单独的行。
background-repeat:no-repeat;
正如我所说,只有网址单独工作,我也尝试将带有bg图片的样式添加到td
标签中。我生气和失望,我遇到了这么大的麻烦。最后要注意的是我正在开发谷歌应用程序上的应用程序使用谷歌脚本iframe所有这些HTML。最后一点。是的,我确实尝试添加''在网址周围。
<td style="width:60px">
<div style="text-align:left"><input onclick="document.itemForm.pressed.value=this.id;" type="submit" id="search" value="" style="width:250px; height:250px; background:url(https://docs.google.com/a/mancino.ca/uc?id=0B15Sq4XXVbGIZm1jVG9xejA1TkE&export=download); background-repeat: no-repeat; background-position:center; z-index: -1;" alt="SEARCH"></div>
</td>
<td style="width:60px">
<div style="text-align:left"><input onclick="document.itemForm.pressed.value=this.id;" type="submit" id="edit" value="" style="width:250px; height:250px; background:url(https://docs.google.com/a/mancino.ca/uc?id=0B15Sq4XXVbGIM0luZ2FPN1ktODA&export=download) no-repeat; background-position:center;" alt="EDIT"></div>
</td>
<td style="width:60px">
<div style="text-align:left"><input onclick="document.itemForm.pressed.value=this.id;" type="submit" id="add" value="" style="width:250px; height:250px; background:url(https://docs.google.com/a/mancino.ca/uc?id=0B15Sq4XXVbGIWWt2TGxnVzFBT1U&export=download) no-repeat; background-position:center;" alt="ADD"></div>
</td>
答案 0 :(得分:0)
请勿尝试从Google驱动器文件进行链接。我相信你的问题来自哪里。