嗨在我的網站website(密碼:ebriff)我已經添加了小白色三角形作爲圖片到活動鏈接。但因爲我有一張圖片作爲我的第一個菜單鏈接,所以不會添加到該圖片中。我如何解決這個問題?將樣式添加到活動鏈接?
CSS:
.top-menu li{
margin: 0;
float: left;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
color: #fff; /* text color */
font-size: 15px;
text-shadow: 0 1px 0 rgba(0,0,1,.5); /* drop shadow */
letter-spacing: 1px;
font-weight: 300;
}
li.top {
border-right: 1px solid #007472;
border-left: 1px solid #009C9A;
}
li.top:last-child {
border-right: none;
}
li.top:first-child {
width: 70px;
border-left: none;
background: url({{'home-icon.png'|asset_url}}) no-repeat 24px 25px;
text-indent: -9999px;
}
.current {
background: url({{'triangle.png'|asset_url}}) no-repeat center bottom}
}
這將是巨大的,如果你能告訴我們你的HTML了。 – Steve 2013-03-20 22:13:05
嗯......你確定在這個你不擁有或控制的公開網站中包含密碼是安全的嗎? – 2013-03-20 22:13:07
如果密碼不敏感,並且稍後您將更改該密碼,則該鏈接將會失效並且該問題將來無法使用。 – 2013-03-20 22:15:48