PIXNET Logo登入

紫蓮の翼

跳到主文

養生藥膳 網頁特效語法 iphone/itouch/ipad/Android 代理伺服器交流區 共享軟體專區 Photoshop教學 電玩資訊 網頁素材 小說連載 趣味短片 美味食譜 特色文學區 居家生活與健康 美容纖體天地 時尚流行品味 占卜&塔羅& 心理測驗 星座星情 寵物天地 PTC網賺 絲襪美腿

部落格全站分類:生活綜合

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 6月 07 週六 200813:25
  • 自動變色框

語法展示::  http://home.graffiti.net/vsphyfg/
請用IE6.0或更新版本觀看語法特效展示將以下程式碼複製,貼在<body>及</body>標籤之間。
<p align="center">   
<table border="0" width="179" id="myexample" style="border: 5px solid yellow" height="25">    
  <tr>    
    <td height="20" valign="center" width="168">    
<font size="3">歡迎光臨紫蓮の翼   http://blog.pixnet.net/como0925</font>    
   </td>    
  </tr>    
</table>    
<script language="JavaScript1.2">    
<!--    
function flashit(){    
if (!document.all)    
return    
if (myexample.style.borderColor=="blue")    
myexample.style.borderColor="red"    
else    
myexample.style.borderColor="blue"    
}    
setInterval("flashit()", 500)    
//-->    
</script>
(繼續閱讀...)
文章標籤

紫蓮の翼 發表在 痞客邦 留言(0) 人氣(148)

  • 個人分類:網頁語法特效~視窗
▲top
  • 6月 04 週三 200820:57
  • 載入讀取效果

語法展示::   http://home.graffiti.net/wjkgfgfbf/
請用IE6.0或更新版本觀看語法特效展示將以下程式碼複製,貼在<body>及</body>標籤之間。 <SCRIPT type=text/javascript>
<!--
var ie5 = (document.all && document.getElementsByTagName);
var step = 0;
function setSB(v, el, inforEl, message) {
if (ie5 || document.readyState == "complete") {
filterEl = el.children[0];
valueEl = el.children[1];
if (filterEl.style.pixelWidth > 0) {
var filterBackup = filterEl.style.filter;
filterEl.style.filter = "";
filterEl.style.filter = filterBackup;
}
filterEl.style.width = v + "%";
valueEl.innerText = v + "%";
inforEl.innerText = message;
}
}
function setSBByStep(v, el, inforEl, message) {
if (ie5 || document.readyState == "complete") {
step = step + v;
filterEl = el.children[0];
valueEl = el.children[1];
if (filterEl.style.pixelWidth > 0) {
var filterBackup = filterEl.style.filter;
filterEl.style.filter = "";
filterEl.style.filter = filterBackup;
}
filterEl.style.width = step + "%";
valueEl.innerText = step + "%"
inforEl.innerText = message;
}
}
function fakeProgress(v, el) {
if (v >= 101)
location.href="http://sheng.phy.nknu.edu.tw/";  _fcksavedurl=""http://blog.pixnet.net/como0925"; " //載入網址
else {
setSB(v, el, infor, "載入中,請稍候...") //載入說明
window.setTimeout("fakeProgress(" + (v + 1) + ", document.all['" + el.id + "'])", 80);
}
}
//-->
</SCRIPT>
<DIV align=center>
<DIV id=sb style="BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; BACKGROUND: #99ccff; BORDER-LEFT: medium none; WIDTH: 400px; BORDER-BOTTOM: #cccccc 1px solid; HEIGHT: 14px; TEXT-ALIGN: left">
<DIV id=sbChild1 style="FILTER: Alpha(Opacity=0, FinishOpacity=80, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=0); OVERFLOW: hidden; WIDTH: 100%; POSITION: absolute; HEIGHT: 12px">
<DIV style="BACKGROUND: #000000; WIDTH: 100%" ;height:12px; overflow:hidden></DIV></DIV>
<DIV style="FONT-SIZE: 10px; WIDTH: 400px; COLOR: white; FONT-FAMILY: arial; POSITION: absolute; HEIGHT: 14px; TEXT-ALIGN: center">
</DIV></DIV>
<!-- Status Bar Ends -->
<P></P>
<DIV id=infor style="FONT-SIZE: 30px; WIDTH: 100%; COLOR: #999999; FONT-FAMILY: arial; POSITION: relative; HEIGHT: 14px; TEXT-ALIGN: center">
</DIV></DIV>
將以下程式碼複製,貼在<body >標籤裡面。
 onload=fakeProgress(0,sb)
