歡迎光臨, 訪客. 請先 登入註冊一個帳號.
四月 06, 2025, 11:56:04 上午
19595 文章 在 3865 主題 由 4579 會員
最新註冊會員: aa123aa1
  列出文章
頁: [1]
1  開發 / 模版設計 / 字..顏色 於: 八月 02, 2005, 10:47:08 上午
還有我想加一個時鐘在login旁邊,可以怎做??希望可以幫忙幫忙




<p align="center"><font size="3" color="#B30000"><b><script language="JavaScript">
<!--
document.write("<span id='clock'></span>");
var now,hours,minutes,seconds,timeValue;
function showtime(){
now = new Date();
hours = now.getHours();
minutes = now.getMinutes();
seconds = now.getSeconds();
timeValue = (hours >= 12) ? "p.m. " : "a.m. ";
timeValue += ((hours > 12) ? hours - 12 : hours) + " H";
timeValue += ((minutes < 10) ? " 0" : " ") + minutes + " M";
timeValue += ((seconds < 10) ? " 0" : " ") + seconds + " S";
clock.innerHTML = timeValue;
setTimeout("showtime()",100);
}
showtime();
//-->
</script>
</b></font></p>[/url]
2  開發 / 模版設計 / 字..顏色 於: 八月 02, 2005, 08:03:02 上午
我知道css了.........全部字體,size我也懂!!........只是Most Active Blogs,Most Active Blogs,Newest Blogs等裹面link去其他blog的字體找不出來改?是不是不在summary.css??
3  開發 / 模版設計 / 字..顏色 於: 八月 01, 2005, 04:35:01 下午
summary頁....Most Active Blogs,Most Active Blogs,Newest Blogs裹面的title字體顏色是藍色,在那裡可以改??找也找不到..........
頁: [1]