Here's a quick example of how it "could" be done 8-) http://blog.davglass.com/files/yui/overlay1/ Hope that helps.. Dav Glass dav.glass@... davglass.com ...
5393
Eric Heinemann
e_heinemann
Oct 3, 2006 4:58 pm
I downloaded the most recent version and it still is not working. It is doing the exact same thing. Any ideas? -E...
5392
Nate Koechley
nate.koechley
Oct 3, 2006 4:21 pm
Hi Jeff, There is no known case of YUI CSS Grids causing JS trouble, with Slider or otherwise. Here is a quick and dirty example of Slider within a "yui-t2"...
5391
dav.glass@...
dav.glass
Oct 3, 2006 4:17 pm
Here is an example I wrote a little while back, hope it helps: http://blog.davglass.com/files/yui/animagain/ Dav Glass dav.glass@... davglass.com ...
5390
jamesalanschulz
Oct 3, 2006 4:12 pm
Can anyone show me how to return an "animated" div to its original size. For instance, if I have this in my <script>: function doIt() { var myAnim = new...
5389
jdgrieco
Oct 3, 2006 4:06 pm
I'm using a narrow ac_input and I want set a larger ac_container via css. I tried to use: .ac_container { width: 500px; } in a descendant css file than...
5388
bernie_ott
Oct 3, 2006 3:57 pm
I'm playing with the YUI menus and Panels and want to do something like FILE OPEN and open a fully-formed HTML document, with embedded CSS, etc, into a Panel...
5387
Ramesh Natarajan
rameshme_in
Oct 3, 2006 3:29 pm
Hi, I have a logger component inside a panel container. I log warn, error and time log messages into the logger. Initially all the checkboxes are checked....
5386
rspilski
Oct 3, 2006 3:23 pm
Any idea on how to "Mask" a page without creating a dialogbox ?...
5385
dmd06k
Oct 3, 2006 2:54 pm
Hello, all. To start, let me say these are a great set of controls- good job to all who worked and contributed. Next, I'm fairly green with this library,...
5384
Kris Schneider
kschneid63
Oct 3, 2006 2:25 pm
I just solved some of my own FF layering issues like so: .mask { z-index: 100; } var panelConfig = { zIndex: 200 }; Not sure if it'll help in your situation,...
5383
jfasaldarriaga
Oct 3, 2006 12:59 pm
Thx Eric for your help :)...
5382
Nick Momich
b_t_nick
Oct 3, 2006 12:28 pm
Yes, that is exactly what I was hoping to do. I must have missed that in the list of configuration properties. Thanks so much for the tip. I will give that a...
5381
Andrei Neculau
neculau_andrei
Oct 3, 2006 10:43 am
Hi Is there a way to make sure of the order of how event listeners are being loaded? If I have an event that has two listeners.. one with "mynumber++" and ...
5380
Dave Townsend
dtownsend1978
Oct 3, 2006 10:07 am
I have an app that utilises the dragdrop library and deals with a large number of draggable items and I am hitting speed problems. I thought I'd pass on what...
5379
Andrei Neculau
neculau_andrei
Oct 3, 2006 9:58 am
Yes, exactly - I'm creating INPUT elements of type HIDDEN! Maybe in a future release, it could get implemented! Regards, Andrei...
5378
lil_crazy_gekko
Oct 3, 2006 9:51 am
Thank you for taking the time to reply. I have tried to get this working for a couple of hours now, and I'm not having much luck. I am learning a lot though. ...
5377
Andrey
deepmindster@...
Oct 3, 2006 8:28 am
Hello everyone. Please, excuse me my engish. I'm not native english speaker. I want create handle for small button X in the top right conner of panel. ...
5376
tistitch
Oct 3, 2006 8:13 am
hello, i just have the same problem as you...but i've already set the z-index to 1 before... and it don't cover all the width of my page. i tried in the object...
5375
Jeff G
indanapt
Oct 3, 2006 4:30 am
I've tried to layout a dead simple slider in the left side area of a YUI-CSS class "yui-t2" page. Many odd and strange behaviors occur. Before I get too far...
5374
Thomas S. Sha
tssha
Oct 3, 2006 3:49 am
... Thanks for raising this issue. This provision doesn't currently exist when uploading files, but can be facilitated through hidden fields appended to the...
5372
Chrystiano de Castro
kize_fil
Oct 3, 2006 2:06 am
Yes. the same! :(...
5371
xurizaemon
Oct 3, 2006 12:31 am
I'm using the YUI Panel to insert a little "note" form for adding notes to an event. From my testing so far, to get Panel to work well requires that there be...
5370
Eric Heinemann
e_heinemann
Oct 3, 2006 12:01 am
Oh. Did not realize that. I'll upgrade and try again. Thanks! -E ... From: Todd Kloots <kloots@...> To: ydn-javascript@yahoogroups.com Sent: Monday,...
5369
Todd Kloots
toddkloots
Oct 2, 2006 11:37 pm
Eric - The "target" configuration property was implemented in 0.11.3. That's the problem. - Todd ... ...
5368
Eric Heinemann
e_heinemann
Oct 2, 2006 10:39 pm
Version 0.11.0. I can put together a test page tomorrow when I get back to work if needed. The current page is password protected as it holds sensitive...
5367
bp3212321
Oct 2, 2006 9:54 pm
I took the example of the TreeView from the website where it uses the +/- sign images to show that the node's have children, but on my code it doesn't show the...
5366
Eric Miraglia
ericmiraglia
Oct 2, 2006 9:43 pm
jfasaldarriaga, As I mentioned in my previous note, it is indeed possible to select dates scriptologically using your Calendar instance's select method. Here...
5365
Todd Kloots
toddkloots
Oct 2, 2006 9:33 pm
I cannot repro. What version of Menu are you using?...
5364
bp3212321
Oct 2, 2006 9:08 pm
Is it possible to create a fixed height (or relative to the current div height) TreeView with scrollbar? Can someone provide an example if this is possible?...