加入我的最愛  |   設定為首頁  |   圖片上載  論壇音樂模式    非音樂模式   
 
I-See 論壇

I-See 論壇 註冊 登錄 會員 勳章中心 MSN宣傳系統 虛擬形象 音樂盒中心 隨機圖片中心 Flash 遊戲 會員相冊 新手手冊 娛樂設施 幫助 簡體中文 界面風格




 發新回覆
發新主題 發新投票
標題: 收 TT ,字型 , BH & 1語法 XD
載入中 ...
RIRIKY
吹水老手
Rank: 4


會員編號 161330
精華 0
積分 14385
帖子 6563
威望 0 點
I-See幣 95440 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 110
註冊 2006-5-7
註冊天數 6710
狀態 離線
  只顯示 RIRIKY 的帖子
發表於 2007-10-3 07:35 PM  資料  短消息  加為好友 
收 TT ,字型 , BH & 1語法 XD

TT 多多都收  `5 -30錢 @1  P.S 吾收ICON TT
字型  大多收中文字型  .. 先 CAP圖  `20 -50錢 @1
BH  主要想收線 BH /心心 ,圈圈 BH .. 其他的當然也可以 xddd  `5 - 20錢 @1
語法  日記內容捲軸  `300錢 @

TT ,BH & 字型 OK的 MSN  SD
tsszkwan_ririky!hotmail.com

[ 本帖最後由 RIRIKY 於 2007-10-8 06:09 PM 編輯 ]





I-See Forum @ All rights reserved.
頂部
從前快樂舊模樣
中級會員
Rank: 1



會員編號 252189
精華 0
積分 875
帖子 345
威望 0 點
I-See幣 10714 錢
GAME幣 105 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 50
註冊 2006-12-24
註冊天數 6479
狀態 離線
字型你想要哪些?

BH呢..你要等一等..在我的NOTEBOOK裡= = 現在用的不是notebook....

語法呢..你看是否想要這些..

外框卷軸 ;;;


[Copy to clipboard]CODE:
<style>
body{
scrollbar-arrow-color: #000000;
scrollbar-3dlight-color: #999999;
scrollbar-highlight-color: #ffffff;
scrollbar-face-color: #999999;
scrollbar-track-color: #cccccc;
scrollbar-shadow-color: #666666;
scrollbar-darkshadow-color: #000000;
}
</style> 

*******************************************************

外框變色卷軸 ;;;


[Copy to clipboard]CODE:
<script language="JavaScript">
<!--
colours = new Array('#000000', '#999999', '#6699ff', '#fcc0e5', '#ff409f', '#cc99ff')
function flash()
{
var clrPos = Math.floor(Math.random() * colours.length)
with(window.document.body.style)
{
scrollbarFaceColor = document.bgColor;
scrollbarTrackColor = document.bgColor;
scrollbarArrowColor = colours[clrPos];
scrollbarHighlightColor = document.bgColor;
scrollbar3dLightColor = colours[clrPos];
scrollbarShadowColor = document.bgColor;
scrollbarDarkShadowColor = colours[clrPos];
borderWidth = 2;
borderStyle = 'solid';
borderColor = colours[clrPos];
}
}
if (document.all)window.document.body.onscroll = flash;
//-->
</script>

*******************************************************

卷軸由右邊轉去左邊 ;;;


[Copy to clipboard]CODE:
<body ONCONTEXTMENU="return false" dir="rtl"><DIV DIR="LTR">

**呢個除左令卷軸左右掉轉外,板面亦都會一起掉轉

*******************************************************

個人資料增添卷軸 ;;;


[Copy to clipboard]CODE:
<script type="text/javascript">
function adjustSirListHeight()
{
  // *** define the height of your SIR-list in the line below
  var sirListHeight = '120px';
  var allTables = document.getElementsByTagName('tbody');
  for (i=0; i < allTables.length; i++)
  {
      if ((allTables.innerHTML.indexOf('Profile') != -1) &&
          (allTables.innerHTML.toUpperCase().indexOf('<TABLE') == -1))
      {
          sirlist = allTables.lastChild;
          temp = sirlist.firstChild.innerHTML;
          sirlist.removeChild(sirlist.firstChild);
          td = document.createElement('td');
          div = document.createElement('div');
          div.style.width = '190px';
          div.style.height = sirListHeight;
          div.style.overflow = 'auto';
          div.innerHTML = temp;
          td.appendChild(div);
          sirlist.appendChild(td);
          break;
      }
  }
}
if (navigator.userAgent.indexOf('Mac') == -1)
  if ((document.URL.indexOf('weblogs') == -1) &&
      (document.URL.indexOf('guestbook') == -1) &&
      (document.URL.indexOf('events') == -1) &&
      (document.URL.indexOf('reviews') == -1))
      adjustSirListHeight();
