Re: [css-d] Style up a file input

2005-07-05 Thread Richard Grevers
On 7/5/05, Jasper Kuperus <[EMAIL PROTECTED]> wrote: > > 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 l

RE: [css-d] Style up a file input

2005-07-05 Thread BJ
"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." Many form elements are gonna get

Re: [css-d] Style up a file input

2005-07-04 Thread Philippe Wittenbergh
On 5 Jul 2005, at 6:01 am, Jasper Kuperus wrote: Ok, you guys probably all know the file input: 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.: [..] Now I already asked

[css-d] Style up a file input

2005-07-04 Thread Jasper Kuperus
Ok, you guys probably all know the file input: 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 you