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
Post a Comment