<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/debuneko333/">
    <title>debuneko333 @ ウィキ</title>
    <link>http://w.atwiki.jp/debuneko333/</link>
    <atom:link href="https://w.atwiki.jp/debuneko333/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>debuneko333 @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2010-09-27T22:42:12+09:00</dc:date>
    <utime>1285594932</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/debuneko333/pages/26.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/debuneko333/pages/25.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/debuneko333/pages/24.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/debuneko333/pages/21.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/debuneko333/pages/20.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/debuneko333/pages/19.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/debuneko333/pages/18.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/debuneko333/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/debuneko333/pages/16.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/debuneko333/pages/15.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/debuneko333/pages/26.html">
    <title>css分岐</title>
    <link>https://w.atwiki.jp/debuneko333/pages/26.html</link>
    <description>
          </description>
    <dc:date>2010-09-27T22:42:12+09:00</dc:date>
    <utime>1285594932</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/debuneko333/pages/25.html">
    <title>条件付きコメント</title>
    <link>https://w.atwiki.jp/debuneko333/pages/25.html</link>
    <description>
          </description>
    <dc:date>2010-09-27T20:49:34+09:00</dc:date>
    <utime>1285588174</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/debuneko333/pages/24.html">
    <title>selfcheck</title>
    <link>https://w.atwiki.jp/debuneko333/pages/24.html</link>
    <description>
      &lt;?xml version=&quot;1.0&quot; encoding=&quot;EUC-JP&quot;?&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;ja&quot; lang=&quot;ja&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;application/xhtml+xml; charset=EUC-JP&quot; /&gt;
&lt;meta http-equiv=&quot;Content-Script-Type&quot; content=&quot;text/javascript&quot; /&gt;
&lt;meta http-equiv=&quot;Content-Style-Type&quot; content=&quot;text/css&quot; /&gt;
&lt;link rel=&quot;shortcut icon&quot; href=&quot;../img/110sekuhara.ico&quot;&gt;
&lt;title&gt;セルフチェック セクハラ被害者編&lt;/title&gt;
&lt;link rel=&quot;shortcut icon&quot; href=&quot;&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; href=&quot;../css/set.css&quot; title=&quot;style importer&quot; /&gt;




