因此,在我的計算機上使用本地網站時,鼠標懸停在圖片上的效果非常完美。但是,當我將該網站放在服務器上時,圖像不會出現。將鼠標懸停在圖片上不會在網站生效時出現
我指的是與灰色背景圖像的鏈接。我已經提供了專門用於聯繫我們鏈接的CSS。
http://bankruptcyimmigrationlaw.com/NEWSTARTLAW/Home.html
...
#Contact_us li:first-child a {
padding:9px 5px 15px 30px;
margin-top:25px;
background-image:url(../images/DefaultNavBg.png);
background-position:-30px -15px;
background-repeat:no-repeat;
height:76px;
width:350px;
border-bottom:none;
text-decoration:none;
}
#Contact_us li:first-child a:hover {
padding:9px 5px 0px 15px;
margin-top:25px;
background-image:url(../images/CurrentNavBg.png);
background-position:-30px -15px;
background-repeat:no-repeat;
height:76px;
width:350px;
border-bottom:none;
cursor:pointer;
text-decoration:none;
}
我得到404s的'http:// bankruptcyimmigrationlaw.com/NEWSTARTLAW/images/CurrentNavBg.png' – Musa 2012-07-27 19:31:31