Forums

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

Home Forums CSS Fixed Width Sidebar in Responsive Design Re: Fixed Width Sidebar in Responsive Design

#122733
normadize
Member

Why not this: http://jsfiddle.net/UdGXN/ ?

#fixedWidth {
position: absolute;
right: 0;
top: 0;
width: 180px;
}
#theRest {
margin-right: 200px;
}