&lt;script type=&quot;text/javascript&quot;&gt;
function Mycnt() {
　var Myobj = document.getElementById(&#039;Mychk&#039;); // id名が &quot;Mychk&quot;内のオブジェクトを Myobj に格納
　var Mytag = Myobj.getElementsByTagName(&#039;input&#039;); // Myobj 内の &quot;input&quot;タグ要素を格納
　var chksuu = 0; //チェックの数のカウンタ
　var Myvalue=&quot;&quot;; //空白の文字列
　　　for (var i = 0; i &lt; Mytag.length    </description>
    <dc:date>2010-09-01T23:34:13+09:00</dc:date>
    <utime>1283351653</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/debuneko333/pages/21.html">
    <title>javascript   チェックボックスの値＆表示　非表示</title>
    <link>https://w.atwiki.jp/debuneko333/pages/21.html</link>
    <description>
      &lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;チェックボックスのチェックの有無とチェックの数を調べます&lt;/TITLE&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--　
function Mycnt() {
　var Myobj = document.getElementById(&quot;Mychk&quot;); // id名が &quot;Mychk&quot;内のオブジェクトを Myobj に格納
　var Mytag = Myobj.getElementsByTagName(&quot;input&quot;); // Myobj 内の &quot;input&quot;タグ要素を格納
　var chksuu = 0; //チェックの数のカウンタ
　var Myvalue=&quot;&quot;; //空白の文字列
　　　for (var i = 0; i &lt; Mytag.length; i ++) { //Mytag.length; チェックボックスの数
　　　　　if (Mytag[i].checked == true) { //checked == trueであればチェック有り
　　　　　　　　Myvalue += Mytag[i].value;//チェックのあるMytag[i] のvalue値の結合
　　　　　　　　chksuu ++; // trueであれば １ずつ加算します
　　　　　　　　　　　}
　　　　　}
　　if (chksuu &gt; 0) { //チェックがある時のメッセージです
　　　　　      msg = &quot;あんたのチェックした数は &quot; + chksuu + &quot;個やで&quot;;
　　　　　　　　　　　　}
　　　　　else { //チェックがない時のメッセージです
　　　　　　　　msg = &quot;あんたのチェックした数は0個やで&quot;;
　　　　　　　　}
　　document.getElementById(&quot;tBox&quot;).innerHTML=msg;    </description>
    <dc:date>2010-08-31T01:24:32+09:00</dc:date>
    <utime>1283185472</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/debuneko333/pages/20.html">
    <title>開閉するQ&amp;A  javascript</title>
    <link>https://w.atwiki.jp/debuneko333/pages/20.html</link>
    <description>
      参考　http://amenti.usamimi.info/treemenu2.html



&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=Shift_JIS&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;import.css&quot; type=&quot;text/css&quot; media=&quot;all&quot; /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
function qa(menu_class,menu_id) {
 var div=document.getElementById(menu_id);
 if (div.style.display == &quot;block&quot;) div.style.display=&quot;none&quot;;
 else {
  var sib=div.parentNode.childNodes;
  for (var i=0; i &lt; sib.length; i++)
   if (sib[i].className == menu_class) sib[i].style.display=&quot;none&quot;;
  div.style.display=&quot;block&quot;;
 }
}
// --&gt;&lt;/script&gt;
&lt;title&gt;test&lt;/title&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;div id=&quot;first&quot;&gt;
&lt;div id=&quot;content&quot;&gt;
		&lt;div id=&quot;qa&quot;&gt;
        &lt;dl class=&quot;first-qa&quot;&gt;

		&lt;dt&gt;&lt;a href=&quot;javascript:qa(&#039;tree&#039;,&#039;menu1&#039;);&quot;&gt;派遣法改正後新しく加わった職種はなんですか？&lt;/a&gt;&lt;/dt&gt;
			&lt;dd class=&quot;tree&quot; id=&quot;menu1&quot;&gt;&lt;p&gt;従来は、OA機器操作、ファイリングなど人材派遣が認められていたのは、&lt;br /&gt;
								26業務だけでしたが2004年３    </description>
    <dc:date>2010-06-29T23:12:48+09:00</dc:date>
    <utime>1277820768</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/debuneko333/pages/19.html">
    <title>透明css</title>
    <link>https://w.atwiki.jp/debuneko333/pages/19.html</link>
    <description>
        filter: alpha(opacity=25);
  -moz-opacity:0.25;
  opacity:0.25;

IE
    alpha(opacity=透明度);
    100が100％となる。25％の場合は、25

Firefox・Netscape
    -moz-opacity:.透明度;
    1.0が100％となる。25％の場合は、.25

Opera・Safari
    opacity:透明度;
    1.0が100％となる。25％の場合は、.25

CSS3.0からは、opacity:透明度;の設定ですべてのブラウザで表示可能となるようです。    </description>
    <dc:date>2010-02-05T22:34:17+09:00</dc:date>
    <utime>1265376857</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/debuneko333/pages/18.html">
    <title>親ボックスに高さをつける（floatでぺちゃんこ）</title>
    <link>https://w.atwiki.jp/debuneko333/pages/18.html</link>
    <description>
      #parentBox＝高さを出したいボックス


/* start: clearfix ------------------------------ */
#parentBox:after {
content:&quot;.&quot;;
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#parentBox { display:inline-table; }

/* Hides from Mac IE \*/
* html #parentBox { height:1px; }
#parentBox { display:block; }
/* */
/* end: clearfix ------------------------------ */    </description>
    <dc:date>2009-12-28T13:40:02+09:00</dc:date>
    <utime>1261975202</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/debuneko333/pages/17.html">
    <title>footer_css02</title>
    <link>https://w.atwiki.jp/debuneko333/pages/17.html</link>
    <description>
         1. html, body {  
   2.     height: 100%;               /* ① */  
   3.     margin: 0;  
   4.     padding: 0;  
   5.     text-align: center;  
   6. }  
   7. #container {  
   8.     min-height: 100%;           /* ② */  
   9.     height: auto !important;    /* ③ */  
  10.     height: 100%;               /* ④ */  
  11.     position: relative;  
  12. }  
  13. #screen {  
  14.     width: 500px;  
  15.     margin: 0 auto;  
  16.     text-align: left;  
  17.     padding-bottom: 100px;  
  18. }  
  19. #header {  
  20.     height: 50px;  
  21. }  
  22. #menu {  
  23.     height: 30px;  
  24. }  
  25. #footer {  
  26.     height: 100px;  
  27.     width: 500px;               /* ⑤ */  
  28.     position: absolute;         /* ⑥ */  
  29.     bottom: 0;                  /* ⑦ */  
  30. }      </description>
    <dc:date>2009-12-27T22:35:37+09:00</dc:date>
    <utime>1261920937</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/debuneko333/pages/16.html">
    <title>footer_css</title>
    <link>https://w.atwiki.jp/debuneko333/pages/16.html</link>
    <description>
      html, body, #contena {
height: 100%;
}

body &gt; #contena {
height: auto;
min-height: 100%;
}

/* CLEAR FIX*/
.clearfix:after {content: &quot;.&quot;;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#footer{
	font-weight:bold;
	clear: both;
	position: relative;
	margin-top: -10px; /* negative value of footer height */
	height: 10px

}    </description>
    <dc:date>2009-12-26T20:04:38+09:00</dc:date>
    <utime>1261825478</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/debuneko333/pages/15.html">
    <title>index</title>
    <link>https://w.atwiki.jp/debuneko333/pages/15.html</link>
    <description>
      
&lt;p&gt;&amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&amp;gt;&lt;br /&gt;
&amp;lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&amp;gt;&amp;lt;!-- InstanceBegin
template=&quot;/Templates/temp.dwt&quot; codeOutsideHTMLIsLocked=&quot;false&quot; --&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=shift-JIS&quot;
/&amp;gt;&lt;br /&gt;
&amp;lt;link type=&quot;text/css&quot; rel=&quot;stylesheet&quot;  href=&quot;common/common.css&quot; /&amp;gt;&lt;br /&gt;
&amp;lt;!-- InstanceBeginEditable name=&quot;doctitle&quot; --&amp;gt;&lt;br /&gt;
&amp;lt;link type=&quot;text/css&quot; rel=&quot;stylesheet&quot; href=&quot;common/company.css&quot; /&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;[光コミュニケーションズ株式会社]&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;!-- InstanceEndEditable --&amp;gt;&lt;br /&gt;
&amp;lt;!-- InstanceParam name=&quot;category&quot; type=&quot;text&quot; value=&quot;company&quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;div id=&quot;wrapper&quot;&amp;gt;&lt;br /&gt;
&amp;lt;div id=&quot;header&quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;&amp;lt;a href=&quot;index.html&quot;&amp;gt;光コミュニケーションズ株式会社&amp;lt;/a&amp;gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;ul id=&quot;topmenu&quot;&amp;gt;&lt;br /&gt;
&amp;lt;    </description>
    <dc:date>2009-12-17T10:34:34+09:00</dc:date>
    <utime>1261013674</utime>
  </item>
  </rdf:RDF>
