That plugin was exactly what I needed (.outerHeight() works beautifully) thanks again!
On Jul 19, 4:01 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > How about the dimensions plugin to get the height of one and set the other? > > Glen > > On 7/19/07, cfdvlpr <[EMAIL PROTECTED]> wrote: > > > > > I'm having trouble trying to resize the image based on the height of > > another div that is set to auto. Is there a way to get the number of > > height pixels of a div that has the CSS property: > > height:auto? > > > Or, do I need to not use height:auto and set the pixels of that div? > > I'd rather not have to do this, as it complicates things.