Changing Container Height -


i going through minor issues here. using standard container height , css code pages. pages there enough content fill , content may take 10-20% of page. idea pages use different min-height? below code:

#wrapper {    background-color: #999999;    margin:0 auto;     min-height: 600px;    width:770px;    font-family: "lucida grande", verdana, "lucida sans unicode", arial, helvetica,     sans-serif;    font-size:15px;    color: #222222;    margin-left:60px;    margin-bottom:60px; } 

it might better declare lesser min-height in separate class.

then, <div id="wrapper" class="smallercontent">.

#wrapper.smallercontent {     min-height: 300px } 

Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -