hyperlink - Can't get my <li> image link to go to the href url -
this problems me keeps existing. can't seem figure out doing wrong.
<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>
the css looks.
.flagholder { position: absolute; overflow: hidden; left: -5%; top: 50%; height: 100%; width: 100%; } .langeng { overflow:hidden; } ul { list-style-type: none; } .langeng { height:50px; width:50px; display: inline-block; background-repeat: no-repeat; }
Comments
Post a Comment