(繼續閱讀...)
文章標籤

紫蓮の翼 發表在 痞客邦 留言(0) 人氣(294)

  • 個人分類:網頁語法特效~視窗
▲top
  • 5月 23 週五 200814:21
  • 瀏覽時間限制

語法展示::  http://home.graffiti.net/lghfdgsfsfds/
請用IE6.0或更新版本觀看語法特效展示將以下程式碼複製,貼在<body>及</body>標籤之間。
<script language="JavaScript">
<!--
var limit="1:15"
if (document.images){
var parselimit=limit.split(":")
parselimit=parselimit[0]*60+parselimit[1]*1
}
function begintimer(){
if (!document.images)
return
if (parselimit==1)
window.location="225.htm"
else{ 
parselimit-=1
curmin=Math.floor(parselimit/60)
cursec=parselimit%60
if (curmin!=0)
curtime="你尚有 "+curmin+" 分 "+cursec+" 秒可瀏覽"
else
curtime="你只剩 "+cursec+" 秒就需離開喔"
window.status=curtime
setTimeout("begintimer()",1000)
}
}
-->
</script>

在 var limit="1:15" 中修改限定的瀏覽時間
在 window.location="225.htm" 中修改時間到後要前往的網頁
在 curtime="你尚有 "+curmin+" 分 "+cursec+" 秒可瀏覽" 中修改時間剩下一分鐘以上時的提示訊息
在 curtime="你只剩 "+cursec+" 秒就需離開喔" 中修改時間剩下六十秒以下時的提示訊息

將以下程式碼複製,貼在<body >標籤裡面。

 onload="begintimer()"
(繼續閱讀...)
文章標籤

紫蓮の翼 發表在 痞客邦 留言(0) 人氣(167)

  • 個人分類:網頁語法特效~視窗
▲top
  • 5月 23 週五 200814:16
  • 四方開啟視窗2

語法展示::  http://home.graffiti.net/swdffdgd/
請用IE6.0或更新版本觀看語法特效展示將以下程式碼複製,貼在<body>及</body>標籤之間。
<div id="i1" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<script language="JavaScript1.2">
<!--
var speed=20
if (document.layers){
var reference=window.innerWidth/window.innerHeight
var temp=eval("document.i1.clip")
temp.left=temp.top=0
temp.right=window.innerWidth
temp.bottom=window.innerHeight
}
else if (document.all){
var reference=document.body.clientWidth/document.body.clientHeight
var rightclip,leftclip,topclip,bottomclip
var temp=document.all.i1.style
topclip=leftclip=0
rightclip=temp.width=document.body.clientWidth
bottomclip=temp.height=document.body.clientHeight
}
function doit(){
window.scrollTo(0,0)
if (document.layers){
if (temp.left>window.innerWidth/2)
clearInterval(stopit)
temp.left+=reference*speed
temp.top+=speed
temp.right-=reference*speed
temp.bottom-=speed
}
else if (document.all){
if (leftclip>document.body.clientWidth/2)
clearInterval(stopit)
temp.clip="rect( "+topclip+" "+rightclip+" "+bottomclip+" "+leftclip+")"
leftclip+=reference*speed
topclip+=speed
rightclip-=reference*speed
bottomclip-=speed
}
}
stopit=setInterval("doit()",100)
-->
</script>

在 (11905510852.jpg) 中修改四方的底圖
在 var speed=20 中修改特效的速度

將以下程式碼複製,貼在<head>及</head>標籤之間。

<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
}
-->
</style>
(繼續閱讀...)
文章標籤

