使用者:LiaoWS

出自 淡水維基館
於 2013年10月16日 (三) 22:15 由 LiaoWS (對話 | 貢獻) 所做的修訂

前往: 導覽搜尋

{{#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;
       
  }

}}

第一項

第二項

第三項

        內容1   
        內容2     
        內容3  


除錯日誌

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