Hey guys check this page. This page has fluid layout now. I applied width:100%; min-width:800px and max-wdth:1280px. Now if the user resize/shrink the page i want both vertical and horizontal scroll bar. I applied overflow:scroll; but its not working. Is there any javascript available there to enable this feature? Thanks
Share
How do you expect scrollbars, if you have an
overflow: hidden;on the body-tag? If I delete this, both scrollbars appear.