Re: Input type File: "Browse" in other languages
- From: VK <schools_ring@xxxxxxxxx>
- Date: 27 May 2007 05:06:51 -0700
On May 27, 2:40 am, "Roger Withnell"
<rogerREM...@xxxxxxxxxxxxxxxxxxxxx> wrote:
I am building a website in Russian.
What options do I have to make the "Browse" button display in other
languages?
Theoretically you can't. Input file control is a closed control with
the majority of properties locked for security considerations. The
only up-to-date known way is by using the "transparent control
overlapping" hack found on quirksmode.org
http://www.quirksmode.org/dom/inputfile.html
so you could place a custom button with the Russian label on it using
this hack. The hack requires extra browser sniffing for Safari (if you
care of this UA) because it has opposite order: "Browse" button on the
left, input box on the right.
.
- References:
- Input type File: "Browse" in other languages
- From: Roger Withnell
- Input type File: "Browse" in other languages
- Prev by Date: Re: FAQ Topic - Which newsgroups deal with javascript?
- Next by Date: Re: Input type File: "Browse" in other languages
- Previous by thread: Re: Input type File: "Browse" in other languages
- Next by thread: Re: Input type File: "Browse" in other languages
- Index(es):
Loading