Ok, you guys probably all know the file input: <input type='file' name='file' />

You'll get an input field and a 'browse' button. Ok that's no big deal. But... Now I want all the buttons to have a custom look. So let's say e.g.:

.button {
   border: 1px solid #000;
   background: #ccc;
}

Now if you give all your buttons in your website the class button, they'll get the layout i described above. But the button at the file-input won't change! Not even when i assign him the class button... or directly add a style element. It just won't change.

Now I already asked on another forum if there is a way how to style that button and I've got answers that it's just impossible. It wouldn't surprise me if it really is impossible, but I just want to know sure, since that button just looks horrible comparing the other buttons, it totally breaks my design. So: Is there a way of styling the 'browse'-button?

Thanks,

Jasper
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to