2011-10-28 4 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" ....> 
で試してみます
関連する問題