After several searches on the web, I can't find the solution for my needs. So maybe any of you can helpmeto find the good way to do it.
Pretty much, I would like to use Bootstrap to make a template structure similar to this one: http://themes.mediacreed.com/html/synergy/#portfolio.html
- 2 main parts : navigation and content wrapper
- the navigation need to be "affixed" on the left as a sidebar, and his width need to be fixed
- the content wrapper need to be adapted to the size of the window.
Do you think that Bootstrap can do it? Cheers
OK, after more search on the web, I've found this solution:
HTML
CSS
This code is inspired from http://jsfiddle.net/whoiskb/GqXdM/light/ (but I've just keep the essential)
Hope it can help