-->
main | sidebar

雨寒敏の雜七雜八事件_(:3」∠)_

언제부터 날 사랑하나요?

Facebook Badge

蘋果檸檬•時尚店

Promote Your Page Too
[打叉打叉]


anyeong=)
Welcome 2 my blog!
Hope 2 see u often!
Any comments about my blog feel free to chat!
Follow back=)
If can help me about WhoHaa and PEKO!


We can't live in our memories.Try 2 be happy!=
By V.E

不懂標題要叫什麽名X_X

  • 我的空間鏈接:)
  • 其他部落格鏈接:)
  • 賺錢小工具=)
  • 言情小说集下载[16/12号已更新]
  • 言情小说[18/12已更新=]
  • 博客教學=)[20/12已更新1篇]
  • 腐微小說[不定時更新]
  • 盗墓笔记[瓶邪黑花]=)[不定時更新]

Search it^^

About Me

My Photo
【雨寒敏@V.E】
Korea, South Korea
A simple girl with some wishful dream.... Be happy!
View my complete profile

Friends Update

  • Words from the ♥
    時間是個無情的賊
    9 years ago
  • The Little Blogger
    Blog Informasi Terkini 2016
    9 years ago
  • 想念是會呼吸的痛.
    輕鬆網賺~Earn Money at home~
    11 years ago
  • 金麵爺【金涼麵】♥
    Mito T80 Fantasy Harga Spesifikasi
    11 years ago
  • MIKO OOI
    4个月内的幸福++♥♥
    11 years ago
  • 下雨了~我好想你~~❤
    12 years ago
  • 教学 // 素材 : мsʏιии ♥
    http://footprints-msyinn.blogspot.com/
    12 years ago
  • __ My Life was always unhappy :) ____❤
    Update ♥
    12 years ago
  • ♥BLa BLa Ding
    ♥18岁
    12 years ago
  • ❤ai mui=D
    12 years ago
  • ❤Mr.YJL 小乖❤
    追戏 - - 胜女的代价
    13 years ago
  • Ѽ一个属于自己の单身世界Ѽ
    无聊的放假==zzZ
    13 years ago
  • =||Andrew||=
    (不知道——怎么办)
    13 years ago
  • I'm Yan _ 言
    换发型了
    13 years ago
  • HER STORIESS . ▲
    Today ✿
    13 years ago
  • 御腐宅 ㊣ 朕耽美
    【荧夜/lunarrabbits】 《差强人意的婚姻》 (完结 + 番外)
    13 years ago
  • I'м piggy cяаzy ●ω●♥
    我愛我朋友!!!!♥
    13 years ago
  • 115动漫下载
    《拜金女王》 1~22 RMVB 【全】115 网盘下载
    13 years ago
  • Μakiyo 陳麗雲
    逆戰出擊、戰無不勝
    13 years ago
  • Evan's Blog
    Microsoft Office Activator Crack
    13 years ago
  • 泪划痕
    把每个小工具标题换成不同的图片
    13 years ago
  • 我就是我,那個独一無二卻又平凡無奇の我。❤
    CELCOM VS P1
    13 years ago
  • That's Me''XiaoLUN Styler
    小倫时代了 继续努力!
    14 years ago
  • 再伤心 也不想让你看见我的眼泪~!!
    伤心~??应该吧~
    14 years ago
  • ++WL 18進!!原創基地++
    ➠送给杨宝贝
    14 years ago
  • ♥ ♥ 我的爱情♥ ♥
  • 怪咔沙包
  • Forget How To Cherish ♥
  • B. 喵 ♥
  • Mλ sTσRλ ッ♥
  • My World =) ♥
  • My Fairytale Comes True ♥
  • ♥ Miizie ♥
  • ❤完美的结局❤

❤FOLLOW yar=)❤

Time Messed

PASSED❤

❤Pink KAWAIII beaR!!❤

❤魯路修❤

ブログ・スイッチ

幸福摩天輪

❤【@—雨寒敏@—】❤. Powered by Blogger.
Photobucket
Photobucket

My days=0

Tuesday, 13 December 2011

鼠標轉圈圈效果

发贴者 【雨寒敏@V.E】 时间: 00:51:00

設計→頁面元素→添加小工具→HTML JAVASCRIPT
把下面的code copy進去

<style type="text/css">
/* Circle Text Styles */
#outerCircleText {
/* Optional - DO NOT SET FONT-SIZE HERE, SET IT IN THE SCRIPT */
font-style: italic;
font-weight: bold;
font-family: 'comic sans ms', verdana, arial;
color: #000;
/* End Optional */

/* Start Required - Do Not Edit */
position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;}
#outerCircleText div {position: relative;}
#outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;}
/* End Required */
/* End Circle Text Styles */
</style>
<script type="text/javascript">

/* Circling text trail- Tim Tilton
   Website: http://www.tempermedia.com/
   Visit: http://www.dynamicdrive.com/ for Original Source and tons of scripts
   Modified Here for more flexibility and modern browser support
   Modifications as first seen in http://www.dynamicdrive.com/forums/
   username:jscheuer1 - This notice must remain for legal use
   */

