English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
所有分類

我為了要修改無名網誌游標
就到CSS修改
結果笨拙的我
不知道怎麼用
(現在還是不會
說什麼要一按進去就是圖ㄉ網址)
我根本聽不懂
所以我就到
新網誌設計小幫手
設計
結果我就很認命的到游標慢慢用
(雖然我還是有些地方是手指)
請各我大大教教我
把白邊變消失
還要教我游標
(基本上是只要有白邊消失就可以ㄌ
但有游標就直接選為ㄌ)
感謝各位大大
我游標是用
http://www.chinesefreewebs.com/pon1204/b8.ani

這是我的網誌
http://www.wretch.cc/blog/qazqaz125

這是現在的CSS(由於自述有限所以我把一些貼到補充或意見)
/* ----------
modified by qazqaz125
powered by wretch design wizard - www.wretch.cc
---------- */
body {
background-attachment: scroll;
margin: 0px 0px 10px;
cursor: e-resize;
color: #e91313;
background-repeat: repeat;
background-color: #151515;
}
a {
color: #99ccff;
text-decoration: none;
}
a:link {
color: #99ccff;
text-decoration: none;
}
a:visited {
color: #99ccff;
text-decoration: none;
}
a:active {
color: #99cc66;
}
a:hover {

CURSOR: url('url(http://www.chinesefreewebs.com/pon1204/b8.ani)color: #99cc66');
}
h1 {
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
margin: 0px;
padding-top: 0px;
}
h2 {
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
margin: 0px;
padding-top: 0px;
}
h3 {
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
margin: 0px;
padding-top: 0px;
}
#banner {
padding-right: 15px;
border-top: #999 3px dotted;
padding-left: 15px;
font-weight: normal;
font-size: x-large;
background: #151515;
padding-bottom: 15px;
cursor: url('http://www.chinesefreewebs.com/pon1204/j6.ani ');
color: #ffffff;
padding-top: 15px;
border-bottom: #999 1px dotted;
font-family: verdana, arial, sans-serif;
letter-spacing: 0.2em;
}
#banner a {
font-size: x-large;
color: #ffffff;
font-family: verdana, arial, sans-serif;
text-decoration: none;
}
#banner a:link {
font-size: x-large;
color: #ffffff;
font-family: verdana, arial, sans-serif;
text-decoration: none;
}
#banner a:visited {
font-size: x-large;
color: #ffffff;
font-family: verdana, arial, sans-serif;
text-decoration: none;

2007-05-21 19:23:50 · 2 個解答 · 發問者 angel 1 in 電腦與網際網路 程式設計

}
#banner a:active {
font-size: x-large;
color: #ffffff;
font-family: verdana, arial, sans-serif;
text-decoration: none;
}
#banner a:hover {
font-size: x-large;
color: #ffffff;
font-family: verdana, arial, sans-serif;
text-decoration: none;

2007-05-21 19:24:18 · update #1

}
.description {
font-weight: bold;
font-size: x-small;
background: #000000;
text-transform: none;
color: #999999;
font-family: verdana, arial, sans-serif;
letter-spacing: normal;

2007-05-21 19:25:03 · update #2

}
#content {
border-right: #999 1px dotted;
background-position: 0% 0%;
background-attachment: scroll;
float: left;
padding-bottom: 20px;
width: 65%;
color: #151515;
margin-right: 15px;
background-repeat: repeat;
background-color: transparent;

2007-05-21 19:25:07 · update #3

}
#links {
padding-right: 15px;
font-weight: bold;
font-size: small;
filter: alpha(opacity=60);
margin-left: 67%;
cursor: crosshair;

}
.blog {
padding-right: 15px;
padding-left: 15px;
padding-top: 15px;
}

2007-05-21 19:25:17 · update #4

.blogbody {
padding-right: 10px;
background-position: 0% 0%;
padding-left: 10px;
font-weight: normal;
font-size: small;
background-attachment: scroll;
cursor: crosshair;

2007-05-21 19:25:39 · update #5

color: #cccccc;
line-height: 140%;
padding-top: 10px;
background-repeat: repeat;
font-family: verdana, arial, sans-serif;
background-color: #333333;

2007-05-21 19:25:44 · update #6

}
.title {
font-weight: bold;
font-size: small;
color: #cccccc;
font-family: verdana, arial;
}
#menu {
background: #333333;
margin-bottom: 15px;

}

2007-05-21 19:25:52 · update #7

.date {
border-right: #ccc 1px solid;
padding-right: 5px;
border-top: #ccc 1px solid;
padding-left: 5px;
font-weight: normal;
font-size: small;
margin-bottom: 10px;
;

2007-05-21 19:26:04 · update #8

padding-bottom: 5px;
border-left: #ccc 1px solid;
color: #cccccc;
padding-top: 5px;
border-bottom: #ccc 1px solid;
font-family: verdana, arial, sans-serif

2007-05-21 19:26:11 · update #9

}
.posted {
font-size: x-small;
margin-bottom: 15px;
color: #cccccc;
font-family: verdana, arial, sans-serif;
}
.calendar {
padding-right: 2px;
padding-left: 2px;
font-weight: normal;
font-size: x-small;
background: #333333;
padding-bottom: 2px;

2007-05-21 19:26:28 · update #10

cursor: url(' http://www.chinesefreewebs.com/pon1204/b8.ani ');
color: #e99b4d;
line-height: 140%;
padding-top: 2px;
font-family: verdana, arial, sans-serif;
text-align: center;
}