</script>

*******************************************************

Subscriptions增添卷軸 ;;;


[Copy to clipboard]CODE:
<script type="text/javascript">
function adjustSirListHeight()
{
// define the height of your SIR-list in the line below
var sirListHeight = '90px';
var allTables = document.getElementsByTagName('tbody');
for (i=0; i < allTables.length; i++)
{
if ((allTables.innerHTML.indexOf('Sites I Read') != -1) &&
(allTables.innerHTML.toUpperCase().indexOf('<TABLE') == -1))
{
sirlist = allTables.lastChild;
temp = sirlist.firstChild.innerHTML;
sirlist.removeChild(sirlist.firstChild);
td = document.createElement('td');
div = document.createElement('div');
div.style.width = '165px';
div.style.height = sirListHeight;
div.style.overflow = 'auto';
div.innerHTML = temp;
td.appendChild(div);
sirlist.appendChild(td);
break;
}
}
}
if (navigator.userAgent.indexOf('Mac') == -1)
if ((document.URL.indexOf('weblogs') == -1) &&
(document.URL.indexOf('guestbook') == -1) &&
(document.URL.indexOf('events') == -1) &&
(document.URL.indexOf('reviews') == -1))
adjustSirListHeight();
</script>

*******************************************************

Blogrings增添卷軸 ;;;


[Copy to clipboard]CODE:
<!-- begin code provided by Kkx3.com-->
<script type="text/javascript">
function adjustSirListHeight()
{
  // *** define the height of your SIR-list in the line below
  var sirListHeight = '框高度px';
  var allTables = document.getElementsByTagName('tbody');
  for (i=0; i < allTables.length; i++)
  {
      if ((allTables.innerHTML.indexOf('Blogrings') != -1) &&
          (allTables.innerHTML.toUpperCase().indexOf('<TABLE') == -1))
      {
          sirlist = allTables.lastChild;
          temp = sirlist.firstChild.innerHTML;
          sirlist.removeChild(sirlist.firstChild);
          td = document.createElement('td');
          div = document.createElement('div');
          div.style.width = '190px';
          div.style.height = sirListHeight;
          div.style.overflow = 'auto';
          div.innerHTML = temp;
          td.appendChild(div);
          sirlist.appendChild(td);
          break;
      }
  }
}
if (navigator.userAgent.indexOf('Mac') == -1)
  if ((document.URL.indexOf('weblogs') == -1) &&
      (document.URL.indexOf('guestbook') == -1) &&
      (document.URL.indexOf('events') == -1) &&
      (document.URL.indexOf('reviews') == -1))
      adjustSirListHeight();
</script>
<!-- end code provided by Kkx3.com -->

I-See Forum @ All rights reserved.
頂部
miko. (Guilty)
VIP
Rank: 6Rank: 6
miko


榮譽勳章
 勳章名稱:I-See一年章
勳章介紹:註冊天數滿365天    勳章名稱:I-See兩年章
勳章介紹:註冊天數滿730天    勳章名稱:I-See三年章
勳章介紹:註冊天數滿1095天    勳章名稱:I-See四年章
勳章介紹:註冊天數滿1460天  

會員編號 166581
精華 3
積分 74067
帖子 55696
威望 13 點
I-See幣 261920 錢
GAME幣 417 個
MSN宣傳 0 次
性別  男
配偶 咇仔
閱讀權限 170
註冊 2006-5-21
註冊天數 6697
狀態 離線
  只顯示 miko. 的帖子
發表於 2007-10-3 07:43 PM  資料  短消息  加為好友 

  收費單
編號:價格:金額 已付費的會員名單

請付費察看本帖隱藏內容,非本站會員無權購買,請[登陸],或者[註冊]

I-See Forum @ All rights reserved.
頂部
RIRIKY
吹水老手
Rank: 4


