Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

文章標籤: CSS

找到 18 份文件

  • Consistent_List_Indentation 原文 : Consistent List Indentation
  • Learn/Getting_started_with_the_web 建立個人網站需要很多功夫。如果你才剛開始接觸網頁設計,我們建議大家可以先從小地方著手。不是要你立刻就寫出跟「Facebook」一樣規模的網站,但自己架一個上線的網站一點都不難,現在就開始吧!
  • Web/API/AnimationEvent AnimationEvent 介面表現提供 動畫 相關資訊的事件。
  • Web/CSS/:first-child :first-child 是 CSS 當中的一種 偽類別(pseudo-class) ,代表任何身為長子的元素(親元素的第一個子元素)。
  • Web/CSS/@font-face The @font-face CSS at-rule allows authors to specify online fonts to display text on their web ...
  • Web/CSS/border-image/border-image CSS 屬性 border-image 可以讓你在元素的邊框上擺上圖片。這讓呈現看似很複雜的一個網頁的小單元簡單很多,它可以省最多九個元素。
  • Web/CSS/Common_CSS_Questions 如果想讓大部分的瀏覽器都能正確繪製標準 HTML/CSS 頁面,便須於 HTML 檔案中放上完整的正確 DOCTYPE。
  • Web/CSS/CSS_Animations CSS Animations is a module of CSS that defines how to animate the values of CSS properties over ...
  • Web/CSS/CSS_Background_and_Borders CSS Background and Borders is a module of CSS that defines how background and borders of ...
  • Web/CSS/CSS_Background_and_Borders/Using_CSS_multiple_backgrounds 藉由 CSS3 我們可以對元素使用 多重背景 。每個設定的背景被一個個分層,第一個背景在最上面,最後一個背景是在最下面一層。
  • Web/CSS/CSS_Colors CSS Colors is a module of CSS that deals with colors, color types and transparency.
  • Web/CSS/CSS_Colors/Color_picker_tool 這是個可以讓人新增、調整和測試網頁顏色的工具。藉由這個工具讓人可以輕鬆將顏色轉換成各種 CSS 支援的格式,包含:HEXA、RGB(Red/Green/Blue)和 HSL ...
  • Web/CSS/Descendant_selectors ␣ 組合符號 (代表空白, 或更精準地說,代表一或多個空白字元) 結合了兩種選擇器,選擇了只有當第二個選擇器的目標為第一個選擇器目標的後裔時的元素,後裔選擇器跟 子選擇器 ...
  • Web/CSS/ime-mode ime-mode 特性可用以控制某文字輸入欄位的輸入法狀態。
  • Web/Guide/CSS 層疊樣式表(Cascading Style Sheets、CSS)是一個描述 HTML 文件的樣式表語言。CSS 會描述文件裡的結構化元素,該如何呈現在螢幕、紙張、語音報讀、以及其他媒介上。
  • Web/Guide/CSS/Getting_started 這個教學會介紹 層疊樣式表 (Cascading Style Sheets, CSS)的基本特徵與語法(syntax)。你會用 CSS ...
  • Web/Guide/CSS/Getting_started/What_is_CSS CSS 入門 的第一個章節,將會簡單的介紹 CSS。本文將提到一些練習,建議大家可以先建立一個文件,搭配使用。
  • Web/Guide/CSS/Understanding_z_index The z-index attribute lets you adjust the order of the layering of objects when rendering content.