css - 100% height Flash / HTML Footer -
Question:
I get 100% height and 100% HTML page Have done this in flash width. Now I want to paste the page into the HTML picture which will paste in the bottom of the page.
Try: Many Googling Solutions Failing to ask friends
Thank you!
You need:
footer {status: complete; Bottom: 0; Left: 0; Correct: 0; Height: some px; }
then on your main container element, margin-bottom of -somepx; It will be stopped from overlapping with the footer. Alternatively, do not just use that bit of canvas and leave it at 100% height
You may have to specify the same Zee-index, e.g. Z-index: 100; On both elements, to ensure that they do not overlap each other, if using the first solution.
Comments
Post a Comment