會員編號 161330
精華 0
積分 14385
帖子 6563
威望 0 點
I-See幣 95440 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 110
註冊 2006-5-7
註冊天數 6710
狀態 離線
  只顯示 RIRIKY 的帖子
發表於 2007-10-3 07:51 PM  資料  短消息  加為好友 
以上 2位的語法都用吾到 .. 我系用 QOOZA吾系 XANGA的  "





I-See Forum @ All rights reserved.
頂部
從前快樂舊模樣
中級會員
Rank: 1



會員編號 252189
精華 0
積分 875
帖子 345
威望 0 點
I-See幣 10714 錢
GAME幣 105 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 50
註冊 2006-12-24
註冊天數 6479
狀態 離線

  收費單
編號:價格:金額 已付費的會員名單

請付費察看本帖隱藏內容,非本站會員無權購買,請[登陸],或者[註冊]

I-See Forum @ All rights reserved.
頂部
RIRIKY
吹水老手
Rank: 4


會員編號 161330
精華 0
積分 14385
帖子 6563
威望 0 點
I-See幣 95440 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 110
註冊 2006-5-7
註冊天數 6710
狀態 離線
  只顯示 RIRIKY 的帖子
發表於 2007-10-4 02:53 PM  資料  短消息  加為好友 


QUOTE:
原帖由 從前快樂舊模樣 於 2007-10-3 10:56 PM 發表 遊客無法瀏覽此圖片或下載點,請先註冊或登入會員。
**** 付費信息,已經隱藏 *****

很多都有了  .. 對不起不收  !麻煩 delete圖 ...





I-See Forum @ All rights reserved.
頂部
LxiyxChan.
灌水神手
Rank: 9Rank: 9Rank: 9
fuck you


榮譽勳章
 勳章名稱:I-See兩年章
勳章介紹:註冊天數滿730天    勳章名稱:I-See一年章
勳章介紹:註冊天數滿365天    勳章名稱:I-See三年章
勳章介紹:註冊天數滿1095天    勳章名稱:I-See四年章
勳章介紹:註冊天數滿1460天  

會員編號 207141
精華 0
積分 88525
帖子 48825
威望 1 點
I-See幣 85826 錢
GAME幣 2533 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 150
註冊 2006-8-31
註冊天數 6595
狀態 離線
  只顯示 LxiyxChan. 的帖子
發表於 2007-10-4 06:25 PM  資料  短消息  加為好友 
捲動彩點

