網站如何做出樹狀結構的效果? - 範例原始碼
Posted in HTML on 六月 13th, 2007 No Comments »
你看! 網站要做樹狀結構的效果可以到下面網站
http://www.geocities.com/marcelino_martins/ftv2instructions.html
在那邊可以下載範例的原始碼,而且適用大部分的瀏覽器喔
真的不用重新打造...
Posted in HTML on 六月 13th, 2007 No Comments »
你看! 網站要做樹狀結構的效果可以到下面網站
http://www.geocities.com/marcelino_martins/ftv2instructions.html
在那邊可以下載範例的原始碼,而且適用大部分的瀏覽器喔
真的不用重新打造...
Posted in HTML on 四月 11th, 2007 No Comments »
<center><embed width="800" height="600" src="./2-1.swf" play="true" loop="false" quality="high"> </embed></center>
重要的參數:
src=' ' ← flash 檔案位置
width=' ' ← 寬度
height=' ' ← 高...
Posted in HTML on 三月 16th, 2007 No Comments »
有網大專班的同學反應這個問題, 我就google一下, 一下子就找到程式碼了, 範例如下:
<html>
<script language="javascript">
function default_input(docform)
{
docform.id.focus();
}
Read Full Post »
Posted in HTML on 二月 12th, 2007 No Comments »
iframe 語法可以插入其他網頁內容, 但請注意智慧財產權喔....
scrolling : 有無拉軸
frameborder: 外框的寬度
width: 寛度
height: 高度
<iframe src='http://blog.yam.com/smallken' scrolling='n...
Posted in HTML on 二月 12th, 2007 No Comments »
今天試出來了一個語法, 可以適用 firefox 跟 IE 瀏覽器的語法, 趕快記下來, 這個版本有狀態列喔.
<embed src='影片位址' EnableContextMenu='1' width='400' height='350' autostart='0' Loop='0' Showstatusbar='1' Sh...