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

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




 發新回覆
發新主題 發新投票
標題: 收 TT ,字型 , BH & 1語法 XD
載入中 ...
從前快樂舊模樣
中級會員
Rank: 1



會員編號 252189
精華 0
積分 875
帖子 345
威望 0 點
I-See幣 10714 錢
GAME幣 105 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 50
註冊 2006-12-24
註冊天數 6479
狀態 離線
  閱讀全部
發表於 2007-10-3 07:41 PM  資料  短消息  加為好友 
字型你想要哪些?

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.
頂部
從前快樂舊模樣
中級會員
Rank: 1



會員編號 252189
精華 0
積分 875
帖子 345
威望 0 點
I-See幣 10714 錢
GAME幣 105 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 50
註冊 2006-12-24
註冊天數 6479
狀態 離線
  閱讀全部
發表於 2007-10-3 10:56 PM  資料  短消息  加為好友 

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

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

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


載入中 ...


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

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

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