紫蓮の翼 發表在 痞客邦 留言(0) 人氣(103)

  • 個人分類:網頁語法特效~視窗
▲top
  • 5月 23 週五 200814:11
  • 四方開啟視窗

語法展示::   http://home.graffiti.net/jgfgfdsesafdaea/
請用IE6.0或更新版本觀看語法特效展示將以下程式碼複製,貼在<body>及</body>標籤之間。

<div id="i1" class="intro" style="background-color: #FF00FF"></div>
<script language="JavaScript1.2">
<!--
var speed=20
if (document.layers){
var reference=window.innerWidth/window.innerHeight
var temp=eval("document.i1.clip")
temp.left=temp.top=0
temp.right=window.innerWidth
temp.bottom=window.innerHeight
}
else if (document.all){
var reference=document.body.clientWidth/document.body.clientHeight
var rightclip,leftclip,topclip,bottomclip
var temp=document.all.i1.style
topclip=leftclip=0
rightclip=temp.width=document.body.clientWidth
bottomclip=temp.height=document.body.clientHeight
}
function doit(){
window.scrollTo(0,0)
if (document.layers){
if (temp.left>window.innerWidth/2)
clearInterval(stopit)
temp.left+=reference*speed
temp.top+=speed
temp.right-=reference*speed
temp.bottom-=speed
}
else if (document.all){
if (leftclip>document.body.clientWidth/2)
clearInterval(stopit)
temp.clip="rect( "+topclip+" "+rightclip+" "+bottomclip+" "+leftclip+")"
leftclip+=reference*speed
topclip+=speed
rightclip-=reference*speed
bottomclip-=speed
}
}
stopit=setInterval("doit()",100)
-->
</script>

在 style="background-color: #FF00FF" 中修改四方的顏色
在 var speed=20 中修改特效的速度

將以下程式碼複製,貼在<head>及</head>標籤之間。

<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
}
-->
</style>
(繼續閱讀...)
文章標籤

紫蓮の翼 發表在 痞客邦 留言(0) 人氣(101)

  • 個人分類:網頁語法特效~視窗
▲top
  • 5月 23 週五 200814:05
  • 左右開啟視窗2

語法展示::  http://home.graffiti.net/kjghjghjgf/
請用IE6.0或更新版本觀看語法特效展示將以下程式碼複製,貼在<body>及</body>標籤之間。
<div id="i1" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<div id="i2" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<script language="JavaScript1.2">
<!--
var speed=20
var temp=new Array()
var temp2=new Array()
if (document.layers){
for (i=1;i<=2;i++){
temp[i]=eval("document.i"+i+".clip")
temp2[i]=eval("document.i"+i)
temp[i].width=window.innerWidth/2
temp[i].height=window.innerHeight
temp2[i].left=(i-1)*temp[i].width
}
}
else if (document.all){
var clipright=document.body.clientWidth/2,clipleft=0
for (i=1;i<=2;i++){
temp[i]=eval("document.all.i"+i+".style")
temp[i].width=document.body.clientWidth/2
temp[i].height=document.body.offsetHeight
temp[i].left=(i-1)*parseInt(temp[i].width)
}
}
function openit(){
window.scrollTo(0,0)
if (document.layers){
temp[1].right-=speed
temp[2].left+=speed
if (temp[2].left>window.innerWidth/2)
clearInterval(stopit)
}
else if (document.all){
clipright-=speed
temp[1].clip="rect(0 "+clipright+" auto 0)"
clipleft+=speed
temp[2].clip="rect(0 auto auto "+clipleft+")"
if (clipright<=0)
clearInterval(stopit)
}
}
function gogo(){
stopit=setInterval("openit()",100)
}
gogo()
-->
</script>

在 (11905510852.jpg) 中修改左右條的底圖
在 var speed=20 中修改特效的速度

將以下程式碼複製,貼在<head>及</head>標籤之間。

<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
}
-->
</style>

(繼續閱讀...)
文章標籤

紫蓮の翼 發表在 痞客邦 留言(0) 人氣(91)

  • 個人分類:網頁語法特效~視窗
