20091028網頁製作資源整合

  • 網頁加入音樂
<embed src="http://音樂網址" width="230" height="60" autostart="0" loop="1" type="video/x-ms-asf"></embed>
CSS相關資料
  • CSS 文字大小 em 和 px 的單位
HTML 中預設的文字大小是 16 像素,在 CSS 語法中 1em 指的是文字大小以一個大寫的 M 字為標準的大小,和HTML 中預設的文字大小是 16 像素是相同的,因此 1em 也可以說是 CSS 語法中的預設的文字大小。在 CSS 語法中 可以直接對文字指定為 em 大小,也可以用像素 px 來指定大小,其中不同的地方是在 IE 瀏覽器中當我們使用像素 px 時,瀏覽者無法透過 IE 瀏覽器自行改變文字的大小,em 是可以被 IE 瀏覽者改變的。

  • 加入即時新聞

<iframe src="http://news.chinatimes.com/2009Cti/index/inc/2009Cti-Index-inc-03-Channel-Rtn/0,5062,230,00.shtml" allowtransparency="true" frameborder="0" scrolling="no" width=400 height=20 ></iframe>     <iframe src="http://www.ettoday.com/common/ticker.htm" align="center" width=400 height=20 marginwidth=0 marginheight=0 scrolling=no frameborder=0 bgcolor="" style="background-color:"""></iframe>

  • Google 線上翻譯工具
http://translate.google.com/translate_tools?hl=zh-TW&layout=1&eotf=1&sl=en&tl=zh-TW

  • google 自訂搜尋
http://www.google.com/cse/

  • google form tools
http://sneakysheep.com/google-docs-form-tool.php


Comments