Hi all, I'm trying to implement AutoComplete in my app. I added all of the necessary JS files as described in the documentation. When I test the one field on...
Hi, How to make the "div" float above the SELECT box in IE without the select box cutting through the div with the autocomplete suggestions? Thanks, Av...
I was working on becoming familiar with the YUI libraries and ran into a bit of a stumbling block. The Documentation for both GET and POST requests list the...
I'm trying to get my floating panel to resize by adding mouse listeners but the following doesn't seem to be working. Can you suggest a better way? Thanks in...
OK, using the MS script debugger, I get an " ) expected on line 25". <script language="JavaScript" type="text/javascript"> var animtest = {}; animtest.init =...
hello list, this is my first post. right now I need some help on using Grids CSS. I was wondering if anyone can help me out a with my little problem. attached...
hi, just a hint on a rather well-known js pitfall: if you enter as a monthyear "08/2006" or "09/2006" asa an arg to the Calendar constructor, you will get...
Hi, I'm a newbee with javascript. I should want give, for each date, an URL for another page. And, for some date, there is no URL. How can I do that ? Thank...
Hi All, Can anybody suggest on how to achieve the following functionality? The requirement is to be able to dynamically (through java-script) hide/remove and...
The example on the yui block for the simple calendar to set a text field with the selected date uses an OO pattern to create an object for the initiation of...
well I am new from today anbd probably very lousy but want to learn more about how to put rss links into the yahoo blogs and can we ameliorate this blog using...
OK When I first read the glowing testimonial about the company at http://savemoreamerica.com I too thought it was just spam. But when I saw a one hour...
Hi , Sorry if this is a noob question but .. If I set a Panel to be 'modal39; and the 'body' of the panel is an embedded flash file (swf) then the 'flash39; does...
I'm trying to animate the opacity (fade in) on a div that contains a <SELECT>. The effect seems to work just fine in FF, but the div just appears suddenly in...
This doesn't seem to work in FireFox???? It does in IE. I using it like: var dd2 = new YAHOO.util.DDProxy("elem1"); dd2.setXConstraint(0, 0); Is this working...
It's possible validate form fields with YUI? I mean: * Valid email * Required field * Numeric * Valid date * Fields equal (e.g.: password fields) * Some others...
Coming from a C++/Java background, I was really puzzled with the following syntax in yui/examples/dragdrop/list.html: YAHOO.example.DDApp = function() { return...
Has anybodu run into a phenomenon where text appears very bold and very pixelated in IE but not Firefox? It seem to only happen when the text is inside an...
I am receiving an error when trying to use dragdrop. I have spent a bit debugging but I'm not sure exactly what's going on. Here's where the error is happening...
Hello and thanks to everybody being involved in the development of the YUI library. I had some problems getting a web page to work as I expected and did ...
I have created a button behavior which launches a Yahoo Calendar widget when the button is clicked. I can then hide the calendar by clicking the same button...
Hi, I am trying to create a panel and I see the iframe div created in IE always point to http://us.i1.yimg.com/us.yimg.com/i/promo/m/irs/blank.gif I could...
Hi, I am trying to create a Modal panel to display some information. I use the javascript below to create and display them. I am having a problem when I close...
Hello, I'm using YUI autocomplete control in a site where there is a frameset with a small top frame (site navigation) and a main frame (page body). The...
Hi, I'm trying to do something slightly different. An experiment : http://crucial-systems.com/yui-2bd/2body.html CSS is inline I want to have a normal...