Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Floating Divs Outside of A Container that is 980px Re: Floating Divs Outside of A Container that is 980px

#132399

@Merri for some reason that removed it

.sidebar {
position: fixed;
margin-top: 165px;
width: 10%;
padding: 5px;
border: 1px solid #000;
}
.sidebar .left {
background: url(‘../image/Custom3.png’) no-repeat top center;
margin-top: 165px;
left: 12.9%;
height: 600px;
border: none;
}
.sidebar .right {
background: url(‘../image/Custom3.png’) no-repeat top center;
margin-top: 165px;
left: 76.5%;
height: 600px;
margin-right: 10px;
border: none;
}