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
You have to use absolute position along with your desired height. in your CSS, do the following:
absolute
#id-of-iFrame { position: absolute; height: 100%; }