加上这样一句话: <param name=”quality” value=”high”> <param name=”wmode” value=”Opaque”> 或者这样: <embed src=”images/new.swf” quality=”high” wmode=”Opaque” width=”1006″ height=”586″></embed> 在做web开发中可能会遇到flash遮挡页面中元素的情况,无论怎么设置flash容器和层的深度(z-index)也无济于事,现有的解决方案是在插入flash的embed或object标签中加入”wmode”属性并设置为wmode=“transparent”或”opaque”,但 wmode属性到底是什么意义,为什么可以解决这个问题呢?
Archive for 九月, 2009
1.No B, or else P. 2.mo zhuang B, zhuang b bei lei pi. 3.People who are zhuangbility want to show their niubility but only reflect their shability. 4.Mr.Mo pretended to be Mr.B,but he was pied by Miss Lei. 5.Don’t zhuangbility,or thunder will strike you bitch…… 6.No more zhuangbility, zhuangbility leads to leipility. 7.No Zhuangbity allowed. Zhuangbiers are most likely end up riven by lightning. 8.GOD FUCKS FAKE B. 9.Don’t be a [ Read More ]
1 通过js实现-onfocus=”this.blur()” <input type=”text” onfocus=”this.blur()” value=”rainshadow” /> 输入框无法获得焦点,不能编辑表单可以获得值,可以复制,蛮奇怪的,都选住了,还没有获得焦点? 2 readonly <input readonly=”readonly” type=”text” value=”rainshadow” /> 输入框只读。不能编辑,同样表单可以获得值,也可以复制。 3 disabled <input disabled=”disabled” type=”text” value=”rainshadow” /> 输入框灰色,不能编辑,可以用JS改变或获得其值,但提交时并不提交该值。


