Re: [Rails-spinoffs] Effect.SlideDown/Up() and HTML issues

2006-07-16 Thread Will Merrell
Martinez, Andrew wrote: There are certain things you should not drag and drop, or animate. Some of these elements are input elements in FireFox Can you elaborate on these problems? I am currently working on dragging and dropping some stuff which includes some input fields. So far it works fi

Re: [Rails-spinoffs] Effect.SlideDown/Up() and HTML issues

2006-07-16 Thread Alex Duffield
Take a look at the code Apple used on the Aperture pagehttp://www.apple.com/aperture/It uses Effect.SlideDown and works very well. the JS file is here: http://wdirect.apple.com/aperture/aperture3.jsEffect.SlideUpAndDown = function(element) { element = $(element); if (Element.visible(element)) {  n

Re: Re: [Rails-spinoffs] Effect.SlideDown/Up() and HTML issues

2006-07-11 Thread Jon Tirsen
On 7/11/06, Todd Ross <[EMAIL PROTECTED]> wrote: Why? Without testing it, I'd speculate that when the is shown, its height would be 0 (or near-0 depending on styles applied) because the inner div would be set display:none and have no place in the page flow. The animation would then gradually

Re: Re: [Rails-spinoffs] Effect.SlideDown/Up() and HTML issues

2006-07-11 Thread Todd Ross
On 7/10/06, Eskil Kvalnes <[EMAIL PROTECTED]> wrote: On 7/11/06, Jon Tirsen <[EMAIL PROTECTED]> wrote: > I've been using a technique where I've had a hidden colspan="x"> (where x = total number of columns). Inside the I > have a that is also hidden (display:none), when I start the > effect I s

Re: Re: [Rails-spinoffs] Effect.SlideDown/Up() and HTML issues

2006-07-10 Thread Eskil Kvalnes
On 7/11/06, Jon Tirsen <[EMAIL PROTECTED]> wrote: On 7/11/06, Eskil Kvalnes <[EMAIL PROTECTED]> wrote: On 7/10/06, Bauser, Joseph (Joe) < [EMAIL PROTECTED]> wrote:> >> >> >> > If I remember correctly, you can't use that effect on tables. But I may be> mistaken.>>> You seem to be right... no ava

Re: Re: [Rails-spinoffs] Effect.SlideDown/Up() and HTML issues

2006-07-10 Thread Jon Tirsen
On 7/11/06, Eskil Kvalnes <[EMAIL PROTECTED]> wrote: On 7/10/06, Bauser, Joseph (Joe) <[EMAIL PROTECTED]> wrote: > > > > If I remember correctly, you can't use that effect on tables. But I may be mistaken. You seem to be right... no available workaround to this or a somewhat similar function

Re: [Rails-spinoffs] Effect.SlideDown/Up() and HTML issues

2006-07-10 Thread Jerod Venema
IE freewhat a wonderful world it would be... On 7/10/06, Seth Dillingham <[EMAIL PROTECTED]> wrote: On 7/10/06, Eskil Kvalnes wrote: > On 7/10/06, Martinez, Andrew wrote: > > As per Michael Peters, use DIV's. > > I probably would've had I not had a lot of tabular data like this. I have >

Re: [Rails-spinoffs] Effect.SlideDown/Up() and HTML issues

2006-07-10 Thread Seth Dillingham
On 7/10/06, Eskil Kvalnes wrote: On 7/10/06, Martinez, Andrew wrote: > As per Michael Peters, use DIV's. I probably would've had I not had a lot of tabular data like this. I have the luxury of not having to worry about IE at all; it's a private site for me and my friends and we all use FF. A

Re: [Rails-spinoffs] Effect.SlideDown/Up() and HTML issues

2006-07-10 Thread Tom Gregory
Well, then you might try wrapping the entire table in a div, and applying the effect to that...TAGOn Jul 10, 2006, at 2:40 PM, Eskil Kvalnes wrote:On 7/10/06, Martinez, Andrew <[EMAIL PROTECTED]> wrote: There are certain things you should not drag and drop, or animate. Some of these elements are in

