2011年11月23日 星期三

IE9 & Mootools JS error

http://dev.85pixels.com/wordpress/tag/internet-explorer-9/


偶然發現這錯誤
解決方法
用1.4.1
IE9果然也不是省油的燈阿= =
要是大家都用jquery就好了厚...XD


Solved the issue by upgrading the mootools.js library to 1.4.1 (using google libraries api):
http://ajax.googleapis.com/ajax/libs/mootools/1.4.1/mootools-yui-compressed.js


IE9 & Mootools JS error

2011年11月16日 星期三

解決 Flash 蓋住彈出目錄的方法

解決 Flash 蓋住彈出目錄的方法

無論是 CSS 下拉式目錄,或是 Javascript 製作出來的彈出式清單,一旦遇到 Flash 時,就被 Flash 遮蓋住,這個問題困擾了不少設計人員,原則上有兩種解決方法,一種是在圖層中使用 IFRAME,另一種則是改變 Flash 嵌入方式。
這裡要聊的,是第二種方法,先來看看問題狀況:

解決 Flash 蓋住彈出目錄的方法