I have a problem with my site. When I resize the window everything stays still and doesn’t move, the window just crosses over everything.
Here are the images to epxlain it a bit better.. hopefully.
This is the site in normal window – http://imageshack.us/photo/my-images/407/problem2a.jpg/
and when resized – http://imageshack.us/photo/my-images/696/problemim.jpg/
Can anyone tell me what the problem is? I would like my layout to work like this website – http://www.thisoldbear.com/
Next time, please add your HTML and CSS code to your question as it makes everything so much easier and you’ll get more accurate answers.
By looking at your pics I get the feeling that you’ve added left side padding/margin (150px something?) to try and center your content, when you really should have added this to your container DIV(s)
This will center the content and keep it centered when you resize the window
Update
HTML
CSS