Не выбирается файл, где ошибка?? Код (Text): <div class="file_btn">Файл <input type="file" class="in_btn" name="downl"> </div> <style> .file_btn{ overflow:hidden; cursor:pointer; border-radius:5px; display:inline-block; border:1 solid #096; font-family:typp; font-size:20px; color:#fff; background-color:#096; height:30px; width:50px; line-height:30px; } .file_btn:hover{ background-color:#000; } .in_btn{ opacity:0; filter:alpha(opacity:0); cursor:pointer; border:none; } </style>