KuGoo(酷狗)新手操作指南 |
|
kugoo资料站 |
简单代码常用代码1.网页背景(拖动下拉滚动条时,背景和帖一起滚动)<br> 2.网页背景(背景固定为一张大图片,背景固定,帖滚动) 想换其它背景,就直接把那个图片网址改成另一张图片的网址就可以了。 3.帖背景(可以在背景图片上直接输入文字等,只针对单个帖)。 <table style="width: 440px; height: 175px" bordercolor=#00fff background=http://love.vivian.jp/sozai/kabe/star01.gif border=3><t> bordercolor的值是指外框的颜色,颜色代码见本帖最后.border的数值,是指外框厚度. 4.滚动效果 <marquee scrollamount=1 direction=up width=150 height=150> 5.滚动暂停(鼠标放到滚动的背景上,就会暂停) <marquee onmouseover=this.stop() style="width: 531px; height: 106px" onmouseout=this.start() scrollamount=1 direction=up></marquee> 以上两个代码中 scrollamourt是控制速度的,数值越大,速度越大 direction是控制方向的,可以是up\down\left\right 效果图出来以后,单击外框,出现8个点,可以托动控制其大小。三击背景区域,就可以直接编辑了。 |
