Ads by Google新しい記事を書く事で広告が消せます。 |
|
|
2006/09/01 の記事
|
|
bizarre_columnをプラグイン対応にする
bizarre_columnと3color_columnでプラグインを表示させるようにするカスタマイズ方法を紹介します。
ただし! 新しく加えるプラグインはプラグインカテゴリ3に設定してください。 ではまずHTMLの修正から。 HTML部分を見ると以下のような部分があると思います。 <h2 class="search">SEARCH</h2> <form class="search" method="get" action="./"> <p> <input id="search-text" type="text" name="q" size="20" value=""> <input id="submit" type="submit" value="検索"> </p> </form> ↑この部分の直下に <div class="plugin"> <!--plugin--> <!--plugin_third--> <h2 style="text-align:<%plugin_third_talign>"><%plugin_third_title></h3> <p style="text-align:<%plugin_third_ialign>"> <%plugin_third_description> </p> <%plugin_third_content> <p style="text-align:<%plugin_third_ialign>"> <%plugin_third_description2> </p> <!--/plugin_third--> <!--/plugin--> </div> を足してやってください。 これでHTMLの修正は完了です。 次にCSSの部分 form.search { margin-bottom: 60%; background-color: tranmsparent; } ↑この部分だけを消去し そこに div.plugin { margin-top: 12px; margin-bottom: 60%; background-color: tranmsparent; } を書き加えてやってください。 以上でCSSの修正も終了です。 その後、加えたいプラグインをプラグインカテゴリ3に設定しダウンロードするとブログに表示されるようになると思います。 |
|
FF3 友達認証« | HOME | »FF3 お友達コード公開中
コメント
コメントの投稿
- アダルトサイト、不審なサイト、およびそれに順ずるようなサイトへのリンクを張ったコメントは内容如何に関わらず即刻削除の対象とします。
トラックバック
- 無関係な記事へのトラックバックは遠慮願います。また、キーワードが同じでも記事内容に関連がない場合もご遠慮ください。
http://ff12expo.blog6.fc2.com/tb.php/1752-89e67b68










