转到此链接并单击子标题中显示“2条评论”的位置:http://themeforward.com/demo2/2011/01/17/lobortis-tellus-diam/
When the link that brings the user to the comments is clicked it doesn\'t just scroll users down the page, it brings them to what APPEARS TO BE a separate page (even though it isn\'t a separate page). This is caused by the extreme margin/padding I am using in #sidebar and #post_content which I am using for equal height columns... http://www.positioniseverything.net/articles/onetruelayout/equalheight Any fixes for this (while still using the equal height columns css)?
CSS: #container {
overflow:hidden;
margin:35px auto
}
#sidebar {
width: 410px;
display:block;
padding-bottom: 32767px;
margin-bottom: -32767px;
float:right
}
#post_content {
display:block;
padding-right:25px;
padding-bottom: 32767px;
margin-bottom: -32767px;
margin-right:25px;
border-right:1px solid #EEE;
float:left;
width: 660px
}
#commentlist {
list-style:none;
width:100%
}
链接:<a href="#commentlist"><?php comments_number( \'No comments\', \'One comment\', \'% comments\' ); ?></a>