goTOP
December 22, 2014
點擊在新視窗中瀏覽此圖片

line://shop/detail/1009758
12/22現時免費永久貼圖
December 16, 2014
點擊在新視窗中瀏覽此圖片

12/15-12/21為止
免費貼圖已開放下載
line://shop/detail/1002149
自用送禮兩相宜
December 11, 2014
在CSS中指定
<head>
<style type="text/css">

input.example, select {
width: 300px;
}
textarea {
width: 300px;
height: 7em;
}

input:focus, select:focus, textarea:focus {
background-color: #bde9ba;
}

</style>
</head>


在HTML中自動會呈現改變的顏色 (註:<p>無相關)
<form method="post" action="目標URL">

<p><input type="text" name="name" size="40" class="example"></p>

<p><select name="select">
<option value="選擇1">選擇1</option>
<option value="選擇2">選擇2</option>
<option value="選擇3">選擇3</option>
</select></p>

<p><textarea name="msg" cols="40" rows="7"></textarea></p>

<p><input type="submit" value="送信"></p>

</form>


文章來源:
http://www.tagindex.com/stylesheet/form/background_color.html
December 8, 2014
點擊在新視窗中瀏覽此圖片

12/08免費永久圖
line://shop/detail/1009609
December 3, 2014
固定在上方的寫法

<html>
<head>

<style type='text/css'>
#bTop{ position:fixed; top:0px;}
</style>

</head>
<body>

<div id="bTop">
這裡是 bTop !!!
</div>

</body>
</html>

備註:上方會有少了與#bHeader 相同空間。

December 3, 2014
分頁: 62/199 第一頁 上頁 57 58 59 60 61 62 63 64 65 66 下頁 最後頁 [ 顯示模式: 摘要 | 清單 ]