文章加密
;
2018年3月21日 星期三
$cart =& $_SESSION['cart']; 其中"&" mean
https://stackoverflow.com/questions/2081806/what-does-mean-in-php
2018年3月20日 星期二
問題已自己解決(網路上沒找到)
1.
position:fixed 且 width:100% 有兩個,都是點擊某個按鈕後出現,結果有一個的width超過100%,導致置中時歪一邊。
解法:將該width改成100vw
position:fixed 且 width:100% 有兩個,都是點擊某個按鈕後出現,結果有一個的width超過100%,導致置中時歪一邊。
解法:將該width改成100vw
2018年3月15日 星期四
Transparent hole in a HTML element
https://stackoverflow.com/questions/4344906/creating-a-hole-in-a-div-element
2018年3月11日 星期日
Parallax Scrolling (background-image scroll)
css
https://www.w3schools.com/howto/howto_css_parallax.asp
js
http://pixelcog.github.io/parallax.js/
css 在網頁中再加入一個scrollbar,做起來蠢蠢的,會卡在內部scrollbar scroll到顶才scroll外部的
https://alligator.io/css/pure-css-parallax/
perspective 3D
http://www.oxxostudio.tw/articles/201506/css-3d.html
https://www.w3schools.com/howto/howto_css_parallax.asp
js
http://pixelcog.github.io/parallax.js/
css 在網頁中再加入一個scrollbar,做起來蠢蠢的,會卡在內部scrollbar scroll到顶才scroll外部的
https://alligator.io/css/pure-css-parallax/
perspective 3D
http://www.oxxostudio.tw/articles/201506/css-3d.html
2018年2月6日 星期二
2018年2月4日 星期日
Content url does not display image on firefox browser
https://stackoverflow.com/questions/17907833/content-url-does-not-display-image-on-firefox-browser
2018年2月1日 星期四
訂閱:
文章 (Atom)