css3让方块向右缓动

[code]




css3让方块向右缓动





[/code]

[code]
/**
* …css3
*推荐网站
* http://prefixr.com/–浏览器兼容css3
* http://nicolasgallagher.com/css-drop-shadows-without-images/
* http://sandbox.webpro.nl/css3/3d-transforms-interactive-demo.html
* http://gaming.adobe.com/
* http://lostworldsfairs.com/atlantis
* http://css-tricks.com/有很多例子
* @author amyflash.com
*/

function clicked()
{
var b = document.getElementById(“box”);
b.style.left = 500+”px”;
}
[/code]

发表评论?

1 条评论。

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>