0

有趣的是 jpg 图像会显示,但 gif 图像不会。为什么?

<cfform name="theForm" action="" format="flash" skin="haloorange" height="1450" width="850"> 
   <cfformgroup type="tile" style="horizontalGap:5; verticalGap:10; horizontalAlign:center; verticalAlign:middle;">
  <cfoutput query="qryImg">
    <cfformgroup type="vdividedbox" >
       <cfformitem type="html" height="230" width="134" >
         #name#<br/>
         <img src="thumbs/#qryImg.name#"  height="92"/><br/>
         <cfinput name="del#currentRow#" type="checkbox" label="Delete #name#" width="100" align="middle">
       </cfformitem>
    </cfformgroup>
  </cfoutput>
  </cfformgroup>
</cfform>
4

1 回答 1

3

我犹豫是否建议,但如果 Flash 表单是必需的,那么使用<cfinput type="image">呢?听起来底层的 flex 支持可能参差不齐。即使在以后的版本中。

于 2011-01-24T21:40:09.710 回答