Hi Rupak, if div is hidden using css display:none then you can't get its height or width because logically that element is that drawn on the browser.
While if u hide the div using css visibility:hidden then u can get the height and width of the element. Regards Umair Shahid On Sep 4, 3:45 pm, Rupak <rupakn...@gmail.com> wrote: > Hi all > > Can any one tell me is it possible to get the height and width of a > hidden div. I have to apply animation to a hidden div. But is don't > know how to do this. > > Thanks > Rupak