请看看这个小提琴
如何使背景图片可点击?当点击“参加调查”时,将进入一个新页面。
<div style="height:300px;width:300px;border-style:solid;border-width:5px;background-image:url('http://cdn.survey.io/embed/1.0/right_top_blue.png'); background-repeat:no-repeat;background-position:right top;">
By default, the background-image property repeats an image both horizontally and vertically.
</div>
Javascript 或 CSS 都是首选。
编辑:我不想使用图像浮动到右上角。