简体   繁体   English

href标记不起作用

[英]A href tag is not working

Strange thing happens, I have this code, on my wordpress site: 奇怪的事情发生了,我有这个代码,在我的wordpress网站上:

    <a href="www.google.com" target="_self" class="facebook" ><img src="<?php echo get_template_directory_uri(); ?>/images/facebook.png"/></a>

The image is loaded, but is not clickable, I mean nothing happens when I click on it, what's wrong? 图像已加载,但不可点击,我的意思是当我点击它时没有任何反应,出了什么问题?

The link to my page is: http://toibz.com/ibz . 我页面的链接是: http//toibz.com/ibz Click on the "facebook" logo in the lower right corner. 点击右下角的“facebook”徽标。

http://添加到您的链接中:

 <a href="http://www.google.com"..

设置position:fixed在标签上而不是浮动它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM