100分急求:css怎么控制struts2 checkboxlist标签的布局?
100分急求:css如何控制struts2 checkboxlist标签的布局??我想把 struts2 中checkboxlist的横向排列,变成竖
100分急求:css如何控制struts2 checkboxlist标签的布局??
我想把 struts2 中checkboxlist的横向排列,变成竖型排列。
在checkboxlist中默认的是横向排列。
请问如何通过css控制做到。
谢谢!!
下面是代码
HTML code <s:checkboxlist name="functionRoleIdArray" list="#fRoleMap" label="functionRoleIdArray" id="functionRoleIdArray" listKey="key" listValue="value" value="fRoleIdArray" cssStyle="vertical" />
cssStyle里面应该如何写??
[解决办法]写在外面 你看看是不是你要的效果
<div style="width: 40px;margin: 0 auto;">
<s:checkboxlist name="functionRoleIdArray"
list="#fRoleMap"
label="functionRoleIdArray"
id="functionRoleIdArray"
listKey="key"
listValue="value"
value="fRoleIdArray"
theme="simple"
/>
</div>
[解决办法]外面不行吧
[解决办法]有id 属性吧
[解决办法]有class 属性的