HTML - 按钮mutiplies和消失

时间:2017-06-08 02:16:32

标签: php html css

Hello Stack Overflowers,

希望有人可以解决这个谜题。 我为捐赠按钮编写了这个HTML代码。而且效果非常好。 现在,当我将它放在WordPress中的一个小部件中时,它会显示多个 纽扣。当我点击它时,它会转到链接,但按钮会消失。 有谁知道确切的问题是什么? 谢谢

<div onclick="location.href='https://aol.com/';" class="result15823794" 
style="background-image:     

url(&quot;https://s25.postimg.org/4cld27ruz/button_RAY.png&quot;);width: 
180px; height: 45px;" 
    " onmouseover="this.style.backgroundImage 
='url(https://s25.postimg.org/s4uodqtvv/button_RAYbrdr.png)'
        " onmouseout="this.style.backgroundImage =     
        'url(https://s25.postimg.org/4cld27ruz/button_RAY.png)'" 
onclick="location.href='https://aol.com/';">
        <div style="background-image:     
url(https://s25.postimg.org/6sn6g29xn/button_RA.gif)
        width: 180px; height: 45px;">
        </div>
  </div>

0 个答案:

没有答案