I am having problems with my iframe. I really want the frame to auto adjust heights according to the content within the iframe. I really want to do this via the CSS without
@SweetSpice, use position as absolute in place of relative. It will work
#frame{ overflow: hidden; width: 860px; height: 100%; position: absolute; }