I\'m trying to \"flank\" a centered div with some design elements that are absolutely positioned outside the main div\'s width. I\'m getting a scroll bar due to the element
Wrap all the elements in a div, make that div position relative and overflow hidden. It solves this problem every time. :D