[WebTech #65] CSS > 4. CSS 範例 > 4-4 視覺元件 > 4-4-2 按鈕
按鈕是視覺元件中最常見的。本文將介紹如何用 CSS3 製作美輪美奐的按鈕,並提供數個範例供您參考。
用 CSS3 製作按鈕的方法:
http://designmodo.com/create-css3-buttons/
CSS3 按鈕範例(一般):
(1) http://www.hongkiat.com/blog/css3-glossy-effect/
(2) http://webdesign.tutsplus.com/tutorials/site-elements/orman-clarks-chunky-3d-web-buttons-the-css3-version/
CSS3 按鈕範例(精緻):
(1) http://www.red-team-design.com/just-another-awesome-css3-buttons
(2) http://tympanus.net/codrops/2012/01/11/css-buttons-with-pseudo-elements/
(3) http://webdesign.tutsplus.com/tutorials/quicktip-pressable-css3-social-buttons/
CSS3 按鈕範例(華麗):
(1) http://tympanus.net/codrops/2011/11/07/animated-buttons-with-css3/
(2) http://www.hongkiat.com/blog/css3-on-off-button/
底下嚴格說起來不是按鈕,是購買頁讓使用者選擇不同價格的介面。不過用途與按鈕類似,就把它編在此處了:
(1) http://www.red-team-design.com/css3-pricing-table
最棒的 CSS Selector 或 Properties 線上參考手冊:
(進入後,Selector 在中央,Properties 在左下選單)
http://www.w3schools.com/cssref/css_selectors.asp
同時也有10000部Youtube影片,追蹤數超過2,910的網紅コバにゃんチャンネル,也在其Youtube影片中提到,...
「css table selector」的推薦目錄:
- 關於css table selector 在 紀老師程式教學網 Facebook 的最佳貼文
- 關於css table selector 在 紀老師程式教學網 Facebook 的精選貼文
- 關於css table selector 在 コバにゃんチャンネル Youtube 的精選貼文
- 關於css table selector 在 大象中醫 Youtube 的精選貼文
- 關於css table selector 在 大象中醫 Youtube 的精選貼文
- 關於css table selector 在 Why doesn't table > tr > td work when using the child selector? 的評價
- 關於css table selector 在 Using CSS class selector to select rows in a table and ... 的評價
- 關於css table selector 在 [CSS] Select First Row of Table - Theory and Practice 的評價
- 關於css table selector 在 Unable to get the correct value from the table using css ... 的評價
- 關於css table selector 在 Styling Tables and the Nth Child Selector - YouTube 的評價
- 關於css table selector 在 Selenium css selector - Fishme Aquaculture Solution 的評價
css table selector 在 紀老師程式教學網 Facebook 的精選貼文
[WebTech #60] CSS > 3. CSS 語法 > 3-2 屬性(Properties)
匹配規則(Selector)是骨,屬性(Properties)是肉!
剛剛提過 CSS 就是由大量的「匹配規則」(Selector,或譯「選擇器」)組成的。每個匹配規則大致都長成這樣:
匹配規則 {
屬性1:屬性值1;
屬性2:屬性值2;
...
}
範例如下:
a {
color: red;
font-size: large;
}
這會匹配 ... 之間的文字,然後把字體改大、套用紅色。如果您 30 幾種常用的匹配規則文法都學會了,那麼接下來就是該學 { ... } 之間的屬性了!如果屬性全會,那麼你的 CSS 就學完、沒啦! :-)
我個人會把這些屬性分為下列這幾類:
(1) 文字(Text):字型、字體、對齊、間隔、粗細、顏色...
(2) 邊框(Box)與表格(Table)
(3) 大小、距離、排版
(4) 照片、多媒體
(5) 型變、動畫
我先給大家看篇屬性的簡介,下午再提供每種屬性的細部講解給大家喔!
http://reference.sitepoint.com/css/propertyref
請由左手邊選單點擊您想看的主題,繼續點子選項閱讀即可。
css table selector 在 コバにゃんチャンネル Youtube 的精選貼文
css table selector 在 大象中醫 Youtube 的精選貼文
css table selector 在 大象中醫 Youtube 的精選貼文
css table selector 在 Using CSS class selector to select rows in a table and ... 的推薦與評價
Using CSS class selector to select rows in a table and highlighting every other row. - highlighted-rows.html. ... <看更多>
css table selector 在 [CSS] Select First Row of Table - Theory and Practice 的推薦與評價
Select and style the first row (or n-th row) of table via CSS :nth-of-type() selector. ... <看更多>
css table selector 在 Why doesn't table > tr > td work when using the child selector? 的推薦與評價
... <看更多>
相關內容