Div with width 100% and margins or padding gets wider than 100% [solved]
If a div is set to width (or height) 100% and margins or padding are added, it will be wider than 100% causing the scrollbars to appear in the browser. For example like this (click here to view live sample): <html> <head> <style type="text/css"> body, html { width: 100%; […]
