[jQuery] Re: ToolTip Bassistance. Not working as expected ...

2008-09-11 Thread shapper
I just changed the plugin and it worked great! Thank You Very Much! Miguel On Sep 11, 1:27 pm, TheBoyaci <[EMAIL PROTECTED]> wrote: > Hi, > you use FileStyle plugin so that this plugin change your file input > > File > > ++added by FileStyle plugin   > > and wrapped your input file by FileStyle

[jQuery] Re: ToolTip Bassistance. Not working as expected ...

2008-09-11 Thread TheBoyaci
Hi, you use FileStyle plugin so that this plugin change your file input File ++added by FileStyle plugin and wrapped your input file by FileStyle plugin So you will try this code $("input[type=file]").filestyle({ image: "FileUpload_Button.jpg", imageheight: 15

[jQuery] Re: ToolTip Bassistance. Not working as expected ...

2008-09-11 Thread shapper
Hi, I corrected and styles my ToolTip ... However, if you note that is still a problem with the Input of type file ... it only shows the tooltip over the styled browse button and not over the input. Do you know what I need to do to solve this? Thanks, Miguel On Sep 11, 9:03 am, TheBoyaci <[EM

[jQuery] Re: ToolTip Bassistance. Not working as expected ...

2008-09-11 Thread TheBoyaci
Hi Miguel, try set the element style position:absolute which id is "tooltip". #tooltip{ position:absolute; } On 11 Eylül, 04:18, shapper <[EMAIL PROTECTED]> wrote: > Hello, > > Please check my > form:http://www.27lamps.com/Beta/FileStyleValidate/FileStyleValidate.html > > Why does the To