margins - CSS Issue with the footerwrapper -


i can't figure out why unable footer wrapper , elements inside center rest of page. i'm using code , not working:

#footer-wrapper{ margin:0 auto; }

if has minute , can take look, appreciate it. http://skeeterz71.com/auto/

thanks

when you're aligning content margin: 0 auto; need set-width because divs automatically 100% means width of window means there's no space center.

also, it's better wrapper within parent.

see this: http://jsfiddle.net/cranavvo/zkmd5/


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -