I want a div, which acts as a separator. It should have a hundred percent width. However, it doesn't align with the border of the browser.
What is wrong? I tested it with the latest firefox and chrome:
<div style="background-color: black;height:4px;display:block;"></div>
<div><p>Content</p></div>
<div style="height:20px;"></div>
I also tested the CSS-style "border" instead of background-color, but it has the same result.