"使用者:LiaoWS" 修訂間的差異

出自 淡水維基館
前往: 導覽搜尋
行 1: 行 1:
 
<css>
 
<css>
 
  #card{
 
  #card{
    width:300px;
+
   background:red;
    height:200px;
 
 
 
  }
 
 
 
  #tit{
 
    width:100%;
 
    height:25px;
 
 
 
  }
 
 
 
  #tit h3{
 
      margin:0px;
 
      padding:0px;
 
      width:80px;
 
      background:#ccc;
 
      float:left;
 
      line-height:25px;
 
      text-align:center;
 
      border:2px solid white;
 
      font-size:12px;
 
      color:white;
 
   
 
  }
 
 
 
   #content{ 
 
      width:100%;
 
      height:175px;
 
      background:#888;
 
      color:white;
 
     
 
  }
 
  
  #content div{
+
}
 
 
    display:none;
 
  }
 
 
 
 
</css>
 
</css>
 
<div id="card">
 
<div id="card">
    <div id="tit">
+
   123
        <h3 onmouseover="show(0)" >第一項</h3>
 
        <h3 onmouseover="show(1)">第二項</h3>
 
        <h3 onmouseover="show(2)">第三項</h3>
 
    </div>
 
   
 
    <div id="content">
 
      <div>
 
        內容1    
 
      </div>
 
      <div>
 
        內容2   
 
      </div>
 
      <div>
 
        內容3 
 
      </div>
 
  </div>
 
 
</div>
 
</div>
  

於 2013年10月16日 (三) 22:31 的修訂

 123 


除錯日誌

2013.10.15:Map功能錯誤修正,發生錯誤原因為common.js內js代碼錯誤(錯誤提示:找不到wikiEditor()成員方法),而IE的返回可以執行推測和ActiveX有關。