thanks, but I tried "NaN" and that doesn't work- throws an error.
One hacky solution my co-worker came up with is to use a spacer inside the container and set the spacer's height when necessary. there should really be a way to remove the height property or set it back to "auto." Anyone? Adobe? Adobe? --- In [email protected], "Amy" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "Ryan" <drjimmy11@> wrote: > > > > I have the following quandary: > > > > I have a container which most of the time resizes to what it's > > holding. Fine. > > > > But sometimes I need it to be an explicit height- so i set the height- > > also fine. > > > > Then I need to set it back to resize to it's content. Problem. Setting > > height to null doesn't work. How can i take away the height property > > altogether? > > Just a guess, but try setting it to NaN. >

