PDA

View Full Version : Suggestions Plz..



techno_adi
18 Sep 2006, 5:06 AM
Hi can any one suggest some good forums for the YUI (besides this..)
I want to discuss few problems, not related to yui-ext though (can i discuss that here?)

the yahoo group for it doesnt seem to reply :(

Thanks

Animal
18 Sep 2006, 5:27 AM
Hi can any one suggest some good forums for the YUI (besides this..)
I want to discuss few problems, not related to yui-ext though (can i discuss that here?)

the yahoo group for it doesnt seem to reply :(

Thanks

the ydn-javascript group is good if you ask sensible questions, not "plz do my homework" type quesions!

"plz" in particular is VERY annoying. Use english for god's sake!

techno_adi
18 Sep 2006, 6:00 AM
I get your point,
the question i asked was:
i needed to show auto-complete in a text box which is in the dialog panel (that pops up like form). Now problem i was facing was, i couldnt show the auto-complete may be bcoz of iframe or zIndex related problems (which i have tried but in vain)???
Any suggestions on this!!!!




Hi can any one suggest some good forums for the YUI (besides this..)
I want to discuss few problems, not related to yui-ext though (can i discuss that here?)

the yahoo group for it doesnt seem to reply :(

Thanks

the ydn-javascript group is good if you ask sensible questions, not "plz do my homework" type quesions!

"plz" in particular is VERY annoying. Use english for god's sake! :?:

Animal
18 Sep 2006, 7:09 AM
Post an explanation, and your code to the ydn-javascript group. The Yahoo developers will be able to help you.

jack.slocum
18 Sep 2006, 12:08 PM
You bump your autocomplete z-index in your CSS file:

#yourACId {z-index:1000;}

Like Animal said, if that doesn't work post your whole code to ydn, the Yahoo! engineers will help you track down the problem.

techno_adi
18 Sep 2006, 9:28 PM
thanks a lot, i'll give this a try