template 修改手記 2D Layer fix.

template 修改手記 2D Layer fix.

{#th_099_.gif}
{#th_036_omg.gif}

首先要解決 CSS 樣式表的問題.
以為全文以 position : absolute 時內文需要有 min-height .
增加以下 CSS

[css]

<style>

.post_content{
position:relative;
min-height:300px;
height:auto !important;
>height:300px;
>overflow:visible;
}

</style>

[/css]
搜尋 template 中的 index.php

<?php the_content(”); ?>

修改為
[php]

<div class="post_content"><?php the_content(”); ?></div>

[/php]

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *

*

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料