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

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -