咳,在此呢,我又要说一下废话了,其实在很早之前,就有收集博客代码的习惯,逐渐就积累了很多博客的装扮技巧,很多时候别人进来我这里做客时,会问这样那样的关于博客代码的问题,有时候,太多人问了,我觉得挨个回答有点麻烦,还不如写个东西出来供大家自行学习更好。不过一直都没有这个恒心去做,于是,就懒了下来:(

现在作为博客生活这个大家庭中的管理员,我就该以身作则,为大家服务。早前也有个博客用户提醒了我,让我收集一下经常会碰到的关于博客代码的问题,做个索引,好让大家自行查阅,也免去了私下留言,邮件往返的麻烦。因此,就成就了我这篇问题集的出现,呵呵。

我只能把我知道的放这里,如果有其他特殊的问题,欢迎大家给我的邮箱留言:kid0030@126.com,如果我没有及时回复大家,请大家耐心等待,不过我每天都会看邮箱的,所以应该能在24小时内给与答复:)

好啦,进入正题吧,先在这里做个目录,方便大家在这里查找,不用挨个问题去翻。

一、技巧篇
1.如何给你的博客添加背景音乐
2.如何给你的博客添加透明FLASH
3.如何修改你的博客背景
4.如何让你的鼠标指针个性化
5.如何在公告栏里添加图片
6.滚动条配色代码
7.漂亮的时钟代码特效
8.各种博客效果代码推荐:
1〉跟随鼠标的还会闪烁的星星
2〉音乐光环
3〉跟随鼠标的星星
4〉动力光环
5〉在鼠标后面跟着一串飘动的字符
6〉鼠标放到链接上就会出现一个说明框,里面有滚动的文字说明
7〉跟着鼠标的字
8〉让你的鼠标指针变成一个小十字
9〉坐标式鼠标
10〉逐次出现的状态栏字
11〉状态栏的字从右向左飘
12〉固定不变的状态栏
13〉状态栏的字逐个从右向左飞出
14〉状态栏的字像打字一样出现再消失
15〉闪烁的状态栏的字
16〉状态栏访客停留时间
17〉状态栏像波纹一样的字

二、资源篇
1.透明FLASH资源
2.在线CSS编辑器
3.通用滚动条配色工具

内容:
一、技巧篇
1.如何给你的博客添加背景音乐
只需把以下代码复制到你的后台管理——选项——CONFIGURE——公告栏即可

贴rm,ra,ram格式的音乐,代码如下:
<embed width="0" height="0" type="audio/x-pn-realaudio-plugin" autostart="true" controls="ControlPanel" src="你的音乐连接地址";></embed>

贴midi,asf,wma,asx格式的音乐,代码如下:
<embed autostart="true" loop="-1" controls="ControlPanel" width="0" height="0" src="你的音乐连接地址";></embed>

贴mp3格式的音乐,代码如下:
<EMBED src="你的音乐连接地址" type="audio/mpeg " controls="ControlPanel" width="0" height="0" loop="true" autostart="true"></embed>

loop表示循环数,-1表示始终循环,autostart表示自动播放,若为true表示自动播放,若为false则为手动播放。
这里要注意的是,你的音乐连接地址,必须是有效的网络地址,并非在线试听的地址。百度的搜索引擎就提供很多有效的网络地址,建议尽量在那里搜索。

如果要隐藏播放器,代码如下:
<embed src="你的音乐连接地址" hidden autostart="true" loop="true"></embed>

网上还有一些播放器的代码,直接在网上注册各种播放器,就可以复制所给出的代码,也是放到同样的地方即可。这里就不作详细介绍了啊。

2.如何给你的博客添加透明FLASH
当你进入一个博客看到一些飘落的雪花啊,落叶啊,游动的金鱼,雨滴啊什么的,这些就是透明FLASH效果。要添加这样的效果也很简单,只需要进入你的后台管理——选项——CONFIGURE——公告栏,把代码复制到这里即可。

<embed style="LEFT: 5px; POSITION: absolute; TOP: -20px" align=right src="透明FLASH地址" width=900 height=535 type=application/x-shockwave-flash wmode="transparent" quality="high"></embed>

透明FLASH网上有很多,可以搜索一下,直接把地址帖过来这个代码里面就可以。

3.如何修改你的博客背景
这个比较大篇幅,所以请点击这里进入学习。

4.如何让你的鼠标指针个性化
你也看到过一些博客的鼠标图案非常个性化,可以是小老鼠啦、水滴啦等等图案,有静态的也有动态的。只需把以下代码复制到你的后台管理——选项——CONFIGURE——公告栏即可。
这些效果的代码如下:
<style>
<!--
BODY{cursor:url(指针文件地址); }/* 显示除链接外所有区域的指针样式*/
a {cursor:url(指针文件地址);}/* 显示链接的指针样式 */
-->
</style>

把你的鼠标图案的网上连接地址换到指针文件地址去就可以了哇~~~~~记住是网上的地址哦,如果直接复制自己本地电脑里面的路径上去是不行的。如果没有网络空间,那么可以到以下地址上传你的鼠标指针图案:http://bzwaltz.w1.net.cn/upload/upload.asp

5.如何在公告栏里添加图片
把如下代码放到公告栏即可:
<IMG height=176 src="图片连接地址" width=150 border=0>
其中height是图片的高度,width是图片的宽度,要调好图片大小,注意不要让你的博客首页变形哦~~~

6.滚动条配色代码
把如下代码放到公告栏即可:
<STYLE type=text/css>
body
{
  scrollbar-face-color: #000000;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #000000;
  scrollbar-arrow-color: #ffffff;
  scrollbar-base-color: #ffffff;
  scrollbar-dark-shadow-color: #000000;
}
</STYLE>
那些#+数字是颜色代码,如果要配色,可以到这里查找你喜欢的颜色:http://www.ezhy.com/zhiyong/color.htm

7.漂亮的时钟代码特效
<CENTER><EMBED height=130 src=http://www.59178.com/Twins/Twins07.swf style="HEIGHT: 130px; WIDTH: 144px" type=application/octet-stream width=144></CENTER>

只要将上面代码中FLASH地址里的“07”改为“01”到“08”中随便一个数字就可以实现8种其他的时钟代码效果。

8.各种博客效果代码推荐(这些代码全部只需要复制到后台管理——选项——CONFIGURE——公告栏即可。)另外还可以从网上找到很多效果代码,只要耐心搜索一下,会发现其实还有很多很多代码,我并没有整理出来。

1〉跟随鼠标的还会闪烁的星星
<SCRIPT language=JavaScript>
<!--
if (document.all){
//To add more stars simply add more colours in below array!!
colours=new Array('ff0000','00ff00','3366ff','ff00ff','ffa500','ffffff','fff000')

//Alter nothing below!!
amount=colours.length;
YgetDelay=0,XgetDelay=0,Ydelay=0,Xdelay=0,step=0.2,currStep=0,my=0,mx=0;
document.write('<div id="ie" style="position:absolute;top:0;left:0;"><div style="position:relative">');
for (i=0; i < amount; i++)
document.write('<div id="iestars" style="position:absolute;top:0px;left:0px;height:50px;width:50px;font-family:Courier New;font-size:5px;color:'+colours[i]+';padding-top:20px;text-align:center">.</div>');
document.write('</div></div>');
ini=1;
gstep=1;
function iMouse(){
my=event.y;mx=event.x;
}
document.onmousemove=iMouse
function dim(){
ini-=gstep;
dt=setTimeout('dim()',10);
if (ini < 2){
clearTimeout(dt);
glow();
}
}
function glow(){
ini+=gstep;
gt=setTimeout('glow()',10);
if (ini > 14){
clearTimeout(gt);
dim();
}
}
function stars(){
ie.style.top=document.body.scrollTop;
for (i=0; i < amount; i++)
{
var layer=iestars[i].style;
layer.filter='glow(color='+colours[i]+', strength='+ini+')';
layer.top= Ydelay+100*Math.sin((5*Math.sin((currStep-15.99)/10))+i*70)*Math.sin((currStep)/10)*Math.cos((currStep+i*25)/10);
layer.left=Xdelay+180*Math.cos((5*Math.sin((currStep-15.99)/10))+i*70)*Math.sin((currStep)/10)*Math.cos((currStep+i*25)/10);
}
currStep+=step;
}
function delay(){
Ydelay = YgetDelay+=(my-YgetDelay)*1/20;
Xdelay = XgetDelay+=(mx-XgetDelay)*1/20;
stars();
setTimeout('delay()',10);
}
delay();
glow();
}
//-->
</SCRIPT>