<SCRIPT LANGUAGE="JavaScript">
<!-- Beginning
if (document.all){
with (document){
write('<div id="starsDiv" style="position:absolute;top:0px;left:0px">')
write('<div style="position:relative;width:1px;height:1px;background:#ffffff;font-size:1px;visibility:visible"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px;visibility:visible"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px;visibility:visible"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px;visibility:visible"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#00ff00;font-size:1px;visibility:visible"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#0000ff;font-size:1px;visibility:visible"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px;visibility:visible"></div>')
write('<div style="position:relative;width:2px;height:2px;background:#ffffff;font-size:2px;visibility:visible"></div>')
write('<div style="position:relative;width:2px;height:2px;background:#fff000;font-size:2px;visibility:visible"></div>')
write('<div style="position:relative;width:2px;height:2px;background:#ffa000;font-size:2px;visibility:visible"></div>')
write('<div style="position:relative;width:2px;height:2px;background:#ff00ff;font-size:2px;visibility:visible"></div>')
write('<div style="position:relative;width:2px;height:2px;background:#00ff00;font-size:2px;visibility:visible"></div>')
write('<div style="position:relative;width:2px;height:2px;background:#0000ff;font-size:2px;visibility:visible"></div>')
write('<div style="position:relative;width:3px;height:3px;background:#FF0000;font-size:3px;visibility:visible"></div>')
write('<div style="position:relative;width:3px;height:3px;background:#ffffff;font-size:3px;visibility:visible"></div>')
write('<div style="position:relative;width:3px;height:3px;background:#fff000;font-size:3px;visibility:visible"></div>')
write('<div style="position:relative;width:3px;height:3px;background:#ffa000;font-size:3px;visibility:visible"></div>')
write('<div style="position:relative;width:3px;height:3px;background:#ff00ff;font-size:3px;visibility:visible"></div>')
write('<div style="position:relative;width:3px;height:3px;background:#00ff00;font-size:3px;visibility:visible"></div>')
write('<div style="position:relative;width:3px;height:3px;background:#0000ff;font-size:3px;visibility:visible"></div>')
write('<div style="position:relative;width:3px;height:3px;background:#FF0000;font-size:3px;visibility:visible"></div>')
write('<div style="position:relative;width:4px;height:4px;background:#ffffff;font-size:4px;visibility:visible"></div>')
write('<div style="position:relative;width:4px;height:4px;background:#fff000;font-size:4px;visibility:visible"></div>')
write('<div style="position:relative;width:4px;height:4px;background:#ffa000;font-size:4px;visibility:visible"></div>')
write('<div style="position:relative;width:4px;height:4px;background:#ff00ff;font-size:4px;visibility:visible"></div>')
write('<div style="position:relative;width:4px;height:4px;background:#00ff00;font-size:4px;visibility:visible"></div>')
write('<div style="position:relative;width:4px;height:4px;background:#0000ff;font-size:4px;visibility:visible"></div>')
write('<div style="position:relative;width:4px;height:4px;background:#FF0000;font-size:4px;visibility:visible"></div>')
write('<div style="position:relative;width:5px;height:5px;background:#ffffff;font-size:5px;visibility:visible"></div>')
write('<div style="position:relative;width:5px;height:5px;background:#fff000;font-size:5px;visibility:visible"></div>')
write('<div style="position:relative;width:5px;height:5px;background:#ffa000;font-size:5px;visibility:visible"></div>')
write('<div style="position:relative;width:5px;height:5px;background:#ff00ff;font-size:5px;visibility:visible"></div>')
write('<div style="position:relative;width:5px;height:5px;background:#00ff00;font-size:5px;visibility:visible"></div>')
write('<div style="position:relative;width:5px;height:5px;background:#0000ff;font-size:5px;visibility:visible"></div>')
write('<div style="position:relative;width:5px;height:5px;background:#FF0000;font-size:5px;visibility:visible"></div>')
write('<div style="position:relative;width:4px;height:4px;background:#ffffff;font-size:4px;visibility:visible"></div>')
write('<div style="position:relative;width:4px;height:4px;background:#fff000;font-size:4px;visibility:visible"></div>')
write('<div style="position:relative;width:4px;height:4px;background:#ffa000;font-size:4px;visibility:visible"></div>')
write('<div style="position:relative;width:4px;height:4px;background:#ff00ff;font-size:4px;visibility:visible"></div>')
write('<div style="position:relative;width:4px;height:4px;background:#00ff00;font-size:4px;visibility:visible"></div>')
write('<div style="position:relative;width:4px;height:4px;background:#0000ff;font-size:4px;visibility:visible"></div>')
write('<div style="position:relative;width:4px;height:4px;background:#FF0000;font-size:4px;visibility:visible"></div>')
write('<div style="position:relative;width:3px;height:3px;background:#FF0000;font-size:3px;visibility:visible"></div>')
write('<div style="position:relative;width:3px;height:3px;background:#ffffff;font-size:3px;visibility:visible"></div>')
write('<div style="position:relative;width:3px;height:3px;background:#fff000;font-size:3px;visibility:visible"></div>')
write('<div style="position:relative;width:3px;height:3px;background:#ffa000;font-size:3px;visibility:visible"></div>')
write('<div style="position:relative;width:3px;height:3px;background:#ff00ff;font-size:3px;visibility:visible"></div>')
write('<div style="position:relative;width:3px;height:3px;background:#00ff00;font-size:3px;visibility:visible"></div>')
write('<div style="position:relative;width:3px;height:3px;background:#0000ff;font-size:3px;visibility:visible"></div>')
write('<div style="position:relative;width:3px;height:3px;background:#FF0000;font-size:3px;visibility:visible"></div>')
write('<div style="position:relative;width:2px;height:2px;background:#ffffff;font-size:2px;visibility:visible"></div>')
write('<div style="position:relative;width:2px;height:2px;background:#fff000;font-size:2px;visibility:visible"></div>')
write('<div style="position:relative;width:2px;height:2px;background:#ffa000;font-size:2px;visibility:visible"></div>')
write('<div style="position:relative;width:2px;height:2px;background:#ff00ff;font-size:2px;visibility:visible"></div>')
write('<div style="position:relative;width:2px;height:2px;background:#00ff00;font-size:2px;visibility:visible"></div>')
write('<div style="position:relative;width:2px;height:2px;background:#0000ff;font-size:2px;visibility:visible"></div>')
write('<div style="position:relative;width:3px;height:3px;background:#FF0000;font-size:3px;visibility:visible"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ffffff;font-size:1px;visibility:visible"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px;visibility:visible"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px;visibility:visible"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px;visibility:visible"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#00ff00;font-size:1px;visibility:visible"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#0000ff;font-size:1px;visibility:visible"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px;visibility:visible"></div>')
write('</div>')
}
}
if (document.layers)
{window.captureEvents(Event.MOUSEMOVE);}
var yBase = 200;
var xBase = 200;
var step = 1;
var currStep = 0;
var Xpos = 1;
var Ypos = 1;
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/6;
xBase = window.document.body.offsetWidth/6;
}
else if (document.layers)
{
yBase = window.innerHeight/8;
xBase = window.innerWidth/8;
}
if (document.all)
{
for ( i = 0 ; i < starsDiv.all.length ; i++ )
{
starsDiv.all.style.top = Ypos + yBase*Math.sin((currStep + i*4)/12)*Math.cos(400+currStep/200);
starsDiv.all.style.left = Xpos + xBase*Math.sin((currStep + i*3)/10)*Math.sin(currStep/200);
}
}
else if (document.layers)
{
for ( j = 0 ; j < 63 ; j++ ) //number of NS layers!
{
var templayer="a"+j
document.layers[templayer].top = Ypos + yBase*Math.sin((currStep + j*4)/12)*Math.cos(400+currStep/200);
document.layers[templayer].left = Xpos + xBase*Math.sin((currStep + j*3)/10)*Math.sin(currStep/200);
}
}
currStep+= step;
setTimeout("animateLogo()", 10);
}
animateLogo();
// End -->
</SCRIPT>


