[jQuery] jQuery+Cycle - IE 7 & 8 png images in rotation getting black border - applied truetype & bg - not working

2010-02-02 Thread rc cola
any help would be greatly appreciated.

[jQuery] Re: slide show contains 24bit pngs - using cleartype & bg -true - still getting black border on transition

2010-02-02 Thread rc cola
wrong place to post - sorry - using jquery cycle - On Feb 2, 9:45 am, rc cola wrote: > Any help would be greatly appreciated. I can send screen shot - site > is still in dev.

[jQuery] slide show contains 24bit pngs - using cleartype & bg -true - still getting black border on transition

2010-02-02 Thread rc cola
Any help would be greatly appreciated. I can send screen shot - site is still in dev.

[jQuery] Re: Help with jquery autocomplete

2007-06-21 Thread RC
It happens only when the third char is a dot(.) or space. For example consider that your are looking for "St. Therese" , and you type - "St." - there is no result - "St. "- with a space after the dot , still there is no result - "St. T" - The result now shows up in the autocomplete dropdown. Jör

[jQuery] Help with jquery autocomplete

2007-06-20 Thread RC
I am using the jquery autocomplete code and have set the minChars after which the autocomplete request is fired to 3. It works fine if all 3 chars are letter (eg: abc) but fails to show the results when I use a dot or space as the third character(eg: st.). Any suggestions on how this can be fixed?