2〉音乐光环
<SCRIPT LANGUAGE="JavaScript">
ns = (document.layers)?1:0;
Clrs = new Array ('ff0000','00ff00','ffffff','ff00ff','ffa500','ffff00',' 00ff00','ffffff','ff00ff')
yBase = 0;
xBase = 0;
step = 3;
currStep = 0;
Ypos = 0;
Xpos = 0;
if (ns){
for (i = 0; i < 14; i++)
document.write('<LAYER NAME="n'+i+'" LEFT=0 TOP=0  CLIP="0,0,'+i/4+','+i/4+'"></LAYER>');
window.captureEvents(Event.MOUSEMOVE);
function nMouse(evnt){
Ypos = evnt.pageY;
Xpos = evnt.pageX;
}
window.onMouseMove = nMouse;
}
else{
document.write('<div  style="position:absolute;top:0;left:0"><div  style="position:relative">');
for (i=0; i < 14; i++)
{document.write('<div id="me"  style="position:absolute;top:0;left:0;width:'+i/4+';heig ht:'+i/4+';font-size:'+i/4+'"></div>')}
document.write('</div></div>');
function iMouse() {
Ypos = event.y+document.body.scrollTop;
Xpos = event.x+document.body.scrollLeft;
}
document.onmousemove = iMouse;
}
function Comet() {
var yBase = (document.layers)? window.innerHeight/4:window.document.body.clientHeight/4 ;
var xBase = (document.layers)? window.innerWidth/4:window.document.body.clientWidth/4;
for (i = 0; i < 14; i++){
var randCol = Math.round(Math.random()*8);
var layer = (document.layers)?document.layers['n'+i]:me [i].style;
layer.top =Ypos + yBase*Math.cos((currStep+i*4)/12) *Math.cos(0.7+currStep/200);
layer.left = Xpos + xBase*Math.sin((currStep+i*3)/10) *Math.sin(8.2+currStep/400);
if (ns) layer.bgColor = Clrs[randCol];
else
layer.background = Clrs[randCol];
}
currStep += step;
setTimeout("Comet()",10);
}
window.onload = Comet;
</script>

3〉跟随鼠标的星星
<script>
/*
Scrolling Image Map/Text Link Tooltip Script-
Special Thanks t Rob(http://rob.yeah.net)
                   Miss Ann(http://annworld.126.com)
*/

if (!document.layers&&!document.all)
event="test"
function showtip2(current,e,text){

if (document.all&&document.readyState=="complete"){
document.all.tooltip2.innerHTML='<marquee style="border:1px solid black">'+text+'</marquee>'
document.all.tooltip2.style.pixelLeft=event.clientX+document.body.scrollLeft+10
document.all.tooltip2.style.pixelTop=event.clientY+document.body.scrollTop+10
document.all.tooltip2.style.visibility="visible"
}

else if (document.layers){
document.tooltip2.document.nstip.document.write('<b>'+text+'</b>')
document.tooltip2.document.nstip.document.close()
document.tooltip2.document.nstip.left=0
currentscroll=setInterval("scrolltip()",100)
document.tooltip2.left=e.pageX+10
document.tooltip2.top=e.pageY+10
document.tooltip2.visibility="show"
}
}
function hidetip2(){
if (document.all)
document.all.tooltip2.style.visibility="hidden"
else if (document.layers){
clearInterval(currentscroll)
document.tooltip2.visibility="hidden"
}
}

function scrolltip(){
if (document.tooltip2.document.nstip.left>=-document.tooltip2.document.nstip.document.width)
document.tooltip2.document.nstip.left-=5
else
document.tooltip2.document.nstip.left=150
}
</script>
<script language="JavaScript">
function YY_Layerfx(yyleft,yytop,yyfnx,yyfny,yydiv,yybilder,yyloop,yyto,yycnt,yystep) { //v1.2
//copyright (c)1999 Yaromat, Jaro von Flocken
if ((document.layers)||(document.all)){
  with (Math) {yynextx= eval(yyfnx)}
  with (Math) {yynexty= eval(yyfny)}
  yycnt=(yyloop && yycnt>=yystep*yybilder)?0:yycnt+yystep;
  if (document.layers){
    eval(yydiv+".top="+(yynexty+yytop))
    eval(yydiv+".left="+(yynextx+yyleft))
  }
  if (document.all){
    eval("yydiv=yydiv.replace(/.layers/gi, '.all')");
    eval(yydiv+".style.pixelTop="+(yynexty+yytop));
    eval(yydiv+".style.pixelLeft="+(yynextx+yyleft));
  }
  argStr='YY_Layerfx('+yyleft+','+yytop+',"'+yyfnx+'","'+yyfny+'","'+yydiv+'",'+yybilder+','+yyloop+','+yyto+','+yycnt+','+yystep+')';
  if (yycnt<=yystep*yybilder){eval(yydiv+".yyto=setTimeout(argStr,yyto)");}
}

}
function YY_Mousetrace(evnt) { //v1.2 copyright (c)1999 Yaromat
if (yyns4)
  {if (evnt.pageX) {yy_ml=evnt.pageX;  yy_mt=evnt.pageY;}  }
else{
   yy_ml=(event.clientX + document.body.scrollLeft);
   yy_mt=(event.clientY + document.body.scrollTop);
}
if (yy_tracescript)eval(yy_tracescript)
}
</script>
<script language="JavaScript">
function PopWin()
{
var PopWin = window.open("new.htm","PopWin","toolbar=no,directries=no,scrollBars=yes,height=350,width=400");
}
</script>
      <div id="tooltip2"
style="position:absolute;visibility:hidden;clip:rect(0 150 50 0);width:150px;background-color:lightyellow">
        <layer name="nstip" width="1000px" bgcolor="lightyellow"> </layer>
      </div>
      <div id="yyd0"
style="position:absolute; left:10px; top:50px; width:3px; height:3px; z-index:1; background-color: #19636c; layer-background-color: #19636c; border: 1px none #000000; clip: rect(0 3 3 0)"></div>
      <div
id="yyd1"
style="position:absolute; left:20px; top:50px; width:3px; height:3px; z-index:1; background-color: #708574; layer-background-color: #708574; border: 1px none #000000; clip: rect(0 3 3 0)"></div>
      <div
id="yyd2"
style="position:absolute; left:30px; top:50px; width:3px; height:3px; z-index:1; background-color: #379bbf; layer-background-color: #379bbf; border: 1px none #000000; clip: rect(0 3 3 0)"></div>
      <div
id="yyd3"
style="position:absolute; left:40px; top:50px; width:3px; height:3px; z-index:1; background-color: #25184c; layer-background-color: #25184c; border: 1px none #000000; clip: rect(0 3 3 0)"></div>
      <div
id="yyd4"
style="position:absolute; left:50px; top:50px; width:3px; height:3px; z-index:1; background-color: #31bd3c; layer-background-color: #31bd3c; border: 1px none #000000; clip: rect(0 3 3 0)"></div>
      <div
id="yyd5"
style="position:absolute; left:60px; top:50px; width:3px; height:3px; z-index:1; background-color: #c11efd; layer-background-color: #c11efd; border: 1px none #000000; clip: rect(0 3 3 0)"></div>
        <script>
var yyns4=window.Event?true:false; var yy_mt = 0; var yy_ml = 0;
document.onmousemove = YY_Mousetrace;
yy_tracescript = '';

if (yyns4){ document.captureEvents(Event.MOUSEMOVE);
  YY_Mousetrace('',',document.YY_Mousetrace1')}

YY_Layerfx(0,0,'yy_ml+cos((15*sin(yycnt/39.83007847812662))+0)*150*(sin(10+yycnt/20)+0.2)*cos(yycnt/20)','yy_mt+sin((15*sin(yycnt/34.224861639800686))+0)*150*(sin(10+yycnt/20)+0.2)*cos(yycnt/20)','document.layers[\'yyd0\']',2000,true,80,0,1);

