flash 遮挡div或者其他元素的问题
设置flash的object的wmode为transparent就好了:
<OBJECT?
<PARAM?NAME="wmode"?VALUE="transparent">
<PARAM?NAME="Movie"?VALUE="flash路径">
<embed?src="flash路 径"?quality="high"?pluginspage="http://www.macromedia.com/go/getflashplayer"?type="application/x-shockwave-flash"?width="536"?height="260"?wmode="transparent"></embed></OBJECT>