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

出自 淡水維基館
前往: 導覽搜尋
行 1: 行 1:
{{#css:/style/com.css}}
+
<css>
 +
#card{
 +
    width:300px;
 +
    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;
 +
  }
 +
  #content .one{
 +
    display:block;
 +
 
 +
  }
 +
  #tit .titin{
 +
 
 +
        border:2px solid #888;
 +
        background:#888;
 +
       
 +
  }
 +
</css>
 
<div id="card">
 
<div id="card">
 
     <div id="tit">
 
     <div id="tit">

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

第一項

第二項

第三項

        內容1   
        內容2     
        內容3  


除錯日誌

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