Overflow with problems - Open in Draft
by NicosKaralis
HTML
<div>
<div class="full">
abc
</div>
</div>
CSS
html {
margin:0 auto;
padding:0;
overflow-x:hidden;
}
body {
margin: 0 auto;
width: 950px;
}
.full {
background:red;
color:white;
}
.full, .f_right {
margin-right: -3000px !important;
padding-right: 3000px !important;
}
.full, .f_left {
margin-left: -3000px !important;
padding-left: 3000px !important;
}