YY_Layerfx(0,0,'yy_ml+cos((15*sin(yycnt/27.66510707209673))+30)*150*(sin(10+yycnt/20)+0.2)*cos(yycnt/20)','yy_mt+sin((15*sin(yycnt/9.240632767417667))+30)*150*(sin(10+yycnt/20)+0.2)*cos(yycnt/20)','document.layers[\'yyd1\']',2000,true,80,0,1);

YY_Layerfx(0,0,'yy_ml+cos((15*sin(yycnt/16.45318944579641))+60)*150*(sin(10+yycnt/20)+0.2)*cos(yycnt/20)','yy_mt+sin((15*sin(yycnt/16.0564452288292))+60)*150*(sin(10+yycnt/20)+0.2)*cos(yycnt/20)','document.layers[\'yyd2\']',2000,true,80,0,1);

YY_Layerfx(0,0,'yy_ml+cos((15*sin(yycnt/6.95348954836835))+90)*150*(sin(10+yycnt/20)+0.2)*cos(yycnt/20)','yy_mt+sin((15*sin(yycnt/44.13697049887155))+90)*150*(sin(10+yycnt/20)+0.2)*cos(yycnt/20)','document.layers[\'yyd3\']',2000,true,80,0,1);

YY_Layerfx(0,0,'yy_ml+cos((15*sin(yycnt/33.90077294583733))+120)*150*(sin(10+yycnt/20)+0.2)*cos(yycnt/20)','yy_mt+sin((15*sin(yycnt/2.2378828869411587))+120)*150*(sin(10+yycnt/20)+0.2)*cos(yycnt/20)','document.layers[\'yyd4\']',2000,true,80,0,1);

YY_Layerfx(0,0,'yy_ml+cos((15*sin(yycnt/37.858312521039835))+150)*150*(sin(10+yycnt/20)+0.2)*cos(yycnt/20)','yy_mt+sin((15*sin(yycnt/18.083839795990098))+150)*150*(sin(10+yycnt/20)+0.2)*cos(yycnt/20)','document.layers[\'yyd5\']',2000,true,80,0,1);
</script>
        <script>
/*
Scrolling Image Map/Text Link Tooltip Script-
Special Thanks t Rob(http://rob.yeah.net)
                   Miss Ann(http://annworld.126.com)
*/

if (!document.layers&&!document.all)
event="test"
function showtip2(current,e,text){

if (document.all&&document.readyState=="complete"){
document.all.tooltip2.innerHTML='<marquee style="border:1px solid black">'+text+'</marquee>'
document.all.tooltip2.style.pixelLeft=event.clientX+document.body.scrollLeft+10
document.all.tooltip2.style.pixelTop=event.clientY+document.body.scrollTop+10
document.all.tooltip2.style.visibility="visible"
}

else if (document.layers){
document.tooltip2.document.nstip.document.write('<b>'+text+'</b>')
document.tooltip2.document.nstip.document.close()
document.tooltip2.document.nstip.left=0
currentscroll=setInterval("scrolltip()",100)
document.tooltip2.left=e.pageX+10
document.tooltip2.top=e.pageY+10
document.tooltip2.visibility="show"
}
}
function hidetip2(){
if (document.all)
document.all.tooltip2.style.visibility="hidden"
else if (document.layers){
clearInterval(currentscroll)
document.tooltip2.visibility="hidden"
}
}

function scrolltip(){
if (document.tooltip2.document.nstip.left>=-document.tooltip2.document.nstip.document.width)
document.tooltip2.document.nstip.left-=5
else
document.tooltip2.document.nstip.left=150
}
</script>
        <script language="JavaScript">
function YY_Layerfx(yyleft,yytop,yyfnx,yyfny,yydiv,yybilder,yyloop,yyto,yycnt,yystep) { //v1.2
//copyright (c)1999 Yaromat, Jaro von Flocken
if ((document.layers)||(document.all)){
  with (Math) {yynextx= eval(yyfnx)}
  with (Math) {yynexty= eval(yyfny)}
  yycnt=(yyloop && yycnt>=yystep*yybilder)?0:yycnt+yystep;
  if (document.layers){
    eval(yydiv+".top="+(yynexty+yytop))
    eval(yydiv+".left="+(yynextx+yyleft))
  }
  if (document.all){
    eval("yydiv=yydiv.replace(/.layers/gi, '.all')");
    eval(yydiv+".style.pixelTop="+(yynexty+yytop));
    eval(yydiv+".style.pixelLeft="+(yynextx+yyleft));
  }
  argStr='YY_Layerfx('+yyleft+','+yytop+',"'+yyfnx+'","'+yyfny+'","'+yydiv+'",'+yybilder+','+yyloop+','+yyto+','+yycnt+','+yystep+')';
  if (yycnt<=yystep*yybilder){eval(yydiv+".yyto=setTimeout(argStr,yyto)");}
}

}
function YY_Mousetrace(evnt) { //v1.2 copyright (c)1999 Yaromat
if (yyns4)
  {if (evnt.pageX) {yy_ml=evnt.pageX;  yy_mt=evnt.pageY;}  }
else{
   yy_ml=(event.clientX + document.body.scrollLeft);
   yy_mt=(event.clientY + document.body.scrollTop);
}
if (yy_tracescript)eval(yy_tracescript)
}
</script>
        <script language="JavaScript">
function PopWin()
{
var PopWin = window.open("new.htm","PopWin","toolbar=no,directries=no,scrollBars=yes,height=350,width=400");
}
</script>

