https://www.w3schools.com/css/css_image_sprites.asp
https://codepen.io/Piiter/pen/pQQvqe?editors=0110
2018年11月28日 星期三
2018年11月4日 星期日
2018年11月1日 星期四
[JS/CSS] 網頁載入進度條,純前端做法。分子鏈效果 particles.js。很多函式庫
Accurate Page Loading Progress Bar codepen Ahsan K. Rathore
訂閱:
文章 (Atom)
-
jQuery第2天,進度達43%, 離預估的 7天( 6/8前)應可順利提前至( 6/6)達成。 目前還沒感受到其威力,只覺得是不是「檢查html碼的人」在使用? 不然其實都可以在html就簡單解決,何必多加上script標籤。 html/css整本複習改為搭配作品集進行...
-
說明、舉例驗證 user input,避免無填入或範圍外的數值, 這裡提到經常使用在檢驗數字。 輸入錯誤可選擇顯示跳出視窗,或是在 input 附近提示。 驗證無填入、跳出視窗: <script> function validateForm() { ...