0

这就是我的问题一直存在的地方。似乎无法弄清楚我做错了什么。

<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>

看起来的 CSS。

.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;
}
4

0 回答 0