作者查詢 / frostyjoan

總覽項目: 發文 | 留言 | 暱稱
作者 frostyjoan 在 PTT 全部看板的留言(推文), 共243則
限定看板:全部
[問題] 將css的margin設為百分比時…
[ Web_Design ]10 留言, 推噓總分: +4
作者: freebug - 發表於 2017/03/10 01:55(7年前)
3Ffrostyjoan: 就是規定 XD03/10 08:55
[問題] 如何設定angular在linux開機時自動啟動
[ Web_Design ]16 留言, 推噓總分: +5
作者: z20240 - 發表於 2017/03/09 23:08(7年前)
7Ffrostyjoan: 查一下 forever 或 pm203/10 08:57
14Ffrostyjoan: ssh 進去下指令 forever start -c "npm start" ./03/11 12:30
15Ffrostyjoan: or 看你 npm start 是執行哪一支檔案,pm2 start 檔案03/11 12:33
16Ffrostyjoan: 或是裝 tmux,進入 tmux 後下的指令不會因斷線而中止03/11 12:43
[求助] R: 女友不明原因暴怒
[ Boy-Girl ]24 留言, 推噓總分: +9
作者: p9i1n0g0u4 - 發表於 2017/03/06 18:39(7年前)
22Ffrostyjoan: 雙方已溝通過了(更新在原文),女生表示無解03/07 15:45
[新聞] 台南缺A型、O型血 花蓮O型血庫存不足
[ Tainan ]8 留言, 推噓總分: +7
作者: Waitaha - 發表於 2017/01/26 14:03(7年前)
8Ffrostyjoan: 請問女生42公斤真的不能捐嗎 > <01/27 22:49
Re: [問題] jquery切換圖片+lightbox
[ Web_Design ]7 留言, 推噓總分: +2
作者: frostyjoan - 發表於 2017/01/04 17:33(7年前)
3Ffrostyjoan: http://www.jacklmoore.com/colorbox/01/04 21:24
4Ffrostyjoan: 下方的setting,很多參數可以調整(包括妳問的寬高)01/04 21:25
[問題] jquery切換圖片+lightbox
[ Web_Design ]7 留言, 推噓總分: 0
作者: revo3512 - 發表於 2017/01/04 15:30(7年前)
1Ffrostyjoan: 51行($showImage.stop(fa...的下一行)加上01/04 16:58
2Ffrostyjoan: $showImage.parents('.group1').attr('href', _src);01/04 16:58
3Ffrostyjoan: 你用的套件 Colorbox,是吃 href 去呈現 lightbox01/04 17:06
4Ffrostyjoan: 所以在改 #show-image 的 src 同時01/04 17:09
5Ffrostyjoan: 一併把 .group1 的 href 改掉01/04 17:09
7Ffrostyjoan: 啊.. 我回到一半哈哈哈 XD01/04 17:33
[推廣] Polymer台灣:我們來寫Polymer吧!
[ Web_Design ]2 留言, 推噓總分: +2
作者: mshockwave - 發表於 2016/12/18 10:38(7年前)
1Ffrostyjoan: 推推推 >口<12/18 12:45
[請益] 請教一個網頁底部固定的問題消失
[ Web_Design ]5 留言, 推噓總分: +2
作者: monkeyx2 - 發表於 2016/11/23 16:39(7年前)
1Ffrostyjoan: css position:fixed;bottom:0;left:0;width:100%11/23 16:45
[問題] 透明度無法加深
[ Web_Design ]15 留言, 推噓總分: +7
作者: v3dys6f3a3j5 - 發表於 2016/11/21 11:55(7年前)
7Ffrostyjoan: https://jsbin.com/zopovivena/edit?html,css,output11/21 14:59
8Ffrostyjoan: 可以變深啊(?!11/21 15:00
[請益] bootstrap
[ Web_Design ]14 留言, 推噓總分: 0
作者: aa1235561 - 發表於 2016/11/16 14:18(7年前)
4Ffrostyjoan: .col-*都有float:left,要記得clear,可以像x大說的加11/18 01:26
5Ffrostyjoan: 一層.row(bootstrap有在此class清浮動),或是自己11/18 01:26
6Ffrostyjoan: 手動對div clear,或是div加上.clearfix(bootstrap清11/18 01:26
7Ffrostyjoan: 浮動的class)11/18 01:26
9Ffrostyjoan: 建議你去看一下float,不然未來還是有可能遇到問題卻11/19 09:46
10Ffrostyjoan: 怎樣都找不到11/19 09:46
12Ffrostyjoan: 會出現height: 0幾乎都是float沒清到,但奇怪,我認真11/19 17:08
13Ffrostyjoan: 照你的圖解或程式碼試,都不會height: 0阿11/19 17:08