I have a Div which contains a header and a navigation menu(horizontal) . When the user resizes the page the menu gets distorted and the links mov out of the div. How to limit this such that the menu will remain intact on page resize
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Fix the size for your div using CSS. If your div has a size assigned in pixel or em, the size of the screen won’t matter. Scroll bars will be added by the browser, and your content will not get distorted.