;(function(){

// Your message here (QUOTED STRING)
var msg = "歡迎welcome!!";

/* THE REST OF THE EDITABLE VALUES BELOW ARE ALL UNQUOTED NUMBERS */

// Set font's style size for calculating dimensions
// Set to number of desired pixels font size (decimal and negative numbers not allowed)
var size = 24;

// Set both to 1 for plain circle, set one of them to 2 for oval
// Other numbers & decimals can have interesting effects, keep these low (0 to 3)
var circleY = 0.75; var circleX = 2;

// The larger this divisor, the smaller the spaces between letters
// (decimals allowed, not negative numbers)
var letter_spacing = 5;

// The larger this multiplier, the bigger the circle/oval
// (decimals allowed, not negative numbers, some rounding is applied)
var diameter = 10;

// Rotation speed, set it negative if you want it to spin clockwise (decimals allowed)
var rotation = 0.4;

// This is not the rotation speed, its the reaction speed, keep low!
// Set this to 1 or a decimal less than one (decimals allowed, not negative numbers)
var speed = 0.3;

////////////////////// Stop Editing //////////////////////

if (!window.addEventListener && !window.attachEvent || !document.createElement) return;

msg = msg.split('');
var n = msg.length - 1, a = Math.round(size * diameter * 0.208333), currStep = 20,
ymouse = a * circleY + 20, xmouse = a * circleX + 20, y = [], x = [], Y = [], X = [],
o = document.createElement('div'), oi = document.createElement('div'),
b = document.compatMode && document.compatMode != "BackCompat"? document.documentElement : document.body,

mouse = function(e){
 e = e || window.event;
 ymouse = !isNaN(e.pageY)? e.pageY : e.clientY; // y-position
 xmouse = !isNaN(e.pageX)? e.pageX : e.clientX; // x-position
},

makecircle = function(){ // rotation/positioning
 if(init.nopy){
  o.style.top = (b || document.body).scrollTop + 'px';
  o.style.left = (b || document.body).scrollLeft + 'px';
 };
 currStep -= rotation;
 for (var d, i = n; i > -1; --i){ // makes the circle
  d = document.getElementById('iemsg' + i).style;
  d.top = Math.round(y[i] + a * Math.sin((currStep + i) / letter_spacing) * circleY - 15) + 'px';
  d.left = Math.round(x[i] + a * Math.cos((currStep + i) / letter_spacing) * circleX) + 'px';
 };
},

drag = function(){ // makes the resistance
 y[0] = Y[0] += (ymouse - Y[0]) * speed;
 x[0] = X[0] += (xmouse - 20 - X[0]) * speed;
 for (var i = n; i > 0; --i){
  y[i] = Y[i] += (y[i-1] - Y[i]) * speed;
  x[i] = X[i] += (x[i-1] - X[i]) * speed;
 };
 makecircle();
},

init = function(){ // appends message divs, & sets initial values for positioning arrays
 if(!isNaN(window.pageYOffset)){
  ymouse += window.pageYOffset;
  xmouse += window.pageXOffset;
 } else init.nopy = true;
 for (var d, i = n; i > -1; --i){
  d = document.createElement('div'); d.id = 'iemsg' + i;
  d.style.height = d.style.width = a + 'px';
  d.appendChild(document.createTextNode(msg[i]));
  oi.appendChild(d); y[i] = x[i] = Y[i] = X[i] = 0;
 };
 o.appendChild(oi); document.body.appendChild(o);
 setInterval(drag, 25);
},

ascroll = function(){
 ymouse += window.pageYOffset;
 xmouse += window.pageXOffset;
 window.removeEventListener('scroll', ascroll, false);
};

o.id = 'outerCircleText'; o.style.fontSize = size + 'px';

if (window.addEventListener){
 window.addEventListener('load', init, false);
 document.addEventListener('mouseover', mouse, false);
 document.addEventListener('mousemove', mouse, false);
  if (/Apple/.test(navigator.vendor))
   window.addEventListener('scroll', ascroll, false);
}
else if (window.attachEvent){
 window.attachEvent('onload', init);
 document.attachEvent('onmousemove', mouse);
};

})();

</script>


紅色和藍色的字可以更改。
紅色可以改成你喜歡的文字
藍色可以改成你喜歡的顏色。

轉圈圈的意思就是

各位親們自己嘗試吧^^

飞过親們!!!走之前幫我按贊我的FB專業吧!蘋果檸檬時尚店~
TOP

 

标签: 教學

0 留言废语xD:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

我的音樂、我的生活【雨寒敏=)】


MusicPlaylistView Profile
Create a playlist at MixPod.com

我的生活不可以沒有音樂【@—雨寒敏@—】

Feelings about my blog?

覺得我的blog怎樣噠
很美噠^3^
不錯噠=3=
很奇怪啦0.0
很醜T^T
很卡很lag啊T0T
很具創意?!

View Results
Poll hosted at tadPoll.ws

WeLcoMe!!❤

Photobucket

Total View

=] Facebook

雨寒敏

Create your badge

Total View!!❤

Free Access Counter Templates地図姫
free counters

CHATTING~

Feedjit

博客歸檔

  • July (1)
  • January (1)
  • October (1)
  • April (2)
  • February (2)
  • January (6)
  • December (36)
  • November (20)
  • July (3)
  • June (9)
  • May (77)
  • April (10)
  • March (4)
  • February (3)

签签列表:)

  • BL[[我是瓶邪控+腐女]]xD (3)
  • 感人小故事;) (8)
  • 感情:) (35)
  • 我的生活=) (83)
  • 教學 (23)
  • 韓國瘋;) (1)
  • 鬼畜眼镜攻略 (2)

最近更新了啥廢話?!


希望❤

HoW loNg Did I LiFe?

❤A Long Long Time Going!!~❤


Template Design by SkinCorner | Image from EchiEchi | Sponsored by Internet Merchant Account

Copyright © 2009 In Love