Horje
html disable spin buttons on input type number Code Example
html disable spin buttons on input type number
/* Chrome & Safari */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}




Css

Related
css good background color Code Example css good background color Code Example
css bold weight Code Example css bold weight Code Example
border shorthand CSS Code Example border shorthand CSS Code Example
css select text inside div Code Example css select text inside div Code Example
how to remove css from element using jquery Code Example how to remove css from element using jquery Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10