[css-d] Edge Positioning in Resizable Container

2005-11-22 Thread Ann Adamcik
Hi All, I'm working on a site that has an inner content div that must remain a certain distance from the edges of its container. The container div is resizable, so I can't just set the width/height. I've tried positioning the inner div absolutely, specifying all 4 edges. This works in FF, but n

Re: [css-d] Edge Positioning in Resizable Container

2005-11-22 Thread Gunlaug Sørtun
Ann Adamcik wrote: > I've tried positioning the inner div absolutely, specifying all 4 > edges. This works in FF, but not Opera or IE. I then tried > specifying just the left and bottom edges, with margins for the top > and right sides. The top margin doesn't work, and the right margin > doe

Re: [css-d] Edge Positioning in Resizable Container

2005-11-23 Thread Ann Adamcik
Georg, Thanks so much - this is just what I needed! -Ann --- Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > Ann Adamcik wrote: > > I've tried positioning the inner div absolutely, > specifying all 4 > > edges. This works in FF, but not Opera or IE. I > then tried > > specifying just the left a