Deena's
You've stumbled in my blog,so what to do ? | Dashboard | +Follow


Tutorial FLOATING STATUS/ROBOT THINGY.
Tuesday, January 3, 2012 | 1/03/2012 03:22:00 PM
<style type="text/css">

#gb{

position:fixed;

top:30px;

z-index:+1000;

}

* html #gb{position:relative;}

.gbtab{

height:100px;

width:30px;

float:left;

cursor:pointer;

background:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSt-WgCtkP73kEt2nCaszEr5V-In8oVVFxa9Y-7QDGZToTXB8vOBQ9UXe8j-5nDQSwDXLOADOSMzjGhPKKYYID1VGYLiCVEb5iIpxI3h6SiLdn63ophxxX2FvPHcqUg3tSEO9igWvIxSI/s1600/th_mmamv4.gif") no-repeat;

}

.gbcontent{

float:left;

border:2px solid #666666;

background:#F5F5F5;

padding:10px;

}

</style>

<script type="text/javascript">

function showHideGB(){

var gb = document.getElementById("gb");

var w = gb.offsetWidth;

gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0);

gb.opened = !gb.opened;

}

function moveGB(x0, xf){

var gb = document.getElementById("gb");

var dx = Math.abs(x0-xf) > 10 ? 5 : 1;

var dir = xf>x0 ? 1 : -1;

var x = x0 + dx * dir;

gb.style.right = x.toString() + "px";

if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 40);}

}

</script>

<div id="gb">

<div class="gbtab" onclick="showHideGB()"> </div>

<div class="gbcontent">

<font size="2">TEXT HERE!</font>

<div style="text-align:right">

<a href="javascript:showHideGB()">

</a>

</div>

</div>

</div>

<script type="text/javascript">

var gb = document.getElementById("gb");

gb.style.right = (30-gb.offsetWidth).toString() + "px";

</script>



The Bloggette
Viewed: | Viewers:
[since 15. 12. 2011]
Welcome to my official blog! Thanks for viewing and reading my craps.
The owner name is Deena.
I reside in Miri, Sarawak.
I will post what I like, do what I want, why? Because this is my blog.
Before you do anything here, press F11
on your keyboard twice. TQ.
Wishlist

Mr.Right [boyfriend]
DSLR
P.M.R
S.P.M
Click-It

Entries About Tagboard Linkies Credits



The Supergirl

BESTFRIEND ♥


I'm the one with spect :)


Hello readers! Let me tell you a little bit about myself here C:

About: My name is Nadia but you can call me Deena. I am now 16 years young. I am super duper annoying, selfish, idiot, awkward, random, sarcastic, weird, messy, enthusiastic, indecisive, misanthrope but sometimes way too nice c:
I'm definitely a daddy's girl. I like English. But trust me, you may found some broken grammar on my blog.
I yawn and don't close my mouth even if I'm in a public place. I post non-sense craps here.
My attitude is based on how you treat me. Like me or hate me, it's your choice. I don't live to please you. Thank you.




Talk to me?

Leave your message here and I'll pay you a visit [:





    Awesome Lovelies


    AZZA | AZURA | FARAH | SARA
    Follow me on tumblr | twitter and add me up on facebook :D

    Tumblr: swagtasticable
    Twitter: @DeenaNadia
    Facebook: Deena Nadia


      Credits

      Template by : HoneyJoe
      Re Edit by : Najwa Bakar
      Background : Encik Google

        Tutorial FLOATING STATUS/ROBOT THINGY.
        Tuesday, January 3, 2012 | 1/03/2012 03:22:00 PM
        <style type="text/css">

        #gb{

        position:fixed;

        top:30px;

        z-index:+1000;

        }

        * html #gb{position:relative;}

        .gbtab{

        height:100px;

        width:30px;

        float:left;

        cursor:pointer;

        background:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSt-WgCtkP73kEt2nCaszEr5V-In8oVVFxa9Y-7QDGZToTXB8vOBQ9UXe8j-5nDQSwDXLOADOSMzjGhPKKYYID1VGYLiCVEb5iIpxI3h6SiLdn63ophxxX2FvPHcqUg3tSEO9igWvIxSI/s1600/th_mmamv4.gif") no-repeat;

        }

        .gbcontent{

        float:left;

        border:2px solid #666666;

        background:#F5F5F5;

        padding:10px;

        }

        </style>

        <script type="text/javascript">

        function showHideGB(){

        var gb = document.getElementById("gb");

        var w = gb.offsetWidth;

        gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0);

        gb.opened = !gb.opened;

        }

        function moveGB(x0, xf){

        var gb = document.getElementById("gb");

        var dx = Math.abs(x0-xf) > 10 ? 5 : 1;

        var dir = xf>x0 ? 1 : -1;

        var x = x0 + dx * dir;

        gb.style.right = x.toString() + "px";

        if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 40);}

        }

        </script>

        <div id="gb">

        <div class="gbtab" onclick="showHideGB()"> </div>

        <div class="gbcontent">

        <font size="2">TEXT HERE!</font>

        <div style="text-align:right">

        <a href="javascript:showHideGB()">

        </a>

        </div>

        </div>

        </div>

        <script type="text/javascript">

        var gb = document.getElementById("gb");

        gb.style.right = (30-gb.offsetWidth).toString() + "px";

        </script>