2007-06-29 01:26 顯示你BLOG訪客來源地點地圖以及訪問數目的工具
2007-06-26 21:50 有關背景換圖
背景換圖法 ── 純粹 embeding css 寫法
<style>
.s1{
/*background: url(Arrow.gif) repeat-x /*←指定背景圖檔(在此為"ani.gif")*/
/*bottom; /*←重複方向與位置*/
background: url(onload.gif) 1px 3px no-repeat; /*←指定載入圖檔*/
padding-left: 4px; /*←設定文字與圖檔的左間距*/
padding-right: 4px; /*←設定文字與圖檔的右間距*/
padding-bottom: 6px; /*←設定文字與圖檔的下方間距*/
color: #cccccc; /*←文字色彩*/
text-decoration: none; /*←設定為無底線*/
}
.s1:hover {
background: url(hover.gif) no-repeat; /*←指定換用圖檔*/
color: #669900; /*←文字色彩*/
}
2007-06-26 21:43 該如何隱藏Xuite日誌LOGO呢?




























