4〉动力光环
<style type="text/css">
Begin CSS
#a { position: absolute; top: 10px; left: 10px;  visibility: visible }
#b { position: absolute; top: 10px; left: 10px;  visibility: visible }
#c { position: absolute; top: 10px; left: 10px;  visibility: visible }
#d { position: absolute; top: 10px; left: 10px;  visibility: visible }
#e { position: absolute; top: 10px; left: 10px;  visibility: visible }
#f { position: absolute; top: 10px; left: 10px;  visibility: visible }
#g { position: absolute; top: 10px; left: 10px;  visibility: visible }
End CSS{  }
</style>
<layer name="a0" left=10 top=10 visibility=show  bgcolor="#ff0000" clip="0,0,2,2"></layer>
<layer name="a1" left=10 top=10 visibility=show  bgcolor="#ff8000" clip="0,0,2,2"></layer>
<layer name="a2" left=10 top=10 visibility=show  bgcolor="#ffff00" clip="0,0,2,2"></layer>
<layer name="a3" left=10 top=10 visibility=show  bgcolor="#00ff00" clip="0,0,2,2"></layer>
<layer name="a4" left=10 top=10 visibility=show  bgcolor="#0000ff" clip="0,0,2,2"></layer>
<layer name="a5" left=10 top=10 visibility=show  bgcolor="#ff00ff" clip="0,0,2,2"></layer>
<layer name="a6" left=10 top=10 visibility=show  bgcolor="#ffffff" clip="0,0,2,2"></layer>
<div id="starsDiv"  style="position:absolute;top:0px;left:0px">
<div  style="position:relative;width:2px;height:2px;background :#ffffff;font-size:2px;visibility:visible"></div>
<div  style="position:relative;width:2px;height:2px;background :#ffff00;font-size:2px;visibility:visible"></div>
<div  style="position:relative;width:2px;height:2px;background :#ffa000;font-size:2px;visibility:visible"></div>
<div  style="position:relative;width:2px;height:2px;background :#ff0000;font-size:2px;visibility:visible"></div>
<div  style="position:relative;width:2px;height:2px;background :#00ff00;font-size:2px;visibility:visible"></div>
<div  style="position:relative;width:2px;height:2px;background :#0000ff;font-size:2px;visibility:visible"></div>
<div  style="position:relative;width:2px;height:2px;background :#FF00FF;font-size:2px;visibility:visible"></div>
</div>
<script language="JavaScript">
if (document.layers) {
window.captureEvents(Event.MOUSEMOVE);
}
var yBase = 200;
var xBase = 200;
var yAmpl = 10;
var yMax = 40;
var step = .2;
var ystep = .5;
var currStep = 0;
var tAmpl=1;
var Xpos = 1;
var Ypos = 1;
var i = 0;
var j = 0;
if (document.all) {
function MoveHandler(){
Xpos = document.body.scrollLeft + event.x;
Ypos = document.body.scrollTop + event.y;
}
document.onmousemove = MoveHandler;
}
else if (document.layers) {
function xMoveHandler(evnt) {
Xpos = evnt.pageX;
Ypos = evnt.pageY;
}
window.onMouseMove = xMoveHandler;
}
function animateLogo() {
if (document.all) {
yBase = window.document.body.offsetHeight / 4;
xBase = window.document.body.offsetWidth / 4;
}
else if (document.layers) {
yBase = window.innerHeight / 4;
xBase = window.innerWidth / 4;
}
if (document.all) {
for (i = 0 ; i < starsDiv.all.length; i++) {
starsDiv.all[i].style.top = Ypos + Math.cos ((20*Math.sin(currStep/20))+i*70)*yBase*(Math.sin (10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
starsDiv.all[i].style.left = Xpos + Math.sin ((20*Math.sin(currStep/20))+i*70)*xBase*(Math.sin (10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
   }
}
else if (document.layers) {
for (j = 0; j < 7; j++) { //7 is number of NS layers!
var templayer="a" + j;
document.layers[templayer].top = Ypos + Math.cos ((20*Math.sin(currStep/20))+j*70)*yBase*(Math.sin (10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
document.layers[templayer].left =Xpos + Math.sin ((20*Math.sin(currStep/20))+j*70)*xBase*(Math.sin (10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
   }
}
currStep += step;
setTimeout("animateLogo()", 10);
}
animateLogo();
</script>

5〉在鼠标后面跟着一串飘动的字符
<head><style type="text/css">
.spanstyle {
COLOR:#0099FF; FONT-FAMILY: 宋体; FONT-SIZE: 10pt; POSITION: absolute; TOP: -50px; VISIBILITY: visible
}
</style>
<script>
var x,y
var step=18
var flag=0
// Your snappy message. Important: the space at the end of the sentence!!!
var message="★换成你想要的字!"
message=message.split("")
var xpos=new Array()
for (i=0;i<=message.length-1;i++) {
xpos[i]=-50
}

var ypos=new Array()
for (i=0;i<=message.length-1;i++) {
ypos[i]=-200
}

function handlerMM(e){
x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX
y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY
flag=1
}

function makesnake() {
if (flag==1 && document.all) {
     for (i=message.length-1; i>=1; i--) {
      xpos[i]=xpos[i-1]+step
   ypos[i]=ypos[i-1]
     }
  xpos[0]=x+step
  ypos[0]=y

  for (i=0; i<message.length-1; i++) {
      var thisspan = eval("span"+(i)+".style")
      thisspan.posLeft=xpos[i]
   thisspan.posTop=ypos[i]
     }
}

else if (flag==1 && document.layers) {
     for (i=message.length-1; i>=1; i--) {
      xpos[i]=xpos[i-1]+step
   ypos[i]=ypos[i-1]
     }
  xpos[0]=x+step
  ypos[0]=y

  for (i=0; i<message.length-1; i++) {
      var thisspan = eval("document.span"+i)
      thisspan.left=xpos[i]
   thisspan.top=ypos[i]
     }
}
  var timer=setTimeout("makesnake()",30)
}

</script></head>
<body onload="makesnake()">
<script>
<!-- Beginning of JavaScript -

for (i=0;i<=message.length-1;i++) {
    document.write("<span id='span"+i+"' class='spanstyle'>")
document.write(message[i])
    document.write("</span>")
}

if (document.layers){
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;

// - End of JavaScript - -->
</script></body>

6〉鼠标放到链接上就会出现一个说明框,里面有滚动的文字说明
<div id="tooltip2" style="position:absolute;visibility:hidden;clip:rect(0 150 50 0);width:150px;background-color:seashell">
<layer name="nstip" width=1000px bgColor="seashell"></layer>
</div>
<SCRIPT language="JavaScript">
<!--
if (!document.layers&&!document.all)
event="test"
function showtip2(current,e,text){

if (document.all&&document.readyState=="complete"){
document.all.tooltip2.innerHTML='<marquee style="border:1px solid black">'+text+'</marquee>'
document.all.tooltip2.style.pixelLeft=event.clientX+document.body.scrollLeft+10
document.all.tooltip2.style.pixelTop=event.clientY+document.body.scrollTop+10
document.all.tooltip2.style.visibility="visible"
}

else if (document.layers){
document.tooltip2.document.nstip.document.write('<b>'+text+'</b>')
document.tooltip2.document.nstip.document.close()
document.tooltip2.document.nstip.left=0
currentscroll=setInterval("scrolltip()",100)
document.tooltip2.left=e.pageX+10
document.tooltip2.top=e.pageY+10
document.tooltip2.visibility="show"
}
}
function hidetip2(){
if (document.all)
document.all.tooltip2.style.visibility="hidden"
else if (document.layers){
clearInterval(currentscroll)
document.tooltip2.visibility="hidden"
}
}

function scrolltip(){
if (document.tooltip2.document.nstip.left>=-document.tooltip2.document.nstip.document.width)
document.tooltip2.document.nstip.left-=5
else
document.tooltip2.document.nstip.left=150
}
//-->
</SCRIPT>
<a href=# onMouseOver="showtip2(this,event,'叫你放你就放,真乖!~~')" onMouseOut="hidetip2()">把鼠标放上来试试</a>

7〉跟着鼠标的字
<SCRIPT language=javascript>
var cx=0;
var cy=0;
var val=0;
function locate()
{        cx=window.event.x;
        cy=window.event.y;
}
document.onmousemove=locate;
function follow(i)
{        var x;
        if(i<4)x=cx-50+i*10;
        else x=cx-25+i*10;
        var y=cy-20+Math.floor(Math.random()*40);
        w=eval("word"+i);
        with(w.style)
        {
        left=x.toString()+"px";
        top=y.toString()+"px";
        }
}
function show(i)
{
        var w=eval("word"+i);
        with(w.style)
        {
        visibility="visible";
        s=parseInt(fontSize);
        if(s>=200)s-=100;
        else if(s>90&&s<=100)
                {
                s-=85;
                clearInterval(val);
                if(i<5)val=setInterval("show("+(i+1)+")",20);
                }
        fontSize=s;
        }
}
function start()
{        for(i=1;i<=5;i++)
        {
        val=setInterval("show(1)",20);
        setInterval("follow("+i+")",100);

        }
}
</SCRIPT>
<SCRIPT language=javascript>
        var word=new Array(5);
word[1]="爱";word[2]="你";word[3]="一";word[4]="万";word[5]="年";
        for(i=1;i<=5;i++)
                document.write("<div id='word"+i+"' style='width:20px;height:20px;position:absolute;font-size:1000;visibility:hidden'><font face='Forte' color='#FF00FF'>"+word[i]+"</font></div>");start();
        </SCRIPT>

8〉让你的鼠标指针变成一个小十字
<SCRIPT language=JavaScript>
<!-- Begin
var x, y, xold, yold, xdiff, ydiff;
var dir = Array();
dir[0]="crosshair";
dir[1]="crosshair";
dir[2]="crosshair";
dir[3]="crosshair";
dir[4]="crosshair";
dir[5]="crosshair";
dir[6]="crosshair";
dir[7]="crosshair";
document.onmousemove = FindXY;
function display(direction){
document.body.style.cursor = dir[direction];
}
function FindXY(loc){
x = (document.layers) ? loc.pageX : event.clientX;
y = (document.layers) ? loc.pageY : event.clientY;
xdiff = x - xold;
ydiff = y - yold
if ((xdiff <  2) && (ydiff < -2)) display(0);
if ((xdiff <  2) && (ydiff >  2)) display(4);
if ((xdiff >  2) && (ydiff <  2)) display(2);
if ((xdiff < -2) && (ydiff <  2)) display(6);
if ((xdiff >  2) && (ydiff >  2)) display(3);
if ((xdiff >  2) && (ydiff < -2)) display(1);
if ((xdiff < -2) && (ydiff >  2)) display(5);
if ((xdiff < -2) && (ydiff < -2)) display(7);
xold = x;
yold = y;
}
//  End -->
</SCRIPT>

9〉坐标式鼠标
<head>
<style>
<!--
#leftright, #topdown{
position:absolute;
left:0;
top:0;
width:1px;
height:1px;
layer-background-color:whtie;
background-color:white;
z-index:100;
font-size:1px;
}
-->
</style></head>
<div id="leftright" style="width:expression(document.body.clientWidth-2)"></div>
<div id="topdown" style="height:expression(document.body.clientHeight-2)"></div>


<script language="JavaScript1.2">
<!--


if (document.all&&!window.print){
leftright.style.width=document.body.clientWidth-2
topdown.style.height=document.body.clientHeight-2
}
else if (document.layers){
document.leftright.clip.width=window.innerWidth
document.leftright.clip.height=1
document.topdown.clip.width=1
document.topdown.clip.height=window.innerHeight
}


function followmouse1(){
//move cross engine for IE 4+
leftright.style.pixelTop=document.body.scrollTop+event.clientY+1
topdown.style.pixelTop=document.body.scrollTop
if (event.clientX<document.body.clientWidth-2)
topdown.style.pixelLeft=document.body.scrollLeft+event.clientX+1
else
topdown.style.pixelLeft=document.body.clientWidth-2
}

function followmouse2(e){
//move cross engine for NS 4+
document.leftright.top=e.y+1
document.topdown.top=pageYOffset
document.topdown.left=e.x+1
}

if (document.all)
document.onmousemove=followmouse1
else if (document.layers){
window.captureEvents(Event.MOUSEMOVE)
window.onmousemove=followmouse2
}

function regenerate(){
window.location.reload()
}
function regenerate2(){
setTimeout("window.onresize=regenerate",400)
}
if ((document.all&&!window.print)||document.layers)
//if the user is using IE 4 or NS 4, both NOT IE 5+
window.onload=regenerate2

//-->
</script>

10〉逐次出现的状态栏字
<head>
<SCRIPT LANGUAGE=JAVASCRIPT>
<!--
function makeArray(n) {
this.length = n;
}
function stopBanner() {
if (bannerRunning)
clearTimeout(timerID);
bannerRunning = false;
}
function startBanner() {
stopBanner();
showBanner();
} function showBanner() {
var text = ar[currentMessage];
if (offset < text.length) {
if (text.charAt(offset) == " ")
offset++;
var partialMessage = text.substring(0, offset + 1);
window.status = partialMessage;
offset++;
timerID = setTimeout("showBanner()", speed);
bannerRunning = true;
} else {
offset = 0;
currentMessage++;
if (currentMessage == arlength)
currentMessage = 0;
timerID = setTimeout("showBanner()", pause);
bannerRunning = true;
}
}
var speed = 100    /* 数越小速度越快 */
var pause = 1000    /* 数越大停顿越长 */
var timerID = null;
var bannerRunning = false;
var currentMessage = 0;
var offset = 0;
var arlength = 3;    /* 字幕的条数 */
var ar = new makeArray(arlength);
ar[0] = "欢迎您光临光之部落!谢谢!";    /* 填入你的信息 */
ar[1] = "请多提意见。";    /* 填入你的信息 */
ar[2] = "本站网址http://bbs.shineblog.com"    /* 填入你的信息 */
-->
</SCRIPT></head>
<BODY onload=startBanner()>

11〉状态栏的字从右向左飘
<script>
function scrollit_r2l(seed)
{ var m1  = "你要的字 " ;
var m2  = " 你要的字" ;
       var msg=m1+m2;
       var out = " ";
       var c = 1;
var speed  = 100
if (seed > 100)
{                seed-=2;
                var cmd="scrollit_r2l(" + seed + ")";
             timerTwo=window.setTimeout(cmd,speed);}
    else if (seed <= 100 && seed > 0)
     {                for (c=0 ; c < seed ; c++)
                      {       out+=" ";}
       out+=msg;         seed-=2;
   var cmd="scrollit_r2l(" + seed + ")";
   window.status=out;
timerTwo=window.setTimeout(cmd,speed); }
      else if (seed <= 0)
{                if (-seed < msg.length)
                  {
                       out+=msg.substring(-seed,msg.length);
                       seed-=2;
                       var cmd="scrollit_r2l(" + seed + ")";
                       window.status=out;
       timerTwo=window.setTimeout(cmd,speed);}
       else {               window.status=" ";
                 timerTwo=window.setTimeout("scrollit_r2l(100)",speed);
}
}
}
scrollit_r2l(100);
// -- End of JavaScript code -->
</script>

12〉固定不变的状态栏
<body onmouseover="self.status='你要的字';return true">

13〉状态栏的字逐个从右向左飞出
<script language="JavaScript">
function statusMessageObject(p,d) {
  this.msg = MESSAGE
  this.out = " "
  this.pos = POSITION
  this.delay = DELAY
  this.i     = 0
  this.reset = clearMessage
}
function clearMessage() {
  this.pos = POSITION
}
var POSITION = 100
var DELAY    = 5
var MESSAGE  = "你要的字 "
var scroll = new statusMessageObject()
function scroller() {
  for (scroll.i = 0; scroll.i < scroll.pos; scroll.i++) {
    scroll.out += " "
  }
  if (scroll.pos >= 0)
   scroll.out += scroll.msg
  else scroll.out = scroll.msg.substring(-scroll.pos,scroll.msg.length)
  window.status = scroll.out
  scroll.out = " "
  scroll.pos--
  if (scroll.pos < -(scroll.msg.length)) {
   scroll.reset()
  }
  setTimeout ('scroller()',scroll.delay)
}
function snapIn(jumpSpaces,position) {
  var msg = scroll.msg
  var out = ""
  for (var i=0; i<position; i++)
    {out += msg.charAt(i)}
  for (i=1;i<jumpSpaces;i++)
    {out += " "}
  out += msg.charAt(position)
  window.status = out
  if (jumpSpaces <= 1) {
    position++
    if (msg.charAt(position) == ' ')
      {position++ }
    jumpSpaces = 100-position
  } else if (jumpSpaces >  3)
       {jumpSpaces *= .75}
  else
    {jumpSpaces--}
  if (position != msg.length) {
    var cmd = "snapIn(" + jumpSpaces + "," + position + ")";
    scrollID = window.setTimeout(cmd,scroll.delay);
  } else {
    window.status=""
    jumpSpaces=0
    position=0
    cmd = "snapIn(" + jumpSpaces + "," + position + ")";
    scrollID = window.setTimeout(cmd,scroll.delay);
    return false
  }
  return true
}
snapIn(100,0);
// -->
</script>

14〉状态栏的字像打字一样出现再消失
<body onLoad="scrollIn()">
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var Message="你要的字";
var place=1;
function scrollIn() {
window.status=Message.substring(0, place);
if (place >= Message.length) {
place=1;
window.setTimeout("scrollOut()",300);
} else {
place++;
window.setTimeout("scrollIn()",50);
}
}
function scrollOut() {
window.status=Message.substring(place, Message.length);
if (place >= Message.length) {
place=1;
window.setTimeout("scrollIn()", 100);
} else {
place++;
window.setTimeout("scrollOut()", 50);
}
}
// End -->
</SCRIPT>

15〉闪烁的状态栏的字
<body onLoad="flash()">
<script language="">
<!--
var yourwords = "要的字";
var speed = 700;
var control = 1;
function flash()
{
if (control == 1)
{
window.status=yourwords;
control=0;
}
else
{
window.status="";
control=1;
}
setTimeout("flash()",speed);
}
// -->
</script>

16〉状态栏访客停留时间
<SCRIPT>

    var Temp;
    var TimerId = null;
    var TimerRunning = false;

    Seconds = 0
    Minutes = 0
    Hours = 0

    function showtime()
    {
      if(Seconds >= 59)
      {
        Seconds = 0
        if(Minutes >= 59)
        {
          Minutes = 0
          if(Hours >= 23)
          {
            Seconds = 0
            Minutes = 0
            Hours = 0
          }
          else {
            ++Hours
          }
        }
        else {
          ++Minutes
        }
      }
      else {
        ++Seconds
      }

      if(Seconds != 1) { var ss="s" } else { var ss="" }
      if(Minutes != 1) { var ms="s" } else { var ms="" }
      if(Hours != 1) { var hs="s" } else { var hs="" }

      Temp = '親愛.. 妳停留勒 '+Hours+' 小时'+', '+Minutes+' 分'+', '+Seconds+' 秒'+''
      window.status = Temp;
      TimerId = setTimeout("showtime()", 1000);
      TimerRunning = true;
    }
 
    var TimerId = null;
    var TimerRunning = false;

    function stopClock() {
      if(TimerRunning)
        clearTimeout(TimerId);
        TimerRunning = false;
    }

    function startClock() {
      stopClock();
      showtime();
    }

    function stat(txt) {
      window.status = txt;
      setTimeout("erase()", 2000);
    }

    function erase() {
      window.status = "";
    }

</SCRIPT>
<body onLoad="startClock()">

17〉状态栏像波纹一样的字
<SCRIPT language=JavaScript><!--
var text  = "要的字"
var speed = 50

var x = 0

function bb() {

var a = text.substring(0,x)
var b = text.substring(x,x+1).toUpperCase()
var c = text.substring(x+1,text.length)

window.status = a + b + c

if (x == text.length) {
x = 0
}

else {
x++
}

setTimeout("bb()",speed)
}

bb();
// -->
</SCRIPT>

二、资源篇
1.透明FLASH资源
http://www.wzsj-home.com/flash-sc/touming-flash/flash.htm里面有很多各种各样的效果,可以自行复制该FLASH的地址。

2.在线CSS编辑器
AJAX是一种技术,特点是无刷新,能即时反映效果。作者是一位日本人,用ajax技术实现的CSS在线编辑,实时预览功能,并提供了写成类和直接定义两种代码。能编辑文字,背景,边框,高宽,边距,布局等相关的一些简单效果,对于初学者会很有帮助。首次需要加载的数据很多,网络慢需要耐心等待。
http://www.qrone.org/cssdesigner.html

3.通用滚动条配色工具
http://www.blueidea.com/articleimg/2005/04/2460/scroller.swf

Feedback

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-04-24 21:09 by 靴子上面的洞
期待了n 久的.........总算来了.....谢谢坏坏姐

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-04-24 21:15 by 我是坏女生
@靴子上面的洞
晕,你也在等啊??哈哈

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-04-24 21:21 by 昨叶何草
坏,你的音乐好像吵了点

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-04-24 23:10 by 我是坏女生
@昨叶何草
吵??我晕。。

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-04-25 00:29 by bluedudu
haha

阿坏真是好

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-04-25 07:25 by 生命如雨
小坏小姐,做的不错,现在活雷锋不多见了,你就是一个呵呵

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-04-25 08:45 by 我是坏女生
@bluedudu
吼吼。。这是应该的哇

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-04-25 08:46 by 我是坏女生
@生命如雨
汗。。别叫我小姐哇,听着别扭,而且现在小姐这个词好像有特指的。。
不过后面那句什么活雷锋还可以,哈哈哈

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-04-25 10:30 by ANNY
真实个细心的孩子,我喜欢!!呵呵,其实,大家平常多注意一点的话,可以在google上搜到相关的代码的,我倒是喜欢阿坏这里的有个性的图片。喜欢ing

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-04-25 10:46 by nevil
哇塞,辛苦了!

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-04-25 10:53 by 我是坏女生
@ANNY
呵呵。。谢谢哦,图片是我在别的地方找来的啦。。你也可以搜索一下的嘛

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-04-25 10:54 by 我是坏女生
@nevil
不苦,反正都是收集,如果还有什么其他想要知道,请告诉我,我会随时更新这个。。

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-04-25 11:05 by ANNY
我怕私自转载被人家告啊,嬉嬉,那我就完了

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-04-25 11:40 by 我是坏女生
@ANNY
汗。。如果不是用作商业性的话,应该没什么问题,当然,不乏还真有人会为一两个图片跟你较真。。

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-04-25 12:25 by 不请自来
最近我也很忙,所以没有经常来看了,不好意思。

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-04-25 12:32 by 我是坏女生
@不请自来
呵呵,没关系的哇,有空能来就好

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-04-25 22:43 by 我们在这个世界上终究会变成孤儿!
好细心的坏啊.

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-04-26 08:43 by 我是坏女生
@我们在这个世界上终究会变成孤儿!
嘿嘿。。谢谢,谢谢

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-04-30 02:45 by 懒人
真是个热心肠的人物......
这么多,晕,看得我头昏,有空慢慢研究.......

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-04-30 08:42 by 我是坏女生
@懒人
呵呵,别晕,你只需要看你想要的那部分就可以了

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-05-07 11:50 by 追梦
好啊!以后要改改啊,不过不怎么懂,这个要收藏了

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-05-08 09:50 by 我是坏女生
@追梦
谢谢你的收藏哦,其实用不着收藏,在网站首页就能找到。。

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-05-24 00:51 by fei
谢谢

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-05-24 21:18 by 我是坏女生
@fei
呵呵,不客气。貌似很多人看不懂,郁闷

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-06-06 11:18 by nicolo
好好听的音乐,可以告诉我是什么题目吗?

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-06-06 14:12 by 我是坏女生
@nicolo
我的背景音乐的相关介绍跟下载地址都有弄出来的啦。。。你找右边栏目里头那个背景音乐同FUN享的分类就有了。
这首歌的名字叫valder fields

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-06-29 15:02 by Olivia Qian
怎么会这样 你留在我页面上的评论会失踪的.

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-06-29 15:57 by 我是坏女生
@Olivia Qian
估计是你不小心删除掉了吧,呵呵

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-06-29 18:52 by Olivia Qian
物理上来说应该是的,不然怎么解释会没了。 可是我怎么就没看到有叉叉呢!

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-06-30 09:49 by 囡囡小拖拉
我刚才注册了我的个人主页现在又找不到了

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-07-03 12:08 by 我是坏女生
@Olivia Qian
哈哈,这个我就不晓得了,有时候估计你是在后台删除的吧?

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-07-03 12:09 by 我是坏女生
@囡囡小拖拉
你可以在网站首页登陆到你自己的主页去
方式是:网站首页左上角的“登陆”然后登陆成功之后将回到网站首页,这时候点左上角那个“进入我的主页”就可以拉!!

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-08-04 12:52 by 寻找快乐的袋鼠
太太太复杂了,不好意思,只想请教个小问题,如何在日记里加入图片,我看到sina里有妹妹图文并茂的日记,不知自己可不可以做到

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-08-04 13:30 by 我是坏女生
@寻找快乐的袋鼠
可以的啊
步骤如下:
进入你的管理后台——随笔——看到你发表随笔空白框框上面那些一个个小小的图标没有?就在标题下面有两行小图标的,找到之后,在第二行小图标从左到右开始数起,第11个图标,叫插入图片。然后你就把你想要放的图片的网上链接地址贴在那个地址栏里头,然后确定,你就会在你随笔空白编辑框框看到你的图片拉。

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-08-14 15:16 by fashingkt
读了本大全,我的blog野粗粗滴改了一下,哈哈,开心地啊!!

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-08-14 15:33 by 我是坏女生
@fashingkt
呵呵,那就好
介绍一下哪个大全,我也要看看,学习一下

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-08-16 20:58 by sam'
你好厉害~佩服

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-08-17 10:23 by 我是坏女生
@sam'
汗,都是学习啦,你不学过你怎么知道你不厉害?

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-08-18 22:52 by ♂缤纷
这样的女生还坏么....

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-08-19 10:07 by 我是坏女生
@♂缤纷
呵呵,我不知道。。

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-08-19 11:14 by sam'
我的首页,怎样才能弄走那些白色框框啊,只用后面的背景啊?我正在研究中,但是无能为力,急求!!

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-08-21 08:34 by 我是坏女生
@sam'
那是因为你的CSS里头那些BACKGROUND COLOR的颜色代码还没有换成TRANSPARENT,并且有些地方需要把原来的图片换成NONE。。

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-09-17 12:41 by Pamt
我想转载....你没意见吧???

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-09-17 12:41 by Pamt
有的话....我就删掉....

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-09-26 16:34 by 謡淼
JJ你说忙啦。。我就留言给你好了^^我不晓得怎么改了这里字的颜色呢。我找的图颜色淡。好多字都看不到。能改么???

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-09-27 18:38 by 謡淼
跟DUDU聊了???
看到了么??我问的怎么没回呢???
JJ不帮我了么????你俩说好了么。。

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-09-28 08:25 by 我是坏女生
@謡淼
字体颜色可以改的阿~~~
不过要看你改的是哪里的字。。因为这个有对应代码的

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-10-10 17:57 by 透雨DE天空
坏:
我想请教一个问题,你知道如何在写日志的时候用那些好看的信纸么?每次写日志我总觉得白白的不好看呢

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-10-10 20:33 by 轩轩14
老大..我就是搞不懂那个背景图片到底是怎么样搞的..可以说明白点吗.

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-10-31 22:19 by 飘雪的季节
研究了好久可还是没有弄明白,就是公告栏里的图片,为什么我添加完地址以后却还是不能够显示呢?我连接的那个地址是从图片属性里把地址复制下来的,不知道是不是这出了问题?

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-11-01 10:20 by 我是坏女生
@飘雪的季节
首先要了解你的图片是网上的图片还是你自己电脑里面存放的图片。。
如果是网上的,那么就直接复制右键属性的地址就可以了。
如果是你自己电脑本地图片,那么就要先上传到空间,你可以传到后台的相册里面,然后再打开它,复制右键属性的地址。

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-11-26 22:57 by oぐ囂⒉.威
好头晕啊!我什么都看了可又什么都没看懂!就看见一串数字和符号

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-12-04 19:42 by 流星雨
@我是坏女生
我好像比较落后呀,首次接触,请多多指点.谢谢姐姐.呵呵.怎么才能与众不同呢

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2006-12-07 10:50 by 我是坏女生
@流星雨
额。。与众不同?
其实写自己的字,做自己的模版,这样不就很不同了么?
当然也有人喜欢华而不实。。

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-01-03 00:26 by KONNY NATA
我也喜欢简单的版面,阿坏姐~我是博客生活的新同学,你是第一个来踩踩的人哦~很感激的!可是虽然看了你的教程,还是有些不明白的,怕被自己乱弄八弄弄坏了……比如怎么给主页上的文章摘要一块一块的加上淡淡的背景颜色?怎么加好看的日历?怎么加可爱的时钟在旁边?谢谢姐姐~

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-01-06 10:36 by 我是坏女生
@KONNY NATA
恩?哈,欢迎欢迎。
额,你哪个地方不明白捏?
我也不太明白你说的那种主页上文章摘要加淡淡背景颜色的效果是怎样的捏,有参考吗?如果有那你给我看看,我才好明白你说的是怎么回事。
另外日历这个问题。。每个模板都有它固定的日历,目前日历是无法改变的。
时钟。。我这里不是也有介绍么?另外你可以到一些网页的效果网站里头找时钟代码,然后直接把它复制过来就可以啦。

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-01-07 15:17 by KONNY NATA
姐姐啊~关于摘要的背景我推荐一个博客吧,你看了就明白了 http://www.cnweblog.com/cison/ 就是做成一块块的,我那个是全白的……还有,钟我按你的说法做过了,但他跑到上面去了,我希望它在旁边竖的一栏里~就这样~

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-01-08 11:37 by 我是坏女生
@KONNY NATA
哈,我明白你的意思了。
嗯,先解决你的摘要问题。
他那个不是自己做的,而且后台管理里面就有的一个摘要方式。这跟他选择的SKIN模板有关啦,他的那个模板就是这样表现的,所以他的摘要出来的效果就是你所看到的那样。而你选择的那个SKIN模板刚好底色就是白色,所以摘要出来的效果当然就还是白色啦。
把你的那个钟的那个做法告诉我一下下,估计你是没有贴对地方哦。

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-01-18 20:02 by 堂枭
坏 我是个新手,我按你的说法做了,把<embed width="0" height="0" type="audio/x-pn-realaudio-plugin" autostart="true" controls="ControlPanel" src="www.7t7t.com";></embed>
代码复制到我的后台管理——选项——CONFIGURE——公告栏了
可是我还是没有看到音乐背景

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-01-18 20:02 by 堂枭
坏 我是个新手,我按你的说法做了,把<embed width="0" height="0" type="audio/x-pn-realaudio-plugin" autostart="true" controls="ControlPanel" src="www.7t7t.com";></embed>
代码复制到我的后台管理——选项——CONFIGURE——公告栏了
可是我还是没有看到音乐背景

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-01-18 20:35 by 堂枭
坏 你要什么时候回复啊!

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-01-19 20:25 by 我是坏女生
@堂枭
咳。。不好意思,现在才来看看
恩,那个音乐链接不是整个音乐网站的地址,而是某一首歌的网址。。。切记。。

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-01-20 13:53 by LoveFly
你好,我是刚建博客的大菜鸟 什么都不懂 以前玩过Q空间,51 但一进这个就傻了 和以前玩的不一样啊尤其是English! 汗 谁让我不好好学呢 哎 后悔了简直不如现在幼稚园的小DD 希望能得到你的帮助

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-01-21 11:44 by KONNY NATA
不好意思>_<~考试……所以两周没回家了~唔唔,我又试了两下,结果中又跑到上面那片蓝天上去了……
<CENTER><EMBED height=130 src=http://www.59178.com/Twins/Twins07.swf style="HEIGHT: 130px; WIDTH: 144px" type=application/octet-stream width=144></CENTER>
我把上面这个,就是从你这儿复制的,贴在公告栏里,就这样。至于摘要的背景我也不知道应该改那一段里的colour

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-01-22 18:50 by KONNY NATA
阿坏姐~你换照片啦!很可爱呢~~~>///<

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-01-24 19:14 by KONNY NATA
我发现我的博客版子似乎和别人的不同……我的公告栏式上面的那片蓝天,无论是什么东西都汇贴到那里去,郁闷的说~我希望能像你一样把一些小的照片贴在旁边竖的一栏里,你有好办法吗?

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-01-31 12:21 by 我是坏女生
@LoveFly
恩,你有什么需要帮忙的吗?直接留言就可以。

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-01-31 12:24 by 我是坏女生
@KONNY NATA
是这样的,之前我已经说过了,这个主要还是看你选择的什么SKIN来决定的。
你想像我这样的话,建议你选择一些SKIN里面公告栏是左右两边排开的那种样式。你选的那个SKY的模版是有点头痛。。你可以选择跟我一样的模板。我这个原模板的名字是LuxInteriorDark

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-02-15 13:31 by 哈利波特
做的不错!

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-02-28 15:32 by 寂寞如烟花
小姐,你做的不错,我喜欢!

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-04-09 19:53 by Right2Dream
你的这首背景音乐真的很好听哦?
能告诉我叫什么名字吗这歌?

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-04-10 18:30 by 我是坏女生
@Right2Dream
张悬的SCREAM。。

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-05-12 14:31 by KONNY NATA
想问问feed功能怎么用,有什么好处~谢谢

# re: 阿坏教你妆点博客,建设品位家园[未登录]  回复  更多评论   

2007-05-24 13:21 by ヤ′瘋釹朲〃
坏坏,我也是个新手什么都不懂,哎郁闷了,弄成你这样需不需要充什么币啊,
如果那样的话,还是简单点好,就这样拉``

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-05-26 11:22 by 我是坏女生
@ヤ′瘋釹朲〃
不需要一分钱~~~

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-07-14 12:49 by I AM A GIRL
我也出现了和他们相同的问题,修改后,贴上去没反映啊?????

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-07-14 12:49 by I AM A GIRL
麻烦你给我看下吧 ,谢谢
body{
background-image:url('http://image.baidu.com/i?ct=503316480&z=5&tn=baiduimagedetail&word=另类+壁纸&in=14&cl=2&cm=1&sc=0&lm=-1&pn=13&rn=1');
background-repeat: repeat ;
margin : 0px;
color:#8d8c8c;
font-size:12px;
line-height: 22px;
font-style: normal;
word-break:break-all;
line-height:150%
}


td {
FONT-SIZE: 12px;
COLOR: #5E5E5E;
FONT-FAMILY: Verdana,Helvetica,Arial;
word-break:break-all;
line-height:150%
}

.mytd{
margin : 0px;
color:#8d8c8c;
font-size:12px;
line-height: 22px;
font-style: normal;
FONT-FAMILY: Verdana,Helvetica,Arial
}


.news{
color:#FF3300;
font-weight:bold;
font-size:14.7px
}

.news ul
{
list-style: none;
}

a.menu:visited, a.menu:active, a.menu:link {
color : #1084FF;
text-decoration : none;
}

a.menu:hover {
color: #FF6600;
text-decoration : underline;
}

a:visited, a:active, a:link {
color : #8d8c8c;
text-decoration : none;
}

a:hover {
color: #1084FF;
text-decoration : underline;
}

h1 {
margin : 0px;
margin-top : 5px;
margin-bottom : 5px;
font-size : 14.7px;
color:#FF6600;
}

/*
h1 a:visited,
h1 a:active,
h1 a:link {
color : #000;
}

h1 a:hover {
color : #47F;
text-decoration : none;
}
*/
h2 {
margin-top : 10px;
margin-bottom : 3px;
font-size : 13px;
}

h3 {
font-size : 14.7px;
}


/* section style */

#menu h1 {
color: red;
font-family: verdana, arial, sans-serif;
font-size: 14.7px;
font-weight: bold;
margin: 0px;
}

#menu ul {
list-style: none;
list-style: none;
padding: 0px;
margin: 0px 0px 15px 5px;
font-size: 12px;
line-height:160%
}

a.listitem:visited, a.listitem:active, a.listitem:link {
color : #355EA0;
text-decoration : none;
}

a.listitem:hover {
color: #1084FF;
text-decoration : underline;
}

#Category {
margin : 0px;
color:#8d8c8c;
font-size:11px;
line-height: 22px;
font-style: normal
}

.Catedesc {
padding-left:20px;
padding-bottom:20px;

background-image: url(images/main_background.gif);
background-position: top left;
background-repeat: repeat-y;
text-align: justify;

color: #808080;
font-size: 12px;
font-family: verdana, arial, sans-serif;
text-transform: uppercase;
}

/* section posts style */
h1.block_title {
color: gray;
font-family: verdana, arial, sans-serif;
font-size: 12pt;
font-weight: bold;
height: 59px;
margin: 10px 0px 0px 0px;
padding: 20px 0px 3px 20px;
text-transform: uppercase;
}

h1.block_title img {
vertical-align: middle;
color:red;
}

h1.block_title a:visited, h1.block_title a:active, h1.block_title a:link {
color: #FF6600;
}

#header a {
color: #1084FF;
font-family: verdana, arial, sans-serif;
font-size: 16px;
font-weight: bold;
}

div.block {
background-image: url(images/main_background.gif);
background-position: top left;
background-repeat: repeat-y;
font-size: 8pt;
text-align: justify;
}

div.block_footer {

background-image: url(images/day_footer.gif);
background-position: top left;
background-repeat: no-repeat;
height: 67px;
}


div.post {
padding-left: 20px;
}

div.posttitle {
color: #355EA0;
font-family: verdana, arial, sans-serif;
font-size: 12pt;
font-weight: bold;
}

.posttitle a:visited, .posttitle a:active, .posttitle a:link {
color : #5D5D5D;
font-size:14.7px;
text-decoration : none;
}

.posttitle a:hover {
color: #FF6600;
font-size:14.7px;
text-decoration : underline;
}

/* 用户题记 */
div.itemdesc {
padding-right:10px;
text-align:right;
color: #808080;
font-size: 11px;
font-family: verdana, arial, sans-serif;
text-transform: uppercase;

}


div.seperator {
background-image: url(images/post_footer.gif);
background-position: top left;
background-repeat: no-repeat;
margin: 15px 0px 10px 0px;
}

div.entrylistitem {
padding-left: 20px;
padding-bottom: 10px;
}

a.entrylisttitle, a.entrylisttitle:visited, a.entrylisttitle:link, a.entrylisttitle:active {
color: #FF6600;
font-family: verdana, arial, sans-serif;
font-size: 14px;
font-weight: bold;
}

div.moreinfo {
font-size: 8pt;
text-align: justify;
}

div.moreinfotitle {
color: #FF6600;
font-family: verdana, arial, sans-serif;
font-size: 12pt;
font-weight: bold;
}

/* section comment style */
commentform{
font-size: 12px;
}
div.comment_footer
{

color:#8d8c8c;
text-align:right;
}


div.comments {
font-size: 12px;
}

div.comment {
background-color:transparent;
border: 1px dashed #DDDDDD;
margin: 10px 0px 10px 0px;
padding: 10px;
}

div.comment_author {
margin: 5px 0px 5px 0px;
}

div.comment_content {
margin: 5px 0px 5px 0px;
}


#postcomment {
border: 1px solid #DDDDDD;
background-color: transparent;
font-size: 12px;
padding: 10px;
text-align: justify;
margin-top: 15px;
width: 435px;
}

#postcomment div {
color: #808080;
font-size: 10px;
font-weight: bold;
margin: 5px 0px 5px 0px;
}

#postcomment input.text, textarea {
border: 1px solid #DDDDDD;
font-size: 12px;
}


/* section calendar style */
.Cal
{
border : 1px solid #999999;
width:100%;
font-family:Arial;
font-size: 12px;
margin-top:10px;
margin-bottom:10px;
height:180px;


}

.CalTitle
{
background-color : transparent;
border-color:#ADF;
font-family:Arial;
font-size: 13px;
color : white;
margin-left : 0px;
padding : 1px;
height:100%;
font-weight:bold;
}

.CalOtherMonthDay
{
color:#808080;

}

.CalSelector
{

}

.CalNextPrev
{

}

.CalDayHeader
{
background-color:transparent;

}

.CalSelectedDay
{

}

.CalWeekendDay
{

}

.CalTodayDay
{
background-color:transparent;
}

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-07-14 13:22 by 我是坏女生
@I AM A GIRL
同学你看看这个
http://www.cnweblog.com/kid0030/archive/2006/06/21/126534.html

另外你的图片必须是gif或者jpeg格式。

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-07-30 10:09 by program
学了

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-08-23 22:26 by 蓝雨缤纷
呵呵,好东西,盼望了好久啊!
谢谢

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-08-30 18:43 by 嘴角上扬*^@^*
请问写好随笔后
日期可以自己改动吗
怎么改?

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-09-19 16:37 by 海边
弱弱的问 公告栏是指写着公告的那个框吗 要怎么复制代码进去 直接复制好象不行吧 要点那个"插于代码"键吗 ??

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2007-12-22 11:20 by 鹏鹏来了
哇,好东西!!!!谢谢谢谢!

怎么转载到我那啊。

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2008-06-23 11:05 by 幸福的路
呵呵 真好!谢谢

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2008-11-14 11:47 by
我又活了。。。时隔多长。。400多个小日夜了吧。。

又 找啊找。寻啊寻。。。

我连自个家的门洞都忘了呐


终于上帝的垂怜,菩萨的慈悲。可算让我找着啦。。。




我们可爱的,亲爱的坏坏小朋友的窝啦。。

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2008-11-14 11:50 by
第一次来也是进来这里吧。。那时候是来偷师的。。呵呵。。过的可真快啊。。


记得我啵。。。。你的小粉。。。謠淼MM

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2008-12-01 11:11 by 我是坏女生
@淼

HOHO,当然记得你了,MM最近如何?

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2008-12-27 21:58 by 荒.
啊坏 , 你看一下我在 博客公告里是这样弄的,但是还是不能把图片在 首页显示 怎么回事情呢
<IMG height=176 src=http://www.cnweblog.com/images/cnweblog_com/baobei77woba/17898/o_%e5%9b%be%e7%89%87%20001.jpg width=150 border=0>

# re: 阿坏教你妆点博客,建设品位家园  回复  更多评论   

2009-07-02 12:43 by sonery
曾今搞过web开发的友情路过。。。