当前位置:编程学习 > C#/ASP.NET >>

asp.net中如何改变CheckBox控件中方格的大小

同上 --------------------编程问答-------------------- HTML: 

<input class="bigcheck" type="checkbox" name="agree"> 

 
 


CSS: 

input.bigcheck { 
height: 50px; 
width: 50px; 

 

 

--------------------编程问答-------------------- 一楼的正确,呵呵 --------------------编程问答-------------------- 1楼这个不错 --------------------编程问答--------------------
引用 1 楼 only_endure 的回复:
HTML: 


HTML code<input class="bigcheck" type="checkbox" name="agree"> 






CSS: 

CSS code
input.bigcheck { 
height: 50px; 
width: 50px; 

 

很好很强大 --------------------编程问答-------------------- 一楼的很好 --------------------编程问答-------------------- 一楼的,很黄很暴力 --------------------编程问答--------------------
引用 4 楼 abandonship 的回复:
[Quote=引用 1 楼 only_endure 的回复:]
HTML: 


HTML code <input class="bigcheck" type="checkbox" name="agree"> 


CSS: 

CSS code 
input.bigcheck { 
height: 50px; 
width: 50px; 

很好很强大
[/Quote]
这个很不错。 --------------------编程问答-------------------- jf --------------------编程问答-------------------- so弓虽 --------------------编程问答-------------------- 由于 <asp:CheckBox /> 中的许多css属性会呈现到与其关联的 Label (html)中,

所以,很多时候需要换用 <input type=checkbox runat=server /> --------------------编程问答--------------------
引用 1 楼 only_endure 的回复:
HTML: 


HTML code<input class="bigcheck" type="checkbox" name="agree"> 






CSS: 

CSS code
input.bigcheck { 
height: 50px; 
width: 50px; 

 
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,