• Resolved jamesinagiantpeach

    (@jamesinagiantpeach)


    Hello! First timer here so please keep your tolerance for “noobiness” on hand, ;). I’ve been trying to build a three column site and most things have gone swimmingly despite me basically having no idea what I’m doing.

    Among other kinks – the main problem that’s visible with my page right now is that the content has started to pour into the right sidebar now and displace it by pushing it down. After hours of tinkering with what I’m sure is an easy fix, I’m dying to know why this is happening so I can stop it! Here’s the site.

    http://www.jameslanman.com

    I scanned for missing div tags but couldn’t find any… any thoughts?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jamesinagiantpeach

    (@jamesinagiantpeach)

    Thanks for the incredibly fast reply RVoodoo – fair enough – I should probably make sure the code is validated without errors before I post. Let me get back to this thread with the outcome.

    Thread Starter jamesinagiantpeach

    (@jamesinagiantpeach)

    To anyone it may concern – the issue was that my closing div tag </div> for my container was not encapsulating the entirety of the code it needed to. To someone who barely understands code – in essence the fix was simple, if you create a any kind of container such as <div id="container"> then the container controls everything between that opening div and where it closes </div>.

    You probably already know this – and it’s not rocket science, but when getting format displacement it’s a great idea to start with making sure you have closed your divs in the right place. Also, as RVoodoo noted – you really want to validate your code to make sure it runs smoothly in all browsers! This will probably also lead you to the issues that cause layout problems. Thanks RVoodoo and I hope this helps someone with the same problem!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Content Displaces Sidebar’ is closed to new replies.