[WebTech #81] CSS > 6. 其它 CSS3 的範例
這裡收集的範例,都是比較大型、或者無法分入任何一個類別的。但它們仍然很有參考價值!所以還是將它們刊出:
將網頁元素「傾斜」、營造畫面趣味感的方法:
http://tympanus.net/codrops/2011/12/21/slopy-elements-with-css3/
包含「進度條(Progress Bar)」的文字框:
http://tympanus.net/codrops/2012/06/25/timed-notifications-with-css-animations/
適合當做「即將上市,敬請期待」的首頁:
http://tympanus.net/codrops/2011/12/07/splash-and-coming-soon-page-effects-with-css3/
包含「信件從信封中彈出」動畫效果的頁面:
http://pehaa.com/2011/07/create-a-unique-contact-form-with-css3-transitions/
超酷炫的「關於我們」頁面:
http://tutorialzine.com/2011/07/about-page-vcard-php-css/
---
最棒的 CSS Selector 或 Properties 線上參考手冊:
(進入後,Selector 在中央,Properties 在左下選單)
http://www.w3schools.com/cssref/css_selectors.asp
「progress bar css」的推薦目錄:
- 關於progress bar css 在 紀老師程式教學網 Facebook 的最讚貼文
- 關於progress bar css 在 紀老師程式教學網 Facebook 的精選貼文
- 關於progress bar css 在 Progress Bar with HTML and CSS - Stack Overflow 的評價
- 關於progress bar css 在 CSS Progress Bar Tutorial - YouTube 的評價
- 關於progress bar css 在 How to Create a Progress Bar With Animations - HTML & CSS ... 的評價
- 關於progress bar css 在 jQuery CSS Progress Bar | FormGet - Pinterest 的評價
- 關於progress bar css 在 Simple Pure CSS Progress Bar - gists · GitHub 的評價
progress bar css 在 紀老師程式教學網 Facebook 的精選貼文
[WebTech #67] CSS > 4. CSS 範例 > 4-4 視覺元件 > 4-4-4 進度顯示與圖示
*** 進度顯示 ***
所謂進度顯示,是網頁正在上載檔案,或是正處於忙碌時,用來告知使用者稍等一下的機制。進度顯示一共有兩大類:
(1) 忙碌等待圖示(Busy Indicator):這類外觀長得像一個圓圈圈,當網頁忙碌時,就會「轉呀轉」,告知你它正在忙碌。
- http://css-tricks.com/css3-loading-spinner/
- http://www.marcofolio.net/css/css3_quickie_the_facebook_loading_animation.html
(2) 進度條(Progress Bar):這種進度顯示,不僅告訴你它在做事,還告訴你它做到 % 幾了。
- http://www.hongkiat.com/blog/html5-progress-bar/
- http://css-tricks.com/css3-progress-bars/
如果您嫌不過癮,這裡有 35 種「進度顯示」的視覺元件供您參考,都是 CSS 做的:
http://www.hongkiat.com/blog/beautiful-progress-bars/
*** 圖示 ***
您知道像 GMail 圖示、RSS 圖示,都可以單憑 CSS 畫出來嗎?這麼做的原因最主要的就是「將低頻寬」。畢竟傳送文字、比傳送圖片到瀏覽器,前者輕鬆多了!以下教您如何用 CSS 繪製圖示。熟了以後,您也可以繪製自己的圖示喔:
- 檔案圖示: http://net.tutsplus.com/tutorials/html-css-techniques/create-a-document-icon-with-css3/
- GMail 圖示: http://www.hongkiat.com/blog/gmail-logo-css3/
- RSS 圖示: http://www.hongkiat.com/blog/rss-feed-logo-with-css3/
---
最棒的 CSS Selector 或 Properties 線上參考手冊:
(進入後,Selector 在中央,Properties 在左下選單)
http://www.w3schools.com/cssref/css_selectors.asp
progress bar css 在 CSS Progress Bar Tutorial - YouTube 的推薦與評價
In this video I am going to walk you through the process of building a progress bar in CSS that can be ... ... <看更多>
progress bar css 在 How to Create a Progress Bar With Animations - HTML & CSS ... 的推薦與評價
In today's tutorial we'll be creating an easy-to-use animated progress bar using HTML and CSS. The value ... ... <看更多>
progress bar css 在 Progress Bar with HTML and CSS - Stack Overflow 的推薦與評價
... <看更多>
相關內容