vindesigns Posted September 8, 2011 Share Posted September 8, 2011 Hi all, I wonder if you guys can help me. The file attached below contains one page (index.html) which when the browser is made smaller horizontally it pushes the content area (text and jQuery tabbed component) underneath the side navigation bar. Does anyone have any ideas on how to solve this issue? Thanks [attachment deleted by admin] Quote Link to comment Share on other sites More sharing options...
Frank P Posted September 8, 2011 Share Posted September 8, 2011 You gave the container a max-width of 1000px and a min-width of 700px. Just change the two into a (fixed) width of 980px. That way you're sure that also with a not fully maximized window there still will not appear a horizontal scrollbars on a 1024 screen. Quote Link to comment Share on other sites More sharing options...
vindesigns Posted September 8, 2011 Author Share Posted September 8, 2011 Hi Frank, Thank you very much, that works great! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.