div和ul中的锚标签不起作用

时间:2015-07-29 16:53:51

标签: html html-lists anchor

我正在玩一个HTML模板。我制作了一个无序列表,使访问者可以在两种语言之间进行选择。在其中,我放置了一个锚标签,并在标签内放置了与所选语言相对应的图像,并附有一些文字。虽然我以前没有这个,但出于某种原因,当我尝试在Firefox或Chrome上测试页面时,锚标签不起作用。有什么建议?提前感谢您的时间。

代码:

     <div class="polyglot-language-switcher" style="margin-top:10px;float:right;">
        <ul>
            <li style="display:inline;margin-right:2px;"><a href="servicesEnglish.html" title="English (US)" ><img src="images/us.png" alt="English"> English (US)</a></li>
            <li style="display:inline;"><a href="#" title="Greek"><img src="images/gr.png" alt="Greek"> Ελληνικά</a></li>
        </ul>
    </div>

编辑: 我不知道,如果这有任何价值,但我最初从这个网站http://www.ixtendo.com/polyglot-language-switcher-2/复制了代码。但我只复制了HTML位。

1 个答案:

答案 0 :(得分:0)

只需从此链接下载Zip文件即可 https://github.com/ixtendo/Polyglot-Language-Switcher/archive/master.zip 并解压缩并打开index.html文件....这就是你想要的。