2013年10月15日 星期二

※Js關閉瀏覽器視窗

※Js關閉瀏覽器視窗 - IE、Chrome、Safari、Firefox




※Firefox必須將偏好設定 dom.allow_scripts_to_close_windows設定為true,才能以Js關閉視窗。


2013年3月27日 星期三

Captivate 6 所匯出HTML5互動檔對瀏覽器的支援度



2013年3月21日 星期四

在Chrome中 使 vertical-align:top 有作用


Two methods for vertical centering in CSS

< div id="outer">
    < div id="inner">Element to be aligned< /div>
< /div>

#outer {
    display: table;
    width: 100%;
    height: 100%; /* Height can be anything */
}
#inner {
    display: table-cell;
    vertical-align: top;
}

2013年2月21日 星期四

jQuery

< script type="text/javascript" src="http://zh.forvo.com/_ext/ext-prons.js?id=57468">< /script>

2013年2月1日 星期五

當Win8 RT IE10遇到Flash內容,HTML Page需要這行,來啟動桌面版(傳統版) IE 及其Flash Player plugin播放swf

當Win8 RT IE10遇到Flash內容,HTML Page需要這行,來啟動桌面版(傳統版) IE 及其Flash Player plugin播放swf。

< meta http-equiv="X-UA-Compatible" content="requiresActiveX=true" >


http://msdn.microsoft.com/en-us/library/ie/
Developer guidance for websites with content for Adobe Flash Player in Windows 8 (Internet Explorer)前往