Thank you.
I also found the jquery filestyle.js plugin but I don't see how to use
the theme style instead of the filestyle style.
I mean how to impose the theme style to the seach.png image ?
I am not a css specialist ...

<style type="text/css">
.file_1 {
    background: #fff;
    color: #888;
}
</style>
$("input.file_1").filestyle({
          image: "images/search.png",
          imageheight : 22,
          imagewidth : 82,
          width : 100
      });

<form>
...
Photo: <input class="file_1" type="file" size="40" id="photo"
name="photo" />
...
</form>


On 27 jan, 12:45, "Richard D. Worth" <[email protected]> wrote:
> Here is some general information about the problem and possible solutions
>
> Styling an input type="file"http://www.quirksmode.org/dom/inputfile.html
>
> Styling File Inputs with CSS and the 
> DOMhttp://www.shauninman.com/archive/2007/09/10/styling_file_inputs_with...
>
> Also, here's a related thread on the main jQuery list
>
> File 
> Uploadhttp://groups.google.com/group/jquery-en/browse_thread/thread/c06c1d1...
>
> - Richard
>
> On Tue, Jan 27, 2009 at 5:45 AM, phicarre <[email protected]> wrote:
>
> > jquery-1.3 + ui-jquery-1.6rc5
>
> > I am using a theme from themeroller and the ui-dialog plugin. In the
> > window I define fields with the styles provided by the theme but ...
>
> > If I define a "file upload field" then I cannot stylized the browse
> > button !
> > Do you have a solution for that ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to