▲top
  • 5月 23 週五 200813:59
  • 左右開啟視窗1

語法展示::  http://home.graffiti.net/lkhhhdfxhd/
請用IE6.0或更新版本觀看語法特效展示將以下程式碼複製,貼在<body>及</body>標籤之間。
<div id="i1" class="intro" style="background-color: #FFFFFF"></div>
<div id="i2" class="intro" style="background-color: #FFFFFF"></div>
<script language="JavaScript1.2">
<!--
var speed=20
var temp=new Array()
var temp2=new Array()
if (document.layers){
for (i=1;i<=2;i++){
temp[i]=eval("document.i"+i+".clip")
temp2[i]=eval("document.i"+i)
temp[i].width=window.innerWidth/2
temp[i].height=window.innerHeight
temp2[i].left=(i-1)*temp[i].width
}
}
else if (document.all){
var clipright=document.body.clientWidth/2,clipleft=0
for (i=1;i<=2;i++){
temp[i]=eval("document.all.i"+i+".style")
temp[i].width=document.body.clientWidth/2
temp[i].height=document.body.offsetHeight
temp[i].left=(i-1)*parseInt(temp[i].width)
}
}
function openit(){
window.scrollTo(0,0)
if (document.layers){
temp[1].right-=speed
temp[2].left+=speed
if (temp[2].left>window.innerWidth/2)
clearInterval(stopit)
}
else if (document.all){
clipright-=speed
temp[1].clip="rect(0 "+clipright+" auto 0)"
clipleft+=speed
temp[2].clip="rect(0 auto auto "+clipleft+")"
if (clipright<=0)
clearInterval(stopit)
}
}
function gogo(){
stopit=setInterval("openit()",100)
}
gogo()
-->
</script>

在 style="background-color: #FFFFFF" 中修改左右條的顏色
在 var speed=20 中修改特效的速度

將以下程式碼複製,貼在<head>及</head>標籤之間。
<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
}
-->
</style>
(繼續閱讀...)
文章標籤

紫蓮の翼 發表在 痞客邦 留言(0) 人氣(80)

  • 個人分類:網頁語法特效~視窗
▲top
  • 5月 23 週五 200813:48
  • 垂直開啟視窗2

語法展示::  http://home.graffiti.net/ghjghjf22we/
請用IE6.0或更新版本觀看語法特效展示將以下程式碼複製,貼在<body>及</body>標籤之間。

<div id="i1" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<div id="i2" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<div id="i3" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<div id="i4" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<div id="i5" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<div id="i6" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<div id="i7" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<div id="i8" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<script language="JavaScript1.2">
<!--
var speed=20
var temp=new Array()
var temp2=new Array()
if (document.layers){
for (i=1;i<=8;i++){
temp[i]=eval("document.i"+i+".clip")
temp2[i]=eval("document.i"+i)
temp[i].width=window.innerWidth/8-0.3
temp[i].height=window.innerHeight
temp2[i].left=(i-1)*temp[i].width
}
}
else if (document.all){
var clipbottom=document.body.offsetHeight,cliptop=0
for (i=1;i<=8;i++){
temp[i]=eval("document.all.i"+i+".style")
temp[i].width=document.body.clientWidth/8
temp[i].height=document.body.offsetHeight
temp[i].left=(i-1)*parseInt(temp[i].width)
}
}
function openit(){
window.scrollTo(0,0)
if (document.layers){
for (i=1;i<=8;i=i+2)
temp[i].bottom-=speed
for (i=2;i<=8;i=i+2)
temp[i].top+=speed
if (temp[2].top>window.innerHeight)
clearInterval(stopit)
}
else if (document.all){
clipbottom-=speed
for (i=1;i<=8;i=i+2){
temp[i].clip="rect(0 auto+"+clipbottom+" 0)"
}
cliptop+=speed
for (i=2;i<=8;i=i+2){
temp[i].clip="rect("+cliptop+" auto auto)"
}
if (clipbottom<=0)
clearInterval(stopit)
}
}
function gogo(){
stopit=setInterval("openit()",100)
}
gogo()
-->
</script>

