Hello I am writing a site using Aptana Studio 3
I at this stage have 1 <div>
for content one <nav>
for site navigation and one <footer>
containing a simple copyright.
I am currently experimenting with
float:left;
float:right;
This has caused my <footer>
to jump to the very top of the page and it won't leave, please help me find a solution which doesn't involve position:absolute;
or failing that a way for the absolute position to be centred.