我有以下的HTML代碼:與CSS的位置鏈接?
<div class="impressum">
<a class="impressumstyle" href="https://www.google.de/?gws_rd=ssl">Impressum</a>
</div>
在我的CSS文件:
.impressum {
position: relative;
left: 20px;
top: 275px;
background: transparent;
text-align: left;}
.impressumstyle {
font-family: Verdana;
font-style: normal;
font-weight: bold;
font-size: 16px;
color: #fff;
text-decoration: none;}
.impressumstyle:hover {
color: #8d8d8d;}
我的問題是,該鏈接,當我在.impressum使用最高值,不工作了。它不會再改變它的顏色了。問題在哪裏? 謝謝。
它似乎正常工作:https://jsfiddle.net/b9ku0xj0/ – Roy
我會再次。 –