看看行不行?





Hello
I-See Forum @ All rights reserved.
頂部
RIRIKY
吹水老手
Rank: 4


會員編號 161330
精華 0
積分 14385
帖子 6563
威望 0 點
I-See幣 95440 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 110
註冊 2006-5-7
註冊天數 6710
狀態 離線
  只顯示 RIRIKY 的帖子
發表於 2007-10-5 09:53 PM  資料  短消息  加為好友 


QUOTE:
原帖由 yiii仔`x] 於 2007-10-4 06:25 PM 發表 遊客無法瀏覽此圖片或下載點,請先註冊或登入會員。
捲動彩點






看看行不行?

sorry .. 都系用吾到  ``





I-See Forum @ All rights reserved.
頂部
h0ney;) (妍;)
吹水老手
Rank: 4



榮譽勳章
 勳章名稱:I-See兩年章
勳章介紹:註冊天數滿730天    勳章名稱:I-See一年章
勳章介紹:註冊天數滿365天    勳章名稱:I-See三年章
勳章介紹:註冊天數滿1095天  

會員編號 210686
精華 5
積分 16299
帖子 5869
威望 3 點
I-See幣 45801 錢
GAME幣 974 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 110
註冊 2006-9-12
註冊天數 6582
來自 `我來自火星!!~0~'
狀態 離線
  只顯示 h0ney;) 的帖子
發表於 2007-10-5 09:57 PM  資料  短消息  加為好友 
睇下岩唔岩...






I-See Forum @ All rights reserved.
頂部
blue2007
初級會員
Rank: 1


會員編號 292721
精華 0
積分 551
帖子 164
威望 0 點
I-See幣 11027 錢
GAME幣 105 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 50
註冊 2007-3-22
註冊天數 6391
狀態 離線
  只顯示 blue2007 的帖子
發表於 2007-10-8 05:57 PM  資料  短消息  加為好友 
icon tt來的;]

I-See Forum @ All rights reserved.
頂部
載入中 ...
 發新回覆
發新主題 發新投票


載入中 ...


當前時區 GMT+8, 現在時間是 2024-9-20 12:33 PM

  Powered by Discuz!  © Comsenz Inc.
Processed in 0.080270 second(s), 7 queries , Gzip enabled

清除 Cookies - 聯繫我們 - I-See 論壇 - Archiver - WAP