User:Wini:Homepage

From TestingMediawiki
Revision as of 21:03, 4 April 2005 by Wini (talk | contribs) (→‎CSS)
Jump to navigation Jump to search

Title

這裡是在記錄一些我在用純文字編輯器寫網頁時的一些小秘訣和心得用的地方。

Main

分為 HTML 和 CSS 兩大主題。

HTML

  • 以 id 代替 name 的好處在於,可以套用在絕大多數的標籤 tag 中。
  • 利用空字元的 a 元件來當定錨點的好處,在於跳躍過去後按 tab 的方便性。
  • 要讓人寄信給你時,信箱位址的值是 mailto ,而信件標題的值則是 subject 。例:
    <a href="mailto:test@test.com?subject=test">test</a>
  • 要設計一個超連結,讓 Firefox 或 Mozilla Suite 加入你的站台到來客的書籤中時,

CSS

  • font-size 用 xx-small x-small small large x-large xx-large pt px %
  • position 用 em px %
  • align 有 left center right 而 vertical align 有 top middle bottom
  • 除非必要,不然應該盡量避免使用 hover 。
  • 可接在 CSS 中的 id name 和 class name 的…嗯…從屬控制??
    • hover
    • focus
    • link
    • visited
    • active
    • after
    • before
  • 可用的滑鼠指標樣式 http://www.w3.org/TR/CSS21/ui.html#propdef-cursor
  • tag#name:hover:after 這樣子的用法似乎是 OK 的。

YourLocation

您的位置: ACnowiki >> Wini >> 個人各項筆記: 架站心得筆記