2014年12月22日 星期一
2014年12月6日 星期六
CSS margin 定義與用法
margin 簡寫屬性在一個聲明中設置所有外邊距屬性。該屬性可以有 1 到 4 個值。
說明
這個簡寫屬性設置一個元素所有外邊距的寬度,或者設置各邊上外邊距的寬度。
塊級元素的垂直相鄰外邊距會合併,而行內元素實際上不佔上下外邊距。行內元素的的左右外邊距不會合併。同樣地,浮動元素的外邊距也不會合併。允許指定負的外邊距值,不過使用時要小心。
註釋:允許使用負值。
例子 1
margin:10px 5px 15px 20px;
- 上外邊距是 10px
- 右外邊距是 5px
- 下外邊距是 15px
- 左外邊距是 20px
例子 2
margin:10px 5px 15px;
- 上外邊距是 10px
- 右外邊距和左外邊距是 5px
- 下外邊距是 15px
例子 3
margin:10px 5px;
- 上外邊距和下外邊距是 10px
- 右外邊距和左外邊距是 5px
例子 4
margin:10px;
- 所有 4 個外邊距都是 10px
How to Add an Ad Above the Who's Online Box on vBulletin?
Instructions
- 1Log in to your vBulletin Internet forum with your administrative user name and password. Click the arrow next to "Styles & Templates" and select "Style Manager" from the drop-down menu.
- 2Choose "Edit Templates" from the drop-down box next to the forum style you want to edit. Locate and double-click "Ad Location Templates" in the list to the left. Locate and double-click "ad_board_after_forums."
- 3Add the following code into the large text field under "Template":<!-- add this part here --><tr><td class="tcat" height=100><center><!-- insert ad code here --></center></td></tr><!-- end additional code -->Substitute "<!-- insert ad code here -->" for the coding used for your banner ad. When finished, click "Save and Reload."
- 1
訂閱:
文章
(
Atom
)