Home › Forums › CSS › Fixed Width Sidebar in Responsive Design › Re: Fixed Width Sidebar in Responsive Design
January 29, 2013 at 11:25 am
#122733
Member
Why not this: http://jsfiddle.net/UdGXN/ ?
#fixedWidth {
position: absolute;
right: 0;
top: 0;
width: 180px;
}
#theRest {
margin-right: 200px;
}