能移动的状态

顾名思义,
那就是能随意的把状态放在你想放的地方,

Example:

这个状态教程基本上是 >> 独泪 << 的,
我只是把它再改良了一点...
有两种,
一种是固定在一个地方不会移动...
另一种是跟着你的scroll 上下移动...

Design--> Page Element --> Add gadget --> HTML/Java Script 

然后把以下代码paste进去

<div style="position: absolute; right:8%; top: 15%;">
<fieldset style="moz-border-radius: 2px; border-radius: 2px;border: 3px solid #ffffff;"><legend><img src="图片Url" /></legend>留言在这里<div class="separator" style="clear: both; text-align: right;">By 你的名字</div></fieldset><br /></div>
紫色的absolute 是固定在一个地方不会移动
若想跟着你的scroll 上下移动 就换成 fixed

红色的是你要放的地方
left/right  Top/bottom

黄色的是放入图片的URL 

橙色是写入你要写的留言

蓝色是写下你的名字 



别忘记点击广告哦=]

1 comment: