2011-10-28 43 views

回答

0

给这个在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" ....> 
一试