March 20, 200917 yr When my webpage is minimized the text and menu all narrow so it is all on top of each other. For example if my text would normally read: "Hello, how are you today." When minimized it reads: Hello, how are you today. How can ensure that the visitor can scroll vertically when they minimize the page, instead of reading it like this. Thanks!
March 20, 200917 yr Are you using tables? When my webpage is minimized the text and menu all narrow so it is all on top of each other. For example if my text would normally read: "Hello, how are you today." When minimized it reads: Hello, how are you today. How can ensure that the visitor can scroll vertically when they minimize the page, instead of reading it like this. Thanks!
March 20, 200917 yr When my webpage is minimized the text and menu all narrow so it is all on top of each other. For example if my text would normally read: "Hello, how are you today." When minimized it reads: Hello, how are you today. How can ensure that the visitor can scroll vertically when they minimize the page, instead of reading it like this. Thanks! Put: <p>Hello, how</p> <p>are you </p> <p>today.</p>
March 20, 200917 yr By minimized do you mean the width? If so set a min-width to div holding the text.
March 22, 200917 yr body { min-width: 760px; } I believe this doesnt work in earlyer versions of IE though
Create an account or sign in to comment