why not position absolute ?

rupak mandal wrote:
Thanks for the quick reply .

The problem is that i cannot use visibility:hidden or position absolute.

On Fri, Sep 4, 2009 at 3:42 PM, joey santiago <federico.pr...@yahoo.it <mailto:federico.pr...@yahoo.it>> wrote:


    exactly... but if you hide it with visibility:hidden, then you still
    see an empty space on the page... you should hide it by setting his
    absolute position to top and left negative values, or (probably
    better?) using z-index property.
    hope it's useful! :)

    On 4 Set, 12:04, Cold Flame <theumairsha...@gmail.com
    <mailto:theumairsha...@gmail.com>> wrote:
    > 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
    <mailto: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



Reply via email to