Re: [Rails-spinoffs] Effect.SlideDown/Up() and HTML issues

2006-07-10 Thread Eskil Kvalnes
On 7/10/06, Martinez, Andrew <[EMAIL PROTECTED]> wrote: There are certain things you should not drag and drop, or animate. Some of these elements are input elements in FireFox, the other things are always tables. Tables do not lend themselves easily to anything dynamic. This isn't saying you can't,

Re: [Rails-spinoffs] Effect.SlideDown/Up() and HTML issues

2006-07-10 Thread Eskil Kvalnes
On 7/10/06, Michael Peters <[EMAIL PROTECTED]> wrote: Eskil Kvalnes wrote:>>> On 7/10/06, *Bauser, Joseph (Joe)* <[EMAIL PROTECTED]> [EMAIL PROTECTED]>> wrote:>> If I remember correctly, you can't use that effect on tables. But I> may be mistaken.Use divs :)Hehe, I changed from SlideDown/U

RE: [Rails-spinoffs] Effect.SlideDown/Up() and HTML issues

2006-07-10 Thread Martinez, Andrew
ject: Re: [Rails-spinoffs] Effect.SlideDown/Up() and HTML issues Eskil Kvalnes wrote: > > > On 7/10/06, *Bauser, Joseph (Joe)* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > If I remember correctly, you can't use that effect on tables. But I >

Re: [Rails-spinoffs] Effect.SlideDown/Up() and HTML issues

2006-07-10 Thread Michael Peters
Eskil Kvalnes wrote: > > > On 7/10/06, *Bauser, Joseph (Joe)* <[EMAIL PROTECTED] > > wrote: > > If I remember correctly, you can't use that effect on tables. But I > may be mistaken. Use divs :) -- Michael Peters Developer Plus Three, LP __

Re: [Rails-spinoffs] Effect.SlideDown/Up() and HTML issues

2006-07-10 Thread Eskil Kvalnes
On 7/10/06, Bauser, Joseph (Joe) <[EMAIL PROTECTED]> wrote: If I remember correctly, you can't use that effect on tables. But I may be mistaken.You seem to be right... no available workaround to this or a somewhat similarfunction available? On 7/10/06, Michael Peters <[EMAIL PROTECTE

RE: [Rails-spinoffs] Effect.SlideDown/Up() and HTML issues

2006-07-10 Thread Bauser, Joseph (Joe)
t: Re: [Rails-spinoffs] Effect.SlideDown/Up() and HTML issues On 7/10/06, Michael Peters <[EMAIL PROTECTED]> wrote: Eskil Kvalnes wrote:[snip]> >  >   headlinesummary>  >>  >   problemshaving> problems with script.aculo.us < http:

Re: [Rails-spinoffs] Effect.SlideDown/Up() and HTML issues

2006-07-10 Thread Eskil Kvalnes
On 7/10/06, Michael Peters <[EMAIL PROTECTED]> wrote: Eskil Kvalnes wrote:[snip]> >  >   headlinesummary>  >>  >   > Effect.SlideDown(document.getElementById('info-container'))">problemshaving> problems with script.aculo.us < http://script.aculo.us>>  You can just make that  Effect.SlideDown('info-

Re: [Rails-spinoffs] Effect.SlideDown/Up() and HTML issues

2006-07-10 Thread Michael Peters
Eskil Kvalnes wrote: [snip] > > > headlinesummary > > > > problemshaving > problems with script.aculo.us > You can just make that Effect.SlideDown('info-container'); > this is where I'm facing difficulties. I want another table row to > appear "onclick",

[Rails-spinoffs] Effect.SlideDown/Up() and HTML issues

2006-07-10 Thread Eskil Kvalnes
Hello,I'm hoping this is the right place to ask these kind of questions. If not, please excuse me. Anyway, the problem I'm having is that I have a HTML tableshowing some tabular data and I want to use Effect.SlideDown /Up to allow the user to interactively show "details" for each item ( etc) in tha