<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<?xml-stylesheet type="text/css" href="css/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>二愣子 - 前端架构的方法</title><link>http://www.2lengzi.com/</link><description>默默耕耘等待机遇 - </description><generator>RainbowSoft Studio Z-Blog 1.8 Devo Build 80201</generator><language>zh-CN</language><copyright>最终解释权归二愣子村委会</copyright><pubDate>Wed, 08 Sep 2010 09:10:12 +0800</pubDate><item><title>鼠标经过时FLASH悬停的小技巧</title><author>a@b.com (2lengzi)</author><link>http://www.2lengzi.com/post/35.html</link><pubDate>Tue, 03 Mar 2009 17:26:07 +0800</pubDate><guid>http://www.2lengzi.com/post/35.html</guid><description><![CDATA[<p>把那个移动的图片做成影片剪辑,然后放到场景里面,将它的实例名称改为af <br />,然后再打开动作面板,输入下面的代码: <br />onenterframe=function(){ <br />_root.af.onMouseMove=function(){ <br />this.stop(); <br />} <br />_root.af.onMouseOut=function(){ <br />this.play(); <br />} <br />}</p>]]></description><category>前端架构的方法</category><comments>http://www.2lengzi.com/post/35.html#comment</comments><wfw:comment>http://www.2lengzi.com/</wfw:comment><wfw:commentRss>http://www.2lengzi.com/feed.asp?cmt=35</wfw:commentRss><trackback:ping>http://www.2lengzi.com/cmd.asp?act=tb&amp;id=35&amp;key=cdb6dac0</trackback:ping></item><item><title>css全局定义(1)</title><author>a@b.com (2lengzi)</author><link>http://www.2lengzi.com/post/32.html</link><pubDate>Thu, 09 Oct 2008 22:40:41 +0800</pubDate><guid>http://www.2lengzi.com/post/32.html</guid><description><![CDATA[/* 全局定义 */<br/>*{ margin:0; padding:0; border:0; font-family: Verdana,Tahoma, Arial,"宋体"; text-align:left; font-size:12px;line-height:150%;}<br/>img{float:left}<br/>.nofloat{ float:none}<br/>div,table{ float:left; width:auto;overflow:hidden;word-wrap: break-word; word-break: break-all;height:auto;}<br/>body{background:url(/template/images/body_bg.jpg) repeat-x #eee }<br/>#headwrapper{ float:none; margin:0 auto 0; border:0; padding:0 13px; width:760px;}<br/>#outerwrapper{ float:none; margin:0 auto 0; border:0; padding:0 13px; width:760px; background:url(/template/images/head_bg.jpg) repeat-x #FFF}<br/>a{color: #333; text-decoration:none;}<br/>a:hover {color:red; text-decoration:none;}]]></description><category>前端架构的方法</category><comments>http://www.2lengzi.com/post/32.html#comment</comments><wfw:comment>http://www.2lengzi.com/</wfw:comment><wfw:commentRss>http://www.2lengzi.com/feed.asp?cmt=32</wfw:commentRss><trackback:ping>http://www.2lengzi.com/cmd.asp?act=tb&amp;id=32&amp;key=c4f68159</trackback:ping></item><item><title>可点击的下拉菜单</title><author>a@b.com (2lengzi)</author><link>http://www.2lengzi.com/post/25.html</link><pubDate>Mon, 07 Jul 2008 18:17:19 +0800</pubDate><guid>http://www.2lengzi.com/post/25.html</guid><description><![CDATA[<p>像126简化下拉，点击后变化内容，只要修改css即可。效果如下：</p><p><img onload="ResizeImage(this,520)" src="http://www.2lengzi.com/upload/jgp副本.jpg" alt="" title=""/></p><p>&nbsp;</p>]]></description><category>前端架构的方法</category><comments>http://www.2lengzi.com/post/25.html#comment</comments><wfw:comment>http://www.2lengzi.com/</wfw:comment><wfw:commentRss>http://www.2lengzi.com/feed.asp?cmt=25</wfw:commentRss><trackback:ping>http://www.2lengzi.com/cmd.asp?act=tb&amp;id=25&amp;key=ee526742</trackback:ping></item></channel></rss>