在 (11905510852.jpg) 中修改垂直條的底圖
在 var speed=20 中修改特效的速度
 
將以下程式碼複製,貼在<head>及</head>標籤之間。

<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
}
-->
</style>

(繼續閱讀...)
文章標籤

紫蓮の翼 發表在 痞客邦 留言(0) 人氣(69)

  • 個人分類:網頁語法特效~視窗
▲top
  • 5月 23 週五 200813:42
  • 垂直開啟視窗1

語法展示::  http://home.graffiti.net/svfdgfdeee/
請用IE6.0或更新版本觀看語法特效展示將以下程式碼複製,貼在<body>及</body>標籤之間。
<div id="i1" class="intro" style="background-color: #0000FF"></div>
<div id="i2" class="intro" style="background-color: #0000FF"></div>
<div id="i3" class="intro" style="background-color: #0000FF"></div>
<div id="i4" class="intro" style="background-color: #0000FF"></div>
<div id="i5" class="intro" style="background-color: #0000FF"></div>
<div id="i6" class="intro" style="background-color: #0000FF"></div>
<div id="i7" class="intro" style="background-color: #0000FF"></div>
<div id="i8" class="intro" style="background-color: #0000FF"></div>
<script language="JavaScript1.2">
<!--
var speed=20
var temp=new Array()
var temp2=new Array()
if (document.layers){
for (i=1;i<=8;i++){
temp[i]=eval("document.i"+i+".clip")
temp2[i]=eval("document.i"+i)
temp[i].width=window.innerWidth/8-0.3
temp[i].height=window.innerHeight
temp2[i].left=(i-1)*temp[i].width
}
}
else if (document.all){
var clipbottom=document.body.offsetHeight,cliptop=0
for (i=1;i<=8;i++){
temp[i]=eval("document.all.i"+i+".style")
temp[i].width=document.body.clientWidth/8
temp[i].height=document.body.offsetHeight
temp[i].left=(i-1)*parseInt(temp[i].width)
}
}
function openit(){
window.scrollTo(0,0)
if (document.layers){
for (i=1;i<=8;i=i+2)
temp[i].bottom-=speed
for (i=2;i<=8;i=i+2)
temp[i].top+=speed
if (temp[2].top>window.innerHeight)
clearInterval(stopit)
}
else if (document.all){
clipbottom-=speed
for (i=1;i<=8;i=i+2){
temp[i].clip="rect(0 auto+"+clipbottom+" 0)"
}
cliptop+=speed
for (i=2;i<=8;i=i+2){
temp[i].clip="rect("+cliptop+" auto auto)"
}
if (clipbottom<=0)
clearInterval(stopit)
}
}
function gogo(){
stopit=setInterval("openit()",100)
}
gogo()
-->
</script>

在 style="background-color: #0000FF" 中修改垂直條的顏色
在 var speed=20 中修改特效的速度

將以下程式碼複製,貼在<head>及</head>標籤之間。

<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
}
-->
</style>
(繼續閱讀...)
文章標籤

紫蓮の翼 發表在 痞客邦 留言(0) 人氣(68)

  • 個人分類:網頁語法特效~視窗
▲top
  • 5月 23 週五 200813:26
  • 上下開啟視窗2

語法展示::   http://home.graffiti.net/hhghdgdg/
請用IE6.0或更新版本觀看語法特效展示
將以下程式碼複製,貼在<head>及</head>標籤之間。

