【问题标题】:Radio Button List - small text alignment issue?单选按钮列表 - 小文本对齐问题?
【发布时间】:2011-11-15 06:41:23
【问题描述】:

我有一个单选按钮列表,其中包含如下按钮: http://imageshack.us/f/545/capture1jtr.png/

但是,我注意到一个小的对齐问题..我希望第二行文本位于“单选按钮的圆圈”之后...我该怎么做??

我完全不知道!

S

【问题讨论】:

    标签: html alignment radiobuttonlist


    【解决方案1】:

    在 css 中尝试一下

    <style type="text/css">
     table.radioButton input
     {    
          float: left;
     }
    
     table.radioButton label
     {    
          margin-left: 25px;
          display: block;
     }
    </style>
    

    和.aspx中的

    <asp:RadioButtonList runat="server" CssClass="radioButton" ....>
    

    【讨论】:

      猜你喜欢
      • 2011-09-05
      • 2013-03-09
      • 1970-01-01
      • 2017-01-06
      • 1970-01-01
      • 2017-01-28
      • 1970-01-01
      • 1970-01-01
      • 2013-02-26
      相关资源
      最近更新 更多