How to hide input[file] in IE8 Back

input[type="file"] {
    opacity: 0;

    /** IE8 supported */
    filter: alpha(opacity=0);
}

results matching ""

    No results matching ""