jalmod Posted July 14, 2012 Report Share Posted July 14, 2012 i really want to know what the object of the max-height , min-height , max-width and min-width.min-width does not make anything as i see ????but min-height works good.i see that min-width will print text as you type with the same format in html document i.e. spaces and line braketsplease someone tell me what the desire of this declarations.thanks a lot Link to comment Share on other sites More sharing options...
eTianbun Posted July 15, 2012 Report Share Posted July 15, 2012 Min-width: defines the minimum width of an element. When this is set, even when you minimise your web browser, the object will not be smaller than that. 1 Link to comment Share on other sites More sharing options...
Krewe Posted July 18, 2012 Report Share Posted July 18, 2012 Do this test just to see it in action.Make a div with a WIDTH of 100% and a MIN-WIDTH of 900px. Then make your browser window smaller and you'll see the div stops shrinking when it reaches 900px wide. Link to comment Share on other sites More sharing options...
buitrongkhiem Posted August 1, 2012 Report Share Posted August 1, 2012 (edited) Min-width: defines the minimum width of an element. When this is set, even when you minimise your web browser, the object will not be smaller than that. Yes, i think so!it work all of browsers Edited August 1, 2012 by MR.Khiem Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now