差分
このページの2つのバージョン間の差分を表示します。
| 次のリビジョン | 前のリビジョン | ||
| study:css [2008/02/03 14:41] – created banana | study:css [2008/03/21 21:39] (現在) – banana | ||
|---|---|---|---|
| 行 3: | 行 3: | ||
| ===== Identifying Your Sections ===== | ===== Identifying Your Sections ===== | ||
| | | ||
| - | 1. leftnavigation | + | - left navigation |
| - | 2. rightnavigation | + | - righ tnavigation |
| - | 3. content | + | - content |
| 서두에서 얘기했듯이 table 포맷대신에 레이어를 사용하도록 한다. | 서두에서 얘기했듯이 table 포맷대신에 레이어를 사용하도록 한다. | ||
| - | | + | <code html> |
| - | 2. <div id=" | + | <div id=" |
| - | 3. <div id=" | + | < |
| + | < | ||
| + | </code> | ||
| ===== Positioning ===== | ===== Positioning ===== | ||
| - | + | 1.left navigation | |
| - | | + | < |
| - | < | + | |
| # | # | ||
| position : absolute; | position : absolute; | ||
| 行 25: | 行 26: | ||
| } | } | ||
| </ | </ | ||
| - | 2.rightnavigation | + | 2.right navigation |
| - | < | + | < |
| # | # | ||
| position : absolute; | position : absolute; | ||
| 行 39: | 行 40: | ||
| </ | </ | ||
| | | ||
| - | < | + | < |
| #content { | #content { | ||
| top : 0px; | top : 0px; | ||
| 行 47: | 行 48: | ||
| } | } | ||
| </ | </ | ||
| + | {{keywords> | ||
| + | |||
| + | |||
| ===== See the sample ===== | ===== See the sample ===== | ||
| + | < | ||
| + | < | ||
| + | <script type=" | ||
| + | function open_win() | ||
| + | { | ||
| + | window.open(" | ||
| + | } | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | <a href="#" | ||
| + | |||
| + | </ | ||
| + | |||
| + | </ | ||
| + | |||
| + | ~~DISCUSSION~~ | ||