Jochoi的代碼儲存頁

主沙盒
草稿展示頁
稿子原始碼保存頁


Codes for reference 從別人的文檔裡找出來的代碼

Text shown in hovered boxOriginal text

[[module css]]
.hover {
text-decoration: none;
    border-bottom: none;
    color:black;
}
.hover:hover {
     text-decoration: none;
    border-bottom: none;
    color:#004c00;
}

.hover span {    display: none;}
.hover:hover span {
    position: absolute;
    display: inline;
    margin: 20px 0px;
    height: auto;
    width: auto;
    background: #FFF;
    border: 1px solid #000;
    color: black;
    padding: 0.5em;
}
.hover:hover span span {
    position: relative;
    margin: auto;
    height: auto;
    width: auto;
    border: none;
    padding: 0;
}
[[/module]]
[[span class="hover"]][[span]]Text shown in hovered box[[/span]]Original text[[/span]]
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution 3.0 License