Speedy007 0 Report post Posted August 23, 2018 (edited) Quote My nav bar and footer bar are both stuck in one place on my web page so that in resizing the page, everything moves but the two bars. This is strange since I've copied the code from my other sites and they work just fine, moving with rest of the content in its intended position. Can someone please take a look at it to see what might be wrong? I would appreciate it very much: www.cornerstonevaluationllc.com/indexBAKUP.html (might have to copy-paste that) Thank you!!! Edited August 23, 2018 by Speedy007 link didn't work Quote Share this post Link to post Share on other sites
Ingolme 939 Report post Posted August 24, 2018 Your HTML tags are mixed up, so the browser is interpreting them wrong. There is at least one closing </div> tag that shouldn't be there. You should correct the validation errors: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.cornerstonevaluationllc.com%2FindexBAKUP.html&charset=(detect+automatically)&doctype=Inline&group=0 Quote Share this post Link to post Share on other sites