10+
安裝啟用
—
尚無評分
5357 天前
最後更新
—
問題解決
WordPress 3.2+ v0.2 上架:2011-07-14
內容簡介
輸出一個清除<div>。您可以配置 CSS 類和高度,以及禁用內聯樣式輸出。當您想確保小工具在前一個動態內容的小工具被清除時有用。
只需啟用插件並訪問外觀>小工具即可使用。您可以選擇禁用內聯樣式輸出(如果您的 CSS 已經有清除規則)。您還可以指定清除塊的高度和 CSS 類。如果未指定,則使用默認值:
高度:0
類:‘clear’
示例輸出(默認):
<div class=”clear” style=”clear:both; height:0; visibility: hidden”></div>
外掛標籤
開發者團隊
原文外掛簡介
Outputs a clearing
. You may configure the CSS class and height and disable inline style output. Useful when you want to ensure that a widget clears its predecessor where the predecessor’s contents are dynamic.
Simply activate the plugin and visit Appearance > Widgets to use. You may choose to disable the inline style output (if your CSS already has a clear rule). You may also specify height and the CSS class of the clear block. If not specified, the defaults are used:
Simply activate the plugin and visit Appearance > Widgets to use. You may choose to disable the inline style output (if your CSS already has a clear rule). You may also specify height and the CSS class of the clear block. If not specified, the defaults are used:
Height: 0
Class: ‘clear’
Example output (default):
