2013-02-21 62 views

回答

0

在你的CSS 「的style.css」 文件從變化:

body { 
    background: #fef752 url(images/bg.jpg) no-repeat fixed center center; 
    color: #666; 
    font: 85%/140% Arial, Helvetica, sans-serif; 
    width: 1000px; 
    max-width: 96%; 
    margin: 0 auto; 
    cursor: url(images/spongebob.gif), auto; 
} 

這樣:

body { 
    background: #fef752 url(images/bg.jpg) no-repeat fixed center center; 
    color: #666; 
    font: 85%/140% Arial, Helvetica, sans-serif; 
    cursor: url(images/spongebob.gif), auto; 
} 
+0

謝謝你Kannika。有用! – 2013-02-21 12:51:37