目前我使用WordPress的網站。我的邊欄和主要內容區域的高度不一致。如何讓我的側邊欄和主要內容保持一致?示例pageA的內容較長,但邊欄更短,所以未使用的側邊欄區域將填充空白的空白區域。如何讓我的側邊欄和主要內容的高度一致?
以下是我的index.php代碼。
<?php get_header(); ?>
<div id="table">
<div id="mainsidebar">
<?php get_sidebar(); ?>
</div>
<div id="maincontent">
<div valign="top">
<?php wowslider(9); ?>
</div>
<div valign="bottom">
<?php include('main-content.php'); ?>
</div>
</div>
</div>
<?php get_footer(); ?>
</body>
這裏是我上傳的示例圖像鏈接。
感謝。
答案可以在這個帖子中找到: http://stackoverflow.com/questions/10988381/equal-height-divs -two-column/15584074#15584074 – 2013-03-26 06:11:28