1、CSS定義,在Extensionsr/Cursor下拉框里有很多鼠標(biāo)樣式<HTML&g
我們常見默認的鼠標(biāo)指針就是箭頭形式,其實在電腦設(shè)置中,可以把鼠標(biāo)指針根據(jù)自己的喜好進行更換設(shè)置,甚至可以像更換壁紙一樣換成自己喜歡的圖標(biāo)方案。這樣也可以讓自己保持一顆好心情吧。
材料/工具
電腦鼠標(biāo)
方法
首先電腦桌面上點擊鼠標(biāo)右鍵,在彈出的對話框內(nèi)選擇個性化。
打開“控制面板”→“硬件和聲音”→“鼠標(biāo)”,在打開的“鼠標(biāo) 屬性”窗口中選擇“指針”選項卡,然后在方
點擊主題,在其中找到鼠標(biāo)光標(biāo)。
可以在網(wǎng)上下載鼠標(biāo)指針包!我就是下載的,60多種!然后單擊開始菜單,選擇設(shè)置--控置面板,進入控置面
點擊預(yù)覽找到想要的圖標(biāo),再點擊確定,就可以把鼠標(biāo)替換。
鼠標(biāo)指針風(fēng)格一個朋友希望把電腦桌面和改變一下鼠標(biāo)風(fēng)格,變得炫一點,好多朋友都喜歡動態(tài)鼠標(biāo)。大多數(shù)剛
擴展閱讀,以下內(nèi)容您可能還感興趣。
怎么把鼠標(biāo)指針改成自己喜歡的圖案?
先打開 控制面板---然后點 鼠標(biāo)圖標(biāo) ---再到指針那欄
如何把自己的網(wǎng)頁里面的鼠標(biāo)指針換成自己喜歡的圖案
1、CSS定義,在e799bee5baa6e4b893e5b19e31333262356137Extensionsr/Cursor下拉框里有很多鼠標(biāo)樣式
<HTML>
<HEAD>
<TITLE>Table of all supported cursors</TITLE><STYLE>
BODY
{
background-color:white;
color:black;
font-family:verdana;
font-size:.8em
} H1
{
font-size:1.5em;
color:#3366CC;
font-family:tahoma;
}
H2
{
font-size:1.3em;
color:#3366CC;
font-family:tahoma;
}
TD
{
background-color:#e4e4e4;
color:black;
font-family:verdana;
font-size:.8em;
width:125px;
padding:5px;
}
A
{
border-top:1px solid #e4e4e4;
padding-top:10px;
width:600px;
color:#3366CC;
text-decoration:none;
}
A:visited
{
color:#3366CC;
text-decoration:none;
}
A:hover
{
color:#3366CC;
text-decoration:underline;
}
</STYLE>
</HEAD><!--TOOLBAR_START-->
<!--TOOLBAR_EXEMPT-->
<!--TOOLBAR_END--><BODY><H1>Currently supported cursors</H1>
<P>When you use the inline style designation <STRONG>style="<EM>cursor:cursor</EM>"</STRONG>, the cursor displays the appropriate cursor for the cell that you move the pointer over.</P><B>Existing cursor styles</B>
<BR>
<BR>
<TABLE CELLPADDING="2" CELLSPACING="2">
<TR>
<TD STYLE="cursor:auto" >auto</TD>
<TD STYLE="cursor:crosshair" >crosshair</TD>
<TD STYLE="cursor:default" >default</TD>
<TD STYLE="cursor:move" >move</TD>
</TR>
<TR>
<TD STYLE="cursor:hand" >hand</TD>
<TD STYLE="cursor:text" >text</TD>
<TD STYLE="cursor:wait" >wait</TD>
<TD STYLE="cursor:help" >help</TD>
</TR>
<TD TITLE="This cursor style has been available in previous versions but has been updated for IE 6" >*-resize</TD>
</TABLE><H2>New cursors for IE 6</H2>
<TABLE>
<TR>
<TD STYLE="cursor:pointer; ">pointer</TD>
<TD STYLE="cursor:progress; ">progress</TD>
<TD STYLE="cursor:not-allowed; ">not-allowed</TD>
<TD STYLE="cursor:no-drop; ">no-drop</TD>
</TR>
<TR>
<TD STYLE="cursor:vertical-text; ">vertical-text</TD>
<TD STYLE="cursor:all-scroll; ">all-scroll</TD>
<TD STYLE="cursor:col-resize; ">col-resize</TD>
<TD STYLE="cursor:row-resize; ">row-resize</TD>
</TR>
</TABLE><BR>
<B>Directional cursors</B>
<BR>
<BR>
*-resize has been available in previous versions but has been updated for IE 6.
<BR>
<BR><TABLE>
<TR>
<TD STYLE="cursor:n-resize; ">n-resize</TD>
<TD STYLE="cursor:s-resize; ">s-resize</TD>
<TD STYLE="cursor:ne-resize; ">ne-resize</TD>
<TD STYLE="cursor:sw-resize; ">sw-resize</TD>
</TR>
<TR>
<TD STYLE="cursor:nw-resize; ">nw-resize</TD>
<TD STYLE="cursor:se-resize; ">se-resize</TD>
<TD STYLE="cursor:e-resize; ">e-resize</TD>
<TD STYLE="cursor:w-resize; ">w-resize</TD>
</TR>
</TABLE>
<BR><B>Custom cursors</B>
<BR>
<BR><TABLE CELLPADDING="2" CELLSPACING="2">
<TR>
<TD STYLE="cursor:url(elogo.cur); ">url(custom.cur)</TD>
<TD STYLE="cursor:url(banana.ani); ">url(custom.ani)</TD>
</TR>
</TABLE><P>[To view the source code, right-click anywhere in the window.]</P></BODY>
</HTML>
您可以先修改部分代碼再運行
2、隨鼠標(biāo)指針移動的時間
html>
<head>
<title>網(wǎng)頁特效|Linkweb.cn/Js|---跟隨鼠標(biāo)的日期時間表盤</title>
</head><BODY>
<!--將以下代碼加入HTML的<Body></Body>之間-->
<SCRIPT language=JavaScript>
<!--
dCol="0000FF"
fCol="FF0000"
sCol="00FF00"
mCol="000000"
hCol="000000"
ClockHeight=40;
ClockWidth=40;
ClockFromMouseY=0;
ClockFromMouseX=100;
d=new Array("星期日","星期一","星期二","星期三","星期四","星期五","星期六");
m=new Array("1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月");
date=new Date();
day=date.getDate();
year=date.getYear();
if (year < 2000) year=year+1900;
TodaysDate="年 "+m[date.getMonth()]+" "+day+"日 "+d[date.getDay()]+" "+year;
D=TodaysDate.split('');
H='...';
H=H.split('');
M='....';
M=M.split('');
S='.....';
S=S.split('');
Face='1 2 3 4 5 6 7 8 9 10 11 12';
font='Arial';
size=1;
speed=0.6;
ns=(document.layers);
ie=(document.all);
Face=Face.split(' ');
n=Face.length;
a=size*10;
ymouse=0;
xmouse=0;
scrll=0;
props="<font face="+font+" size="+size+" color="+fCol+">";
props2="<font face="+font+" size="+size+" color="+dCol+">";
Split=360/n;
Dsplit=360/D.length;
HandHeight=ClockHeight/4.5
HandWidth=ClockWidth/4.5
HandY=-7;
HandX=-2.5;
scrll=0;
step=0.06;
currStep=0;
y=new Array();x=new Array();Y=new Array();X=new Array();
for (i=0; i < n; i++){y[i]=0;x[i]=0;Y[i]=0;X[i]=0}
Dy=new Array();Dx=new Array();DY=new Array();DX=new Array();
for (i=0; i < D.length; i++){Dy[i]=0;Dx[i]=0;DY[i]=0;DX[i]=0}
if (ns){
for (i=0; i < D.length; i++)
document.write('<layer name="nsDate'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props2+D[i]+'</font></center></layer>');
for (i=0; i < n; i++)
document.write('<layer name="nsFace'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+Face[i]+'</font></center></layer>');
for (i=0; i < S.length; i++)
document.write('<layer name=nsSeconds'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+sCol+'><center><b>'+S[i]+'</b></center></font></layer>');
for (i=0; i < M.length; i++)
document.write('<layer name=nsMinutes'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+mCol+'><center><b>'+M[i]+'</b></center></font></layer>');
for (i=0; i < H.length; i++)
document.write('<layer name=nsHours'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+hCol+'><center><b>'+H[i]+'</b></center></font></layer>');
}
if (ie){
document.write('<div id="Od" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < D.length; i++)
document.write('<div id="ieDate" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props2+D[i]+'</font></div>');
document.write('</div></div>');
document.write('<div id="Of" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < n; i++)
document.write('<div id="ieFace" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props+Face[i]+'</font></div>');
document.write('</div></div>');
document.write('<div id="Oh" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < H.length; i++)
document.write('<div id="ieHours" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+hCol+';text-align:center;font-weight:bold">'+H[i]+'</div>');
document.write('</div></div>');
document.write('<div id="Om" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < M.length; i++)
document.write('<div id="ieMinutes" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+mCol+';text-align:center;font-weight:bold">'+M[i]+'</div>');
document.write('</div></div>')
document.write('<div id="Os" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < S.length; i++)
document.write('<div id="ieSeconds" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+sCol+';text-align:center;font-weight:bold">'+S[i]+'</div>');
document.write('</div></div>')
}
(ns)?window.captureEvents(Event.MOUSEMOVE):0;
function Mouse(evnt){
ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY;
xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX;
}
(ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
function ClockAndAssign(){
time = new Date ();
secs = time.getSeconds();
sec = -1.57 + Math.PI * secs/30;
mins = time.getMinutes();
min = -1.57 + Math.PI * mins/30;
hr = time.getHours();
hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360;
if (ie){
Od.style.top=window.document.body.scrollTop;
Of.style.top=window.document.body.scrollTop;
Oh.style.top=window.document.body.scrollTop;
Om.style.top=window.document.body.scrollTop;
Os.style.top=window.document.body.scrollTop;
}
for (i=0; i < n; i++){
var F=(ns)?document.layers['nsFace'+i]:ieFace[i].style;
F.top=y[i] + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll;
F.left=x[i] + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180);
}
for (i=0; i < H.length; i++){
var HL=(ns)?document.layers['nsHours'+i]:ieHours[i].style;
HL.top=y[i]+HandY+(i*HandHeight)*Math.sin(hrs)+scrll;
HL.left=x[i]+HandX+(i*HandWidth)*Math.cos(hrs);
}
for (i=0; i < M.length; i++){
var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes[i].style;
ML.top=y[i]+HandY+(i*HandHeight)*Math.sin(min)+scrll;
ML.left=x[i]+HandX+(i*HandWidth)*Math.cos(min);
}
for (i=0; i < S.length; i++){
var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds[i].style;
SL.top=y[i]+HandY+(i*HandHeight)*Math.sin(sec)+scrll;
SL.left=x[i]+HandX+(i*HandWidth)*Math.cos(sec);
}
for (i=0; i < D.length; i++){
var DL=(ns)?document.layers['nsDate'+i]:ieDate[i].style;
DL.top=Dy[i] + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll;
DL.left=Dx[i] + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180);
}
currStep-=step;
}
function Delay(){
scrll=(ns)?window.pageYOffset:0;
Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed);
Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed);
for (i=1; i < D.length; i++){
Dy[i]=Math.round(DY[i]+=(Dy[i-1]-DY[i])*speed);
Dx[i]=Math.round(DX[i]+=(Dx[i-1]-DX[i])*speed);
}
y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);
x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);
for (i=1; i < n; i++){
y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);
x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);
}
ClockAndAssign();
setTimeout('Delay()',40);
}
if (ns||ie)window.onload=Delay;
//-->
</SCRIPT>
</body></html>
希望對你有幫助
怎么換鼠標(biāo)指針的顏色和圖案?
1.首先到網(wǎng)上下載鼠標(biāo)指針主題包
2.打開控制面板下面“鼠標(biāo)”按鈕知,打開鼠標(biāo)屬性配置窗口
3.點擊“指針”標(biāo)簽,windows列出預(yù)置系統(tǒng)下默認所有鼠標(biāo)的狀道態(tài)及圖標(biāo),雙擊需要更改圖標(biāo)的狀態(tài)列,如下圖修改“正常選擇”狀態(tài)下的鼠標(biāo)箭頭圖標(biāo)
4.在鼠標(biāo)主題包里選擇需要更換的圖片后點內(nèi)“確容定”,即可預(yù)覽到鼠標(biāo)箭頭的圖標(biāo)
5.確認無誤后點擊“確定”,這時把鼠標(biāo)移動到非編輯區(qū)域即可持到鼠標(biāo)的圖標(biāo)已修改成已編輯的圖片。
如何把鼠標(biāo)指針改為系統(tǒng)默認樣式
打開“控制面板”→“硬件和聲音”→“鼠標(biāo)”,zd在打開的“鼠標(biāo) 屬性”窗口中選擇“指針”選項卡,然后在方案列表中選擇一種“鼠標(biāo)系統(tǒng)方案”,點擊“確定”即可完成鼠標(biāo)指針的更改操作。
任務(wù)欄上的快捷圖標(biāo)與XP系統(tǒng)相比明顯變大了,如果你喜歡較小的圖標(biāo),可以讓任務(wù)欄上的快捷圖標(biāo)變小。將鼠標(biāo)指針移回動到任務(wù)欄上,單擊鼠標(biāo)右鍵,在彈出的快捷菜單中選擇“屬性”,彈出“任務(wù)欄和開始菜單屬性”窗口,切換到“任務(wù)欄”選項卡,勾選“使用小圖標(biāo)”,單擊“確定”按鈕(如圖1),任務(wù)欄中的圖標(biāo)就會變小,既節(jié)答省任務(wù)欄空間,又不會影響任務(wù)欄的操作。
怎么把鼠標(biāo)指針變成圖片
可以在網(wǎng)上下載鼠標(biāo)指針包zhidao!我就是下載的,60多種!然后單擊開始菜單,選擇設(shè)置--控置內(nèi)面板,進入控置面板,在控置面板中雙擊鼠標(biāo)圖標(biāo),進入鼠標(biāo)屬性對話框,選擇指針選項卡,在自定義里面就可容以設(shè)置自己喜歡的鼠標(biāo)指針了。
聲明:本網(wǎng)頁內(nèi)容旨在傳播知識,若有侵權(quán)等問題請及時與本網(wǎng)聯(lián)系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com