►►►發文者:言叶

其實我剛開始接觸板界時,對語法真的一竅不通,研究了很久才稍微會一些

有些語法能改的不只有標注的部分

只要改了不會有問題的我都很推薦各位自己研究一番哦

 

標題圖

<img src="圖片網址" border="0"></a>
背景置中
<STYLE>
body{ background-image: url(圖片網址); background-repeat: no-repeat;
background-attachment: fixed; background-position: 50% 50% }</STYLE>
板面位置
<style type="text/css">
body { margin-top: 0px; margin-left: 0px;
margin-right: 500px; margin-bottom: 0px }
</style>

游標

<style type="text/css">
body {cursor:url(游標網址)}
</style>">

跑馬燈
<TABLE style="border:1 dotted 色碼">
<TD bgcolor="色碼"></TD><TD bgcolor="色碼"></TD>
<TD width="350" align=center> <marquee direction=left scrollamount=4 width=200>
文字
</marquee></TD>
<TD bgcolor="色碼"></TD><TD bgcolor="色碼"></TD>
</TABLE>
複製框
<INPUT onMouseOver="this.focus()" onFocus="select()" NAME="n" SIZE="30" style="color: 色碼; FONT-SIZE: 8pt; font-family:verdana;border:1 solid #ffffff)" VALUE="內容">
自動填單
<font onclick="document.i_form.comment.value='單子:請假單\n稱呼:\n請假日期:??/?? ~ ??/??\n想說啥:\n(((請使用悄悄話)))'">請假單</font>
選單
<div align="center">
<a href="JavaScript:ShowSubMenu(1)">標題1</a>˙
<a href="JavaScript:ShowSubMenu(2)">標題2</a>˙
<a href="JavaScript:ShowSubMenu(3)">標題3</a>˙
<a href="JavaScript:ShowSubMenu(4)">標題4</a>˙
<a href="JavaScript:ShowSubMenu(5)">標題5</a>˙
<a href="JavaScript:ShowSubMenu(6)">標題6</a>˙
<a href="JavaScript:ShowSubMenu(7)">標題7</a>˙
<a href="JavaScript:ShowSubMenu(8)">標題8</a>˙
<a href="JavaScript:ShowSubMenu(9)">標題9</a>
<div id="SubMenu1" class="SubMenu" style="display:none">文字1</div>
<div id="SubMenu2" class="SubMenu" style="display:none">文字2</div>
<div id="SubMenu3" class="SubMenu" style="display:none">文字3</div>
<div id="SubMenu4" class="SubMenu" style="display:none">文字4</div>
<div id="SubMenu5" class="SubMenu" style="display:none">文字5</div>
<div id="SubMenu6" class="SubMenu" style="display:none">文字6</div>
<div id="SubMenu7" class="SubMenu" style="display:none">文字7</div>
<div id="SubMenu8" class="SubMenu" style="display:none">文字8</div>
<div id="SubMenu9" class="SubMenu" style="display:none">文字9</div>
<br>
<script language="JavaScript">
var currentMenu = 1;
function ShowSubMenu(id) {
if (document.all["SubMenu" + id].style.display == "")
{
document.all["SubMenu" + id].style.display = "none";
currentMenu = 0;
}
else
{
if (currentMenu != 0) {document.all["SubMenu" + currentMenu].style.display = "none";}
document.all["SubMenu" + id].style.display = "";
currentMenu = id;
}
}
</script>

 

 

如果有什麼問題可以提出來哦OwO/

 

 

arrow
arrow
    文章標籤
    CSS語法 晉級留言板
    全站熱搜

    楓伊Fong Yi 發表在 痞客邦 留言(10) 人氣()