ここの情報は古いです。ご理解頂いた上でお取り扱いください。
- Timestamp:
-
Mar 15, 2008, 4:12:24 PM (13 years ago)
- Author:
-
ogawa
- Comment:
-
マークアップ例を変更
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
5 | 5 | [[Image(source:OpenPNE/branches/prj/xhtmlcss/parts/capture/28.png)]] |
6 | 6 | |
7 | | == ソース == |
8 | | |
9 | | === html === |
| 7 | == マークアップ例 == |
10 | 8 | {{{ |
11 | 9 | <div class="parts homeNineTable"> |
… |
… |
|
50 | 48 | </div> |
51 | 49 | </div> |
52 | | <!-- #1909 ここまで【28. homeNineTable(ホーム9面テーブル)】end--> |
53 | | <!--start #1909 ここから【28. homeNineTable(ホーム9面テーブル)】--> |
| 50 | }}} |
| 51 | |
| 52 | {{{ |
54 | 53 | <div class="parts homeNineTable"> |
55 | 54 | <div class="partsHeading"><h3>コミュニティリスト</h3></div> |
… |
… |
|
84 | 83 | }}} |
85 | 84 | |
86 | | === template === |
87 | | |
88 | | === CSS === |
89 | | {{{ |
90 | | /*============================================================================== |
91 | | * 28. homeNineTable(ホーム9面テーブル) |
92 | | *----------------------------------------------------------------------------*/ |
93 | | .homeNineTable td { |
94 | | vertical-align: top; |
95 | | } |
96 | | .homeNineTable p { |
97 | | text-align: center; |
98 | | } |
99 | | .homeNineTable p.photo { |
100 | | height: 76px; |
101 | | padding: 2px 0; |
102 | | border-bottom: 1px solid #cccccc; |
103 | | } |
104 | | .homeNineTable p.text { |
105 | | overflow: hidden; |
106 | | margin: 2px; |
107 | | } |
108 | | }}} |
109 | | |
110 | 85 | == 関連情報 == |
111 | 86 | * チケット:#1909 |