【发布时间】:2012-10-22 02:50:23
【问题描述】:
【问题讨论】:
标签: html apache-flex
【问题讨论】:
标签: html apache-flex
使用 Spark Form 组件。
示例(从帮助页面上的示例无耻地修改):
<s:Form id="myForm" width="450" height="125">
<s:FormHeading label="My Form Title" />
<s:FormItem label="Name:">
<s:TextInput id="name" />
<s:helpContent>
<s:Label text="Enter your first and last names" />
</s:helpContent>
</s:FormItem>
</s:Form>
【讨论】:
<div id="header_block"> ...... Header_block Contents </div> <div id="wrapper"> ...... Entire Page </div>
css
#header_block { position:fixed; width:100%; float:left; }
【讨论】: