0

I have a page that is themed with jQuery UI, but I can't find how to select the file upload 'Browse' button to theme it as well.

Is there a way to do this, or is this even possible?

2 Answers 2

1

I don't think thats possible.

The solutions that I know to work around this are some css hacking that puts another button on top of it, or you just hide the fileupload control and build one with a textbox and a button, calling the hidden one functions.

You can check a css solution here: http://www.quirksmode.org/dom/inputfile.html

Sign up to request clarification or add additional context in comments.

Comments

0

There is no way to theme that Button. If you wan't a different style you have to implement the upload feature in a java applet or a Flash animation.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.