首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

怎么让RadioButtonList横向各子项间距变大

2013-07-01 
如何让RadioButtonList横向各子项间距变大?如题,我的RepeatDirectionHorizontal,RepeatLayoutFlow,

如何让RadioButtonList横向各子项间距变大?
  如题,我的RepeatDirection="Horizontal",RepeatLayout="Flow",即使用RepeatLayout="Table",margin和padding还是无法调整间距。有谁知道的?
[解决办法]
<asp:RadioButtonList RepeatDirection="Horizontal" runat="server" ID="rdl1" CellPadding="10" CellSpacing="10">
[解决办法]
你看下他生成的html代码的格式
然后 外面套个div 直接用样式影响内部 radio和文字的距离

热点排行