Writing /volume1/Web/Public/dokuwiki/data/log/deprecated/2024-11-15.log failed

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
study:css [2008/02/03 14:41] – created bananastudy: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 포맷대신에 레이어를 사용하도록 한다.
-   1. <div id="leftnavigation"></div> +<code html> 
-   2. <div id="rightnavigation"></div> +   <div id="leftnavigation"></div> 
-   3. <div id="content"></div>+   <div id="rightnavigation"></div> 
 +   <div id="content"></div
 +</code>
  
 ===== Positioning ===== ===== Positioning =====
- +1.left navigation 
-  1. leftnavigation +<code css>
-<code>+
 #leftnavigation { #leftnavigation {
   position : absolute;   position : absolute;
行 25: 行 26:
 } }
 </code> </code>
- 2.rightnavigation + 2.right navigation 
-<code>+<code css>
 #rightnavigation { #rightnavigation {
   position : absolute;   position : absolute;
行 39: 行 40:
 </code> </code>
  3.content  3.content
-<code>+<code css>
 #content { #content {
   top : 0px;   top : 0px;
行 47: 行 48:
 } }
 </code> </code>
 +{{keywords>stylesheet without frame positioning}}
 +
 +
 ===== See the sample ===== ===== See the sample =====
  
  
 +<html>
 +<head>
 +<script type="text/javascript">
 +function open_win()
 +{
 +window.open("./test/css/frame_without_layer.html","_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes");
 +}
 +</script>
 +</head>
 +
 +<body>
 +<a href="#" onclick="open_win()" style="text-decoration:underline;color:#900B09">frame whitout frame using layer</a>
 +
 +</body>
 +
 +</html>
 +
 +~~DISCUSSION~~

QR Code
QR Code study:css (generated for current page)