当前位置: 代码迷 >> HTML/CSS >> 怎么让RadioButtonList横向各子项间距变大
  详细解决方案

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

热度:397   发布时间:2013-07-01 12:33:04.0
如何让RadioButtonList横向各子项间距变大?
  如题,我的RepeatDirection="Horizontal",RepeatLayout="Flow",即使用RepeatLayout="Table",margin和padding还是无法调整间距。有谁知道的?

------解决方案--------------------
<asp:RadioButtonList RepeatDirection="Horizontal" runat="server" ID="rdl1" CellPadding="10" CellSpacing="10">
------解决方案--------------------
你看下他生成的html代码的格式
然后 外面套个div 直接用样式影响内部 radio和文字的距离