<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
}
-->
</style>
將以下程式碼複製,貼在<body>及</body>標籤之間。
<div id="i1" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<div id="i2" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<script language="JavaScript1.2">
<!--
var speed=20
var temp=new Array()
var temp2=new Array()
if (document.layers){
for (i=1;i<=2;i++){
temp[i]=eval("document.i"+i+".clip")
temp2[i]=eval("document.i"+i)
temp[i].width=window.innerWidth
temp[i].height=window.innerHeight/2
temp2[i].top=(i-1)*temp[i].height
}
}
else if (document.all){
var clipbottom=document.body.offsetHeight/2,cliptop=0
for (i=1;i<=2;i++){
temp[i]=eval("document.all.i"+i+".style")
temp[i].width=document.body.clientWidth
temp[i].height=document.body.offsetHeight/2
temp[i].top=(i-1)*parseInt(temp[i].height)
}
}
function openit(){
window.scrollTo(0,0)
if (document.layers){
temp[1].bottom-=speed
temp[2].top+=speed
if (temp[1].bottom<=0)
clearInterval(stopit)
}
else if (document.all){
clipbottom-=speed
temp[1].clip="rect(0 auto+"+clipbottom+" 0)"
cliptop+=speed
temp[2].clip="rect("+cliptop+" auto auto)"
if (clipbottom<=0)
clearInterval(stopit)
}
}
function gogo(){
stopit=setInterval("openit()",100)
}
gogo()
-->
</script>

在 (../photo/body1.gif) 中修改上下條的底圖
在 var speed=20 中修改特效的速度
(繼續閱讀...)
文章標籤

紫蓮の翼 發表在 痞客邦 留言(0) 人氣(77)

  • 個人分類:網頁語法特效~視窗
▲top
12...5»

URL@AD寫部落格賺零用錢

參觀人氣

  • 本日人氣:
  • 累積人氣:

近期文章

  • [心理測驗] 你讓愛人傷心的指數
  • [心理測驗] 你認為紅色的相反是什麼顏色
  • [心理測驗] 你最容易變成誰的小李子?
  • [心理測驗] 測試你的戀愛水平到底如何
  • [心理測驗] 選畫中見真性情!!
  • 【圖像處理】:PicPick 4.0.3 影像擷取軟體
  • [心理測驗] 你容易跟舊情人死灰復燃嗎?
  • 【圖像處理】:TSR Watermark Image 3.4.2.4 批次在圖片上加浮水印的軟體
  • 【系統工具】:Windows Repair 2.10.4 (All In One)系統修復工具(安裝版+免安裝版)
  • [心理測驗] 你是愛情中的贏家嗎?

文章分類

toggle 網頁特效語法 (11)
  • 網頁語法特效~超連結 (37)
  • 網頁語法特效~滑鼠 (51)
  • 網頁語法特效~更換背景顏色 (14)
  • 網頁語法特效~背景圖 (23)
  • 網頁語法特效~圖片特效 (32)
  • 網頁語法特效~跑馬燈 (30)
  • 網頁語法特效~訊息、文字 (48)
  • 網頁語法特效~保密類 (8)
  • 網頁語法特效~偵測 (10)
  • 網頁語法特效~日期時間 (50)
  • 網頁語法特效~視窗 (49)
toggle 養生藥膳 (7)
  • 春季食譜 (21)
  • 夏季食譜 (23)
  • 秋季食譜 (17)
  • 冬季食譜 (21)
  • 青春族 (16)
  • 銀髮族 (25)
  • 綜合種類藥膳 (80)
  • 唯美寫真 (63)
  • PTC 網賺族必備工具 (2)
  • PTC網賺 (14)
  • iphone/itouch/ipad/Android (1,286)
  • 代理伺服器交流區 (361)
  • 共享軟體專區 (954)
  • Photoshop教學 (54)
  • PhotoImpact教學 (10)
  • 電玩資訊 (380)
  • 網頁素材 (378)
  • 美味食譜 (544)
  • 居家生活與健康 (631)
  • 特色文學區 (1,125)
  • 美容纖體天地 (443)
  • 占卜&塔羅& 心理測驗 (1,016)
  • 時尚流行品味 (2,141)
  • 星座星情 (677)
  • 寵物天地 (587)
  • 未分類文章 (1)

文章彙整

噗一下

Google搜尋

誰來我家

部落格交換連結

sitetag

台灣網站登錄目錄

部落客廣告

BLOG104

部落格排行貼紙

部落軌道

網誌排行

部落格觀察

FLAG

站長工具

全民部落國 - 部落格聯播