I have gone through several other questions, but I am struggling to integrate the solutions into my problem.
My main content DIV is set to 100% height and works perfectly fine until I add another element outside of the DIV towards the top of the browser. The DIV remains at full height and does not adjust for the new element at the top, causing content at the bottom of the DIV to be pushed out of view.
Specifics:
- One of the requirements is to have no scroll bars in the browser.
- In the Production environment, a DIV containing a FLASH object spans 100% width and height of the browser.
- I am unsure about the best HTML version to use for embedding FLASH. If needed, I can address this in a separate question.
JSFiddle Code Example:
Here is how the Blue content box should appear normally
// CSS code here...
This illustrates what happens to the blue box at the bottom when an element is added to the top
// Additional CSS code here...