Okay, this is driving me nuts…I have this site where there is horizontal scrolling …trying to use firebug and I can’t find why it is scrolling sideways…I confirmed in both FF and IE. Any chance I can get another set of eyes on this please and tell me what the deal is please?
Okay, this is driving me nuts…I have this site where there is horizontal scrolling
Share
Your footer div has
width:100%andpadding:6px;which is forcing to have horizontal scroll.If you remove padding then the scrolling should go away.