YK Forum » Blog » xG skin + 滑鼠指標 + 日記框 + 隨機播放 + 自設網頁名*-}


2009-4-2 11:14 PM arwg
xG skin + 滑鼠指標 + 日記框 + 隨機播放 + 自設網頁名*-}

XANGA SKIN :

[url]http://www.createblog.com/layout[/url] ... t=id&order=desc

--------------------------------------------------------------------------------------------

滑鼠指標:

[url]http://www.xanga.com/home.aspx?user=cursorshelp[/url]

---------------------------------------------------------------------------------------------------------------------

日記框同入面內容透透地..

<style>table.blogbody{
background-color: [color=Red]FFFFFF[/color];
FILTER: alpha(opacity=[color=Red]透明度[/color]);
family-font: trebuchet ms;
border: [color=Red]3[/color]px [color=Red]double[/color] #[color=Red]FFFFFF[/color];
width:460px;}
</style>

透明度..1系最透,,100就吾透

border果個3px自己改..表示個框條線既粗幼

至於double刀系自己改..(可以隨便試)
dotted系點點線
dashed系虛線
double系雙線
groove系溝糟
none就無

double隔離果個#FFFFFF就系框線既顏色
width個460px就系日記個框有幾闊

放HD*

----------------------------------------------------------------------------

左邊PROFILE貼BACKGROUND:

<STYLE type="text/css">
<!--
table.left th { background-image:url('址') }
table.left td { background-image:url('圖址')}
//-->
</STYLE>

第1個TABLE係FOR個TOPIC個到...
即係....[XANGA ID...]
[Subscriptions]
[My Blogrings]...等等個D.....

第2個係個人資料個到......
即係NAME...COUNTRY個D..

放係HD*果度

----------------------------------------------------------------------------

變色框邊

放HD

語法中 borderWidth=14; 是框之闊度

<SCRIPT LANGUAGE="JavaScript">
colours=new Array('ff00ff','00ff00','ff9900','ff0000','00ffff','00ff66','0000ff')
function gs(){
var clrPos=Math.floor(Math.random()*colours.length)
with (window.document.body.style){
borderWidth=14;
borderStyle='solid';
borderColor=colours[clrPos];}}
if (document.all)window.document.body.onscroll=gs;
</SCRIPT>

----------------------------------------------------------------------------------

背景圖置中

只放背景圖於中間,但四周會變空白

語法中50% 是上下左右放置之位置

放HD


<STYLE>
body{ background-image: url(圖片網址); background-repeat: no-repeat;
background-attachment: fixed; background-position: 50% 50% }</STYLE>

----------------------------------------------------------------------------------------------------------

隨機播放
每進入一次,會自動轉音樂
想加音樂可自行試試
Array(4); 及 tips[3]
可更改數值、增加音樂

放HD

<SCRIPT Language="JavaScript">
tips = new Array(4);
tips[0] = "音樂網址";
tips[1] = "音樂網址";
tips[2] = "音樂網址";
tips[3] = "音樂網址";
index = Math.floor(Math.random() * tips.length);
document.write("<EMBED SRC=" + tips[index] + " autostart=true width=0 height=0 loop=true hidden=TRUE></EMBED>");
</SCRIPT>

----------------------------------------------------------------------------------------------



<body    >


<script language=javascript >
title_new="修改網頁名"
step=0

functionflash_title()
    {
      step++
      if (step==7) {step=1}
      if (step==1) {document.title=' '+title_new+' '}
      if (step==2) {document.title=' '+title_new+' '}
      if (step==3) {document.title=' '+title_new+' '}
      if (step==4) {document.title=' '+title_new+' '}
      if (step==5) {document.title=' '+title_new+' '}
      if (step==6) {document.title=' '+title_new+' '}
    }
flash_title()
</script>

2009-4-21 08:31 PM 笨笨≧▽≦
唔該哂 ^^
冇借 -3-"

頁: [1]


Powered by Discuz! Archiver 5.0.0  © 2001-2006 Comsenz Inc.