I must slice a website which needs to be full-width and full-height (no scroll).
Its structure is very easy : the body has a 20px border (inside) a sidebar and a content, where will be a horizontal slider ( see image below ). 
My problem is, what do you recommend to me for setting sidebar width ?
Would you recommend to me to use fixed width for sidebar and jquery for calculate the width of the content or is better to use width for sidebar and also for content in percents ?
If there is a better way let me know.
Note : I develop it in SCSS(CSS3) and HTML5 and it also should be compatible with talbets
You could use a
%widthfor your sidebar, but also providemin-widthandmax-widthvalues. Something like this.Code for the demo
Relevant HTML:
Relevant CSS: