.btn-file { position: relative; overflow: hidden; display: inline-block; } .btn-file input { position: absolute; top: 0; right: 0; margin: 0; opacity: 0; -ms-filter: 'alpha(opacity=0)'; font-size: 200px !important; direction: ltr; cursor: pointer; } /* Fixes for IE < 8 */ @media screen\9 { .btn-file input { filter: alpha(opacity=0); font-size: 100%; height: 100%; } }