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
Post a Comment