input type="file"

input type="file"

am 25.01.2008 14:50:46 von halinacierniak

Hello!

Is it possible to change the "Browse" text of button?
I mean I would like to change the color, fonts of "Browse" text, but without
changing
the path text of . Is it possible to have different fonts
of path and
"Browse" text button?

Kindest regards
Marcin

Re: input type="file"

am 25.01.2008 23:51:23 von Bergamot

K. wrote:
>
> Is it possible to change the "Browse" text of button?

No

--
Berg

Re: input type="file"

am 29.01.2008 09:35:07 von halinacierniak

Uzytkownik "Bergamot" napisal w wiadomosci
news:5vv7fdF1ms50aU2@mid.individual.net...
> K. wrote:
>>
>> Is it possible to change the "Browse" text of button?
>
> No
>
> --
> Berg

Thank you Berg.

I am not sure if you understood me properly.
I don`t want to change the text of "Browse" button. I want to change
the fonts and color of this "Browse" button, without changing the input
fields
where the path is put.
So is it possible to apply stylesheets only for "Browse" button without
changing input field (that is path of the just uploading file is put).

so when I have on the form such :

Label of input || input field

Path to select: || C:\folder\photo.jpg | Browse |

So I only want to change and apply stylesheets for "Browse" button, not
for C:\folder\photo.jpg.

Thank you in advance for help
Marcin

Re: input type="file"

am 29.01.2008 13:27:51 von jkorpela

Scripsit K.:

>>> Is it possible to change the "Browse" text of
>>> button?
>>
>> No
- -
> I am not sure if you understood me properly.

Your question was easy to understand. Maybe you wanted to ask some other
question?

> I don`t want to change the text of "Browse" button.

Then why did you ask whether it is possible to change it?

> I want to change the fonts and color of this "Browse" button

Stop wanting that. Problem solved.

There are good reasons why you should not try to change the appearance,
no matter how ugly it looks like to you. (One of the minor reasons is
that when people try to do that, they end up with something much
uglier.)

> without changing the input fields
> where the path is put.

So you would like to restrict the effect of a style sheet rule to one
part of the presentation of an element, right? Such things are possible
in CSS in limited cases, such as using the :first-letter pseudo-element,
but there is nothing remotely resembling this at present. Browsers have
their oddities, and if you throw a sufficient amount of imaginative or
just random CSS rules at them, they might some day do something like
that, but that should be considered as a bug.

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/

Re: input type="file"

am 29.01.2008 14:37:40 von Harlan Messinger

Jukka K. Korpela wrote:
> Scripsit K.:
>
>>>> Is it possible to change the "Browse" text of
>>>> button?
>>>
>>> No
> - -
>> I am not sure if you understood me properly.
>
> Your question was easy to understand. Maybe you wanted to ask some other
> question?
>
>> I don`t want to change the text of "Browse" button.
>
> Then why did you ask whether it is possible to change it?

He didn't.

Re: input type="file"

am 29.01.2008 18:49:42 von Bergamot

K. wrote:
> Uzytkownik "Bergamot" napisal w wiadomosci
> news:5vv7fdF1ms50aU2@mid.individual.net...
>> K. wrote:
>>>
>>> Is it possible to change the "Browse" text of button?
>>
>> No
>
> I am not sure if you understood me properly.

Yes, I understood you. The question has come up many times before.
The answer is still No. You cannot style the 'browse' button.

--
Berg