Image Can';我的<;李>;指向href url的图像链接

Image Can';我的<;李>;指向href url的图像链接,image,hyperlink,Image,Hyperlink,这就是我一直存在的问题。 似乎不明白我做错了什么 <div class="Flagholder"> <ul class="LangENG" style="position: relative; left: 10%;"> <li style="width: 250px; height: 50px;"> <a href="file://localhost/Users/Andreas/Desktop/Multimedia%20Design/Storcenter

这就是我一直存在的问题。 似乎不明白我做错了什么

<div class="Flagholder">
<ul class="LangENG" style="position: relative; left: 10%;">
<li style="width: 250px; height: 50px;">
<a href="file://localhost/Users/Andreas/Desktop/Multimedia%20Design/Storcenterapp/en/eng.html" target="_self">
<img src="images/LangENG.png" alt="English" width="50px"></a></li></ul></div>

你想具体做什么?我想让图像带我进入另一个页面。你看到了吗?localhost是一台PC还是一个网络位置?如果是本地资源,则必须在“file”关键字之前使用三倍正斜杠。
.Flagholder {
position: absolute;
overflow: hidden;
left: -5%;
top: 50%;
height: 100%;
width: 100%;
}

.LangENG {
overflow:hidden;
}

ul {
list-style-type: none;

}

.LangENG a {
height:50px;
width:50px;
display: inline-block;
background-repeat: no-repeat;
}