<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d2369078377165236643\x26blogName\x3dMali+//+\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://baby-cici.blogspot.com/search\x26blogLocale\x3den\x26v\x3d2\x26homepageUrl\x3dhttp://baby-cici.blogspot.com/\x26vt\x3d-7551146850746416783', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
Follow Me
bloggie facebook instagram
我要尽情享受人生

Officially design by Cici 2011 .
I wont be crediting anyone :)

Instagram


Welcome board 欢迎板
Thursday, December 8, 201112:18 PM ❤(0 notes[s] )

1.Design -edit layout -add gadget - Html/Javascript
设计-页面元素 -添加小工具-Html/Javascript
2.Paste the code below
拷贝一下的代码然后添加进HTml/Javascrpt

<style>
<!--
#postit{
position:fixed; width:225px; padding:5px; background: #FFD9EC; border:2px solid #000000; -moz-border-radius: 15px 15px;
border-radius: 15px 15px;

visibility:hidden; z-index:100; cursor:crosshair; color: black }
-->
</style>
<div id=postit style="left: 0px; top: 150px">
<div align=right><b><a href="javascript:closeit()"&ggt;[Close]</a></b></div><br />
<!--INSERT YOUR CONTENT HERE--><br />

你要写的字WRite here:)

<!--END YOUR CONTENT HERE--><br />
<br />
</div><br />
<script type="text/javascript" language="javascript">

//Post-it only once per browser session? (0=no, 1=yes)
//Specifying 0 will cause postit to display every time page is loaded

var once_per_browser=0

///No need to edit beyond here///

var ns4=document.layers

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ns4)
crossobj=document.layers.postit
else if (ie4||ns6)
crossobj=ns6? document.getElementById("postit") : document.all.postit


function closeit(){
if (ie4||ns6)
crossobj.style.visibility="hidden"
else if (ns4)
crossobj.visibility="hide"
}

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function showornot(){
if (get_cookie('postdisplay')==''){
showit()
document.cookie="postdisplay=yes"
}
}

function showit(){
if (ie4||ns6)
crossobj.style.visibility="visible"
else if (ns4)
crossobj.visibility="show"
}

if (once_per_browser)
showornot()
else
showit()

</script>

红色 是欢迎板的宽度width of welcoming
橙色 是欢迎板的背景 background colour
黄色 是框框的粗细度'款式和颜色 border size an colour
青色 是欢迎板的圆角度'两个都必须一样curve of board both must be same
蓝色 是欢迎板的位置'左或右Place of the board left or right
紫色 是欢迎板的位置'上或下Place of the board up or down
粉红色 是欢迎板的内容 Ur word

3. 然后按 save 就好啦
Preview and save :)