2010年9月16日
摘要: 要想层居中margin-left:auto;margin-right:auto;是生效关键同时层必须设置width才能居中 阅读全文
posted @ 2010-09-16 21:21 ddxgc 阅读(162) 评论(0) 推荐(0) 编辑
摘要: /Files/net2/top.swf 阅读全文
posted @ 2010-09-16 11:42 ddxgc 阅读(67) 评论(0) 推荐(0) 编辑
摘要: var pos = 218; //记录哪个frame要停留 var timeout = 3000; //设定停留秒数 onEnterFrame = function() { if(_currentframe == pos) { stop(); var a = setInterval(function() {play();clearInterval(a);}, timeout); onEnterFr... 阅读全文
posted @ 2010-09-16 11:15 ddxgc 阅读(996) 评论(0) 推荐(0) 编辑