Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ydn-javascript · Yahoo! User Interface Library Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 12937
  • Category: JavaScript
  • Founded: Dec 15, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 2792 - 2822 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2792 Matt Sweeney
matt.sweeney Send Email
Jul 5, 2006
6:54 pm
Hi Jesse, I think that offsetWidth and offsetHeight are your best bet for getting the actual image dimensions, the one caveat being that you have to append to...
2793 randomjuju Send Email Jul 5, 2006
8:04 pm
I fixed this by overriding a few of the drag/drop functions (and adding one of my own). It works just fine, but the trouble is that it needs position caching...
2794 Glen Cuthbertson
glencuthbertson Send Email
Jul 5, 2006
8:23 pm
I'm new to the YUI library and experimenting with topnav for pontentialuse in a project. One of the requirements is that it flyout over flashobjects. I've...
2795 Christopher
christopherktom Send Email
Jul 5, 2006
9:34 pm
For Container - Dialog and SimpleDialog, I'd like to just display the dialog without having the background change or the displaying the button which, when...
2796 Steven Peterson
y_stevenp Send Email
Jul 5, 2006
10:12 pm
You should just use Panel. It doesn't include the buttons. Also, don't set "modal" to true, and the background mask will not be applied. Steven Peterson Web...
2797 Todd Kloots
toddkloots Send Email
Jul 5, 2006
10:46 pm
Hey Glen - Set the WMODE of your Flash to "opaque" or "transparent&quot; depending on the needs of the movie. - Todd ... ...
2798 Christopher
christopherktom Send Email
Jul 6, 2006
2:21 am
For the Container - Dialog, when the form is displayed, filled out, and I press Submit, I want to pass the values of the fields to the JSP file specified in...
2799 Edwart Visser
flashpronl Send Email
Jul 6, 2006
6:12 am
Hi there Jens, Take a look at http://www.htmldog.com/articles/suckerfish/dropdowns/ This website explains the creation of semantic standards based dropdown ...
2800 Christopher
christopherktom Send Email
Jul 6, 2006
8:11 am
I would love to find out how to create the navigation menu on the mercedes-benz website. I was wondering if it would be possible to modify 'topnav&#39; under menus...
2801 James Cowan
jmc422003 Send Email
Jul 6, 2006
9:23 am
... that we ... Switching to the strict DOCTYPE fixes it in IE but then things go wrong in Firefox (the panel does not display its full size). Here is the...
2802 gib
dr_schuss Send Email
Jul 6, 2006
1:34 pm
You need an XHTML doctype for this stuff to work. Specifying XHTML strict or transitional (not HTML 4.0) puts browsers in "standards compliance mode" and...
2803 James Cowan
jmc422003 Send Email
Jul 6, 2006
2:52 pm
Adding the DOCTYPE makes it work in IE but breaks it in Firefox. James ... display. ... src="javascript/yui/yahoo.js"></script> ... ...
2804 jotape65 Send Email Jul 6, 2006
3:12 pm
I created a menubar for navigation. One of the items opens a submenu with several choices. However, under Windows Internet Explorer 6.0 when the submenu goes...
2805 gib
dr_schuss Send Email
Jul 6, 2006
3:36 pm
Can you elaborate on "breaks"? One of the Javascript debugging extensions for Firefox may help you isolate the problem....
2806 icheb02 Send Email Jul 6, 2006
3:44 pm
I am using the postmethod async and when I am clicking on the button "Submit" it works perfectly, but when I am hitting the enter key after filling out the...
2807 Todd Kloots
toddkloots Send Email
Jul 6, 2006
4:35 pm
Jaime - This is a bug that will be fixed in the next release. In the meantime, you can fix this by adding a handler to each menu's "beforeShow&quot; event that...
2808 Mike Watts
michael_s_watts Send Email
Jul 6, 2006
4:49 pm
Here's the solution I came up with to show multiple TreeViews on the same page using different stylesheets: /** * Construct the multi tree * * @parm...
2809 Steven Peterson
y_stevenp Send Email
Jul 6, 2006
6:21 pm
You can use the Event utility to add a handler to the form using addListener, where you can trap the enter key and call stopEvent to prevent the default...
2810 Steven Peterson
y_stevenp Send Email
Jul 6, 2006
6:22 pm
Can you provide more info? What do you mean when you say that nothing happens? Are you including the Connection utility library in your JavaScript includes?...
2811 elebsbc Send Email Jul 6, 2006
7:12 pm
Here is an example that I created that has a menubar and then submenus underneath it and its all done from markup. ...
2812 dan meany
dan_meany Send Email
Jul 6, 2006
7:50 pm
Hi, Do you have an example of combining the Overlay/IFrame with a popup YAHOO.widget.Calendar? Or is there a better way to make Calendar inherit from Overlay?...
2813 Christopher
christopherktom Send Email
Jul 6, 2006
11:19 pm
When my web page is loaded with the Container - Dialog, I can see all of the code for the dialog for an instant; how can I prevent this from happening? Thx in...
2814 Steven Peterson
y_stevenp Send Email
Jul 6, 2006
11:39 pm
You can prevent this by setting your Dialog to visibility:hidden and position:absolute in the Dialog's style attribute so that it's not included in the...
2815 copyboy992000 Send Email Jul 7, 2006
12:41 am
Hi, This might be a silly css issue I ought to have figured out on my own, but I'm stumped after much trying, and hope someone else might have some insight. ...
2816 Charles
cwiltgen Send Email
Jul 7, 2006
1:53 am
Well you can certainly use YUI with any server-side language of your choice. However, if you use ASP .NET, Atlast should be your first choice, and as of Java,...
2817 Christopher
christopherktom Send Email
Jul 7, 2006
2:22 am
Thx for the tip but I can't figure out anything about the style attribute. I've looked over the example and documentation. Could you give me an example on how...
2818 Peter Michaux
petermichaux Send Email
Jul 7, 2006
6:48 am
Hi Tim, To keep things short I snipped out all the things you wrote that I think sound great. I snipped out most. ... If the code is part of the object's...
2819 noshankus Send Email Jul 7, 2006
7:32 am
Hi All, sorry for bumping this, but I still can't get it to work. If I leave YAHOO.util.Event.addListener(window,&#39;load&#39;,autoCompInit); outside the makeRequest...
2820 theshiningnova Send Email Jul 7, 2006
8:02 am
Hi guys, I'm trying to use autocomplete with XHR data source, using XML as server response. I am just getting java script errors and there are bits and pieces...
2822 James Cowan
jmc422003 Send Email
Jul 7, 2006
10:09 am
... Switching to the strict DOCTYPE displays the header font correctly in IE but in Firefox the panel does not display then its full size. If I remove the...
Messages 2792 - 2822 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help