0
Is it possible to make a layout with flexible lagura content and a fixed-size sidebar? Example
<body>
<header></header>
<article></article>
<aside></aside>
</body>
I want to leave body with width of 100%, aside always with 300px and article should assume the difference regardless of the size/resolution of who is accessing. And preferably only with css, no javascript.
Ps. relevant case, I am considering this example, but wanted to leave the slider fixed size http://wpmidia.com.br/desenvolvimento-web/design-responsivo-em-3-passos/
Thanks for your attention