Forums

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

Home Forums CSS Aligning items in CSS Re: Aligning items in CSS

#127857
CMonique
Member

Like this?

#slider {
float:left;
}

#sidebar-top {
float:right;
width:400px;
text-align:center;
}

#slider {
border:15px solid #000000;
width:550px;
height:300px;
margin:10px;
box-shadow:0 7px 10px 0 #444444;
}