Highslide JS is an open source JavaScript software, offering a Web 2.0 approach to popup windows. It streamlines the use of thumbnail images and HTML popups on web pages. The library offers these features and advantages:
* No plugins like Flash or Java required.
* Popup blockers are no problem. The content expands within the active browser window.
* Single click. After opening the image or HTML popup, the user can scroll further down or leave the page without closing it.
* Compatibility and safe fallback. If the user has disabled JavaScript or is using an old browser, the browser redirects directly to the image itself or to a fallback HTML page.
http://highslide.com/
解決Flash圖層遮住的問題,
1. 使用Dreamweaver,
於 AC_FL_RunContent() 多加 'wmode', 'transparent' 的參數, ex: AC_FL_RunContent(.... 'wmode','transparent' ...);
Source : http://plog.longwin.com.tw/my_note-programming/2007/09/20/css_img_flash_swf_zindex_2007
2. 用 div css 圖層解決法
http://ezcshi.pixnet.net/blog/post/25515486
3. 基本解決法
http://www.5dxt.com/Blog/info/1212