
|
Marquee 效果的移动文字和图画
20121104 at 23:38 with 0 comment[s]
在部落格添加会移动的字体/图画,可以吸引别人的眼球更可以美化你的部落格哦。不过要适可而止哦。不能添加太多移动的效果,不然会分散读者的注意、干扰读者、并拖慢你部落格的开启速度。 现在我分享的这些效果Marquee effect code,你可以把它 copy and paste 在 post 当中,也可以放在 Gadget(blogskin) 那边。
1. 到 Design > Edit HTML 。
1.Go to Design>Edit HTML.
2.这个要增加到你的小工具(blogskin)上哦。
2.Add it to ur gadget(blogskin).
3.把以下的 code copy and paste 进去 <head>。
3.Copy and paste the code and put into<head>.
#拷贝下面的代码哦#
#Copy the code down there#
1.连续移动文字:
<marquee behavior="scroll" direction="left">文字在这里</marquee> 2.文字上下移动: <marquee behavior="scroll" direction="up">文字在这里</marquee> <marquee direction="down">文字在这里</marquee> 3.速度变化文字(慢、中、快): <marquee behavior="scroll" direction="left" scrollamount="1">文字在这里</marquee> <marquee behavior="scroll" direction="left" scrollamount="10">文字在这里</marquee> <marquee behavior="scroll" direction="left" scrollamount="20">文字在这里</marquee> 4.移动连接: <marquee align="middle" behavior="scroll" direction="left" onmouseout="this.start()" onmouseover="this.stop()" scrollamount="4" style="color: 颜色代码;"><a href="网址1">名称1</a> <a href="网址2">名称2</a> <a href="网址3">名称3</a></marquee> 如果你要制作更多移动连接,你就 copy <a href="网址">名称</a> 到 </a></marquee> 之前。 以此类推、加油哦♥ 所以,如果你够创意的话,你可以结合上面部份的 code,制造自己喜欢的效果。例子:
From:丰丰之记
|
«OLD POSTS NEW POSTS »