design - CSS make set minimum page height/width -
I never try to see the scrollbar in the page layout, for some reason, and rearrange the content . Is there a way to lock a fixed width and height for the entire page, so that the scrollbar shows when the window is scaled?
Page:
Specifically, if you
Itemprop = "text">
If you want to make the layout more "fluid," especially slogan in the header, then .top_text
.top_text {float: right; Font-family: "Lucida Grande", Verdana, Ariel, Non-Serif; Font size: 60px; Margin-right: 20px; Padding-top: 24px; }
You will still need to set a minimum width for the page because IE 6 minimum-width
does not support property, I often do this I get it by placing an empty div on the top of any container with the desired minimum width, otherwise I can start the min-width
.
Comments
Post a Comment