图片Clickable Inside Div

时间:2015-09-15 13:53:54

标签: html image

这是我的代码。无论我尝试什么,我都无法让它工作...... 谢谢你的帮助!

我需要点击img。

<img class="ls-l" style="left: 550px; top: 30px;" src="images/slider_img_02.png" alt="Image layer" data-ls="
                offsetxin: bottom;
                offsetxout: 0;
                offsetyin: 500;
                offsetyout: bottom;
                easingin: easeInOutCubic;
                durationin: 1200;
                durationout: 50;
                delayin: 200;
            ">  

        </div>

3 个答案:

答案 0 :(得分:0)

请尝试以下代码:

您可以设置Anchor标记以填充整个父级。

this.Label1.Background = (LinearGradientBrush)this.FindResource("headerBackground")

,整个<div> <a href="..." style="display: block; height: 100%"> <img src="..." alt=".." /> </a> </div> 都可以点击。

答案 1 :(得分:0)

您必须将img标记放在锚标记内,如下所示才能使图像可点击

<a href="#">
<img class="ls-l" style="left: 550px; top: 30px;" src="images/slider_img_02.png" alt="Image layer" data-ls="
                offsetxin: bottom;
                offsetxout: 0;
                offsetyin: 500;
                offsetyout: bottom;
                easingin: easeInOutCubic;
                durationin: 1200;
                durationout: 50;
                delayin: 200;
            " />  
</a>

答案 2 :(得分:0)

if item in mydict.keys()