I-See 論壇 » 『搵』錢地帶 » 收 TT ,字型 , BH & 1語法 XD

2007-10-3 07:35 PM RIRIKY
收 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

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

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 -->

2007-10-3 07:43 PM miko.
**** 付費信息,已經隱藏 *****

2007-10-3 07:51 PM RIRIKY
以上 2位的語法都用吾到 .. 我系用 QOOZA吾系 XANGA的  "

2007-10-3 10:56 PM 從前快樂舊模樣
**** 付費信息,已經隱藏 *****

2007-10-4 02:53 PM RIRIKY
[quote]原帖由 [i]從前快樂舊模樣[/i] 於 2007-10-3 10:56 PM 發表 請切換完整版來瀏覽圖片和連結
**** 付費信息,已經隱藏 ***** [/quote]

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

2007-10-4 06:25 PM LxiyxChan.
捲動彩點

<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[i].style.top = Ypos + yBase*Math.sin((currStep + i*4)/12)*Math.cos(400+currStep/200);
starsDiv.all[i].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>


看看行不行?

2007-10-5 09:53 PM RIRIKY
[quote]原帖由 [i]yiii仔`x][/i] 於 2007-10-4 06:25 PM 發表 請切換完整版來瀏覽圖片和連結
捲動彩點






看看行不行? [/quote]

sorry .. 都系用吾到  ``

2007-10-5 09:57 PM h0ney;)
睇下岩唔岩...

2007-10-8 05:57 PM blue2007
icon tt來的;]

2007-10-8 06:08 PM RIRIKY
[quote]原帖由 [i]-{Moni`:]..[/i] 於 2007-10-5 09:57 PM 發表 請切換完整版來瀏覽圖片和連結
睇下岩唔岩... [/quote]

共 100錢 .. PLZ ADD

2007-10-8 06:08 PM RIRIKY
[quote]原帖由 [i]blue2007[/i] 於 2007-10-8 05:57 PM 發表 請切換完整版來瀏覽圖片和連結
icon tt來的;] [/quote]

SORRY .. 吾收 ICON TT

2007-10-10 10:13 PM WATERRR
RIRIKY ONLY
**** 付費信息,已經隱藏 *****

頁: [1]


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