tags:

views:

69

answers:

1

Hey all,

I have this big object that I'd like to fadeOut and its not working at all. It works on a smaller subset of the object, but I'm wondering if there is some internal limit on how big the element can be.

Thanks, Matt

A: 

Ah. Got it. There's no limit (atleast I haven't hit it yet).

If you have a div container that's not really defined (height/width) then its not going to work. An arbitrary height and width should do it!

Matt