Programming/Web
input, select, button 등에 disable css로 설정하기
Chan_찬
2014. 4. 9. 18:51
반응형
select[disabled],
input[disabled],
.btn[disabled],
.disabled
{
opacity: 0.5;
filter: alpha(opacity=50);
cursor: not-allowed;
}
.btn[disabled],
.disabled
{
opacity: 0.5;
filter: alpha(opacity=50);
cursor: not-allowed;
}
728x90
반응형
BIG