normadize
-
Fixed Width Sidebar in Responsive Design
Why not this: http://jsfiddle.net/UdGXN/ ? #fixedWidth { position: absolute; right: 0; top: 0; width: 180px; } #theRest { margin-right: 200px; }
Why not this: http://jsfiddle.net/UdGXN/ ? #fixedWidth { position: absolute; right: 0; top: 0; width: 180px; } #theRest { margin-right: 200px; }