Hi
I am creating a layout where the main content area overlaps over the footer. I can do that using this rule on the footer:
My problem now is that at the bottom of the page theres a gap of 20px, is there a better way to achieve this.HTML Code:footer{ position: relative; top: -20px; }
I have a attached a screenshot
Thanks


Reply With Quote
Bookmarks