i have a fixed header with 100% width.
#header { background: #2e2e2e; width: 100%; z-index: 999; position: fixed; }
browsers scrollbar is u
This can be solved using 2 ways as below:
1.First caculate the scrollbarWidth=el.offsetWidth - el.clientWidth
scrollbarWidth=el.offsetWidth - el.clientWidth
2.Set fixed div left=scrollbarWidth
div left=scrollbarWidth