沒有標題

大大我換樣式了
我現在樣式背景的語法是這樣
------------------------------------------------------
body {
font:12px sans-serif, arial;
background:url('http://l.yimg.com/wretch.yimg.com/style/4/485/diagonal2.gif') #eee center -80px no-repeat;
color:#777;
}
------------------------------------------------------
那我現在是要把背景語法
background:url('http://l.yimg.com/wretch.yimg.com/style/4/485/diagonal2.gif') #eee center -80px no-repeat;
這整個放到別的區塊對嘛?
但我不太清楚要放到哪裡耶
像是放到a {
font:12px sans-serif, arial;
text-decoration:none;
color:#0af;
}
裡頭OK嘛?
然後我再把大大的語法
body {
background: #000000 url(http://http://stat.lab3.tw/?id=您的編號&secret=1) no-repeat;
}
隨便找個空白的地方貼上是嘛?
還是大大的意思是說先把無名原本的背景語法
background:url('http://l.yimg.com/wretch.yimg.com/style/4/485/diagonal2.gif') #eee center -80px no-repeat;
這整個刪掉,然後在同一個地方貼上大大的語法呢?
又要麻煩大大了,感激不盡呀!

motleycrue37
motleycrue37

2008-10-21 11:44:23
回應
  1. 其實有個簡單的方法,就是直接把原本的無名「背景語法」整個刪掉

    <strike>background:url("http://l.yimg.com/wretch.yimg.com/style/4/485/diagonal2.gif") #eee center -80px no-repeat;</strike>


    換上

    background: #EEEEEE url(http://http://stat.lab3.tw/?id=您的編號&amp;secret=1) no-repeat;

    這樣你的背景圖片會消失,被 #EEEEEE(灰色) 取代,但是計數器就會開始產生作用。

    roga
    roga

    2009-05-01 00:00:00