我想添加一個超鏈接到這個背景圖片。我應該在樣式表中創建一個新類嗎? (當我試圖給新班級打電話時,圖像消失了)。如何將超鏈接添加到背景圖片?
body{
background-image:url('http://thehypebr.com/wp-content/uploads/2010/09/boundless-sem-branco-2.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
line-height:20px; font-size:14px;
font-family:"Trebuchet MS";
margin:0
}
編輯:(?由新的div類創建)現在有一個在頂部和底部的空白
非常感謝!但是現在頂部底部和頁面菜單本身就有空白區域。 http://thehypebr.com/ – pmchrislee 2010-09-23 13:23:13
不要做''onclick =「window.location.href =」http://boundlessny.com/clothing「」' - 做'「onclick ='window.location.href = 「http://boundlessny.com/clothing'」' - 即在雙引號內嵌套單引號。 – Skilldrick 2010-09-23 13:33:05
加'寬度:100%;' – Skilldrick 2010-09-23 13:33:56