- Why does the padding of one element affect the margin of another?
- <header>
- <div id="notifications" class="left">notifications</div>
- <div class="right">
- <a href="account.aspx" id="userinfo"><span class="dropdown">▾</span> username</a>
- </div>
- <div style="clear: both;"></div>
- </header>