2007-05-21 19:26:45 · update #11

.calendarhead {
padding-right: 2px;
padding-left: 2px;
font-weight: bold;
font-size: x-small;
background: #333333;
padding-bottom: 2px;
color: #cccccc;
line-height: 140%;
padding-top: 2px;
font-family: verdana, arial, sans-serif;

2007-05-21 19:26:50 · update #12

}
.side {
padding-right: 2px;
padding-left: 2px;
font-weight: normal;
font-size: x-small;
background: #333333;
padding-bottom: 2px;
cursor: crosshair;
color: #e99b4d;
line-height: 140%;
padding-top: 2px;
font-family: verdana, arial, sans-serif;
}

2007-05-21 19:26:57 · update #13

.sidetitle {
padding-right: 2px;
margin-top: 10px;
padding-left: 2px;
font-weight: bold;
font-size: x-small;
padding-bottom: 2px;
cursor: url(' http://www.chinesefreewebs.com/pon1204/b8.ani ');

2007-05-21 19:27:08 · update #14

color: #999999;
line-height: 140%;
padding-top: 2px;
font-family: verdana, arial, sans-serif;
letter-spacing: 0.2em;
text-align: left;

2007-05-21 19:27:13 · update #15

}
.syndicate {
padding-right: 2px;
margin-top: 10px;
padding-left: 2px;
font-size: xx-small;
padding-bottom: 2px;
line-height: 140%;
padding-top: 2px;
font-family: verdana, arial, sans-serif;
text-align: center;
}

2007-05-21 19:27:21 · update #16

.powered {
padding-right: 2px;
border-top: #ccc 1px solid;
margin-top: 10px;
padding-left: 2px;
font-weight: bold;
font-size: xx-small;
padding-bottom: 2px;
color: #cccccc;
line-height: 140%;

2007-05-21 19:27:42 · update #17

padding-top: 2px;
border-bottom: #ccc 1px solid;
font-family: verdana, arial, sans-serif;
letter-spacing: 0.2em;
text-align: center;
}
.comments-body {
padding-right: 10px;
padding-left: 10px;
font-weight: normal;
font-size: small;

2007-05-21 19:27:57 · update #18

background: #333333;
padding-bottom: 15px;
color: #cccccc;
line-height: 12px;
font-family: verdana, arial, sans-serif;
}
.comments-post {
font-weight: normal;
font-size: x-small;
background: #333333;
color: #999999;
font-family: verdana, arial, sans-serif;

2007-05-21 19:28:12 · update #19

2 個解答

你稿ㄉ太複雜ㄌ吧...
直接把語法貼到css裡面就好ㄌ呀...
完全不用理css裡面原本ㄉ東西.....
就是直接把滑鼠游標ㄉ語法套用好...
給他貼最下面就好ㄌ.....再儲存...就會有ㄌ...
下面是語法..
body{cursor:url("游標圖片檔網址")}
a:hover {cursor:url("游標圖片檔網址")}

1.body開頭的語法..代表著一般時候的游標。
a:hover開頭的語法..代表當滑鼠移到超連結時候的游標。
兩者同時加入即可呈現跳換變化。

假設你ㄉ游漂網址是
http://www.chinesefreewebs.com/pon1204/b8.ani
套用語法就變成像下面醬..
body{cursor:url(http://www.chinesefreewebs.com/pon1204/b8.ani )}
直接給他貼下去css裡面就好.....就是這ㄇ簡單...
反正就是不要改到其他ㄉ地方..找空位置貼就好ㄌ..
我都是醬用ㄉ...
不懂可以來問我...
http://www.wretch.cc/guestbook/ttt6936

2007-05-23 07:42:18 · answer #1 · answered by ? 5 · 0 0

搜尋取代:

body {
background-attachment: scroll;
margin: 0px 0px 10px;
cursor: e-resize;
color: #e91313;
background-repeat: repeat;
background-color: #151515;
cursor:url('http://www.chinesefreewebs.com/pon1204/b8.ani');
}

#banner {
padding-right: 15px;
padding-left: 15px;
font-weight: normal;
font-size: x-large;
background: #151515;
padding-bottom: 15px;
cursor: url('http://www.chinesefreewebs.com/pon1204/j6.ani ');
color: #ffffff;
padding-top: 15px;
font-family: verdana, arial, sans-serif;
letter-spacing: 0.2em;
}

#content {
background-position: 0% 0%;
background-attachment: scroll;
float: left;
padding-bottom: 20px;
width: 65%;
color: #151515;
margin-right: 15px;
background-repeat: repeat;
background-color: transparent;
}


.date {
padding-right: 5px;
padding-left: 5px;
font-weight: normal;
font-size: small;
margin-bottom: 10px;
padding-bottom: 5px;
color: #cccccc;
padding-top: 5px;
font-family: verdana, arial, sans-serif;
}
.powered {
padding-right: 2px;
margin-top: 10px;
padding-left: 2px;
font-weight: bold;
font-size: xx-small;
padding-bottom: 2px;
color: #cccccc;
line-height: 140%;
padding-top: 2px;
font-family: verdana, arial, sans-serif;
letter-spacing: 0.2em;
text-align: center;
}


2007-05-22 17:26:40 · answer #2 · answered by mh 7 · 0 0

fedest.com, questions and answers