使用者: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;
}
}}
除錯日誌
2013.10.15:Map功能錯誤修正,發生錯誤原因為common.js內js代碼錯誤(錯誤提示:找不到wikiEditor()成員方法),而IE的返回可以執行推測和ActiveX有關。