flash - CSS 100% height + header with static height; -
I am creating a layout that includes a header, which is 40 pixels in height, below the head of a SWF The remaining available space should be taken, which remains.
The best solution so far is working with table, 40px height at first row and 100% height in second line - but these rows are still added to Internet Explorer, resulting in A scrollbar appears for 40 extra pixels - that should not be the case.
I tried to use it: - If you have content that is ultimately in peach but with a SWF with 100% in it, it works fine, this whole page or half page (Being SDF or SDF material DIV in the material DIV based on the insert).
Before I take the help of Javascript to take care of this business, I am thinking that someone knows a better solution?
Try setting your header as a static. So it floats on the main body, and sets the main body at 100% height. Then give the body a 40px padding at the top.
Comments
Post a Comment