Title1

Title2

Title3

7. CSS 常用語法

  1. CSS position 属性
    position:static「靜態」這是網頁的預設值。沒有定位,元素出現在正常的流中(忽略top, bottom, left, right 或者z-index 聲明)。
    position:relative 「相對」指的是相對於其正常位置進行定位,可用 top、bottom、left、right來調整該元素位置。
    position:absolute「絕對」相對於static 定位以外的第一個父元素進行定位。脫離資訊流,一樣可用top、bottom、left、right來調整該元素位置。position:absolute搭配z-index,可以將元素進行上下排列。一般而言,z-index預設值為0。
    position:fixed 「固定」相對於瀏覽器窗口進行定位。脫離資訊流,一樣可用top、bottom、left、right來調整該元素位置。不管視窗如何捲動,永遠保持在固定位置(可用來做浮動視窗)。
    position:inherit    規定應該從父元素繼承position 屬性的值。
    這裡有一篇文章:請參考
    html實體名稱
    範例 6-2.html 6-3.html
  2. QR CODE 
    QR CODE 說明
    線上產生器
    範例 6-1.html
  3. Google AutoDraw
    說明
    網站