《小吃貨的上班日記》跟主管的英文溝通障礙
前幾天做一個Task,用CSS。原來是一個方塊,每個方塊上面有標題跟圖片,但因為所有物件都是浮動的,所以只要標題太長,變成兩行,副標題、圖片、按鈕都會跟著移動。於是乎我一開始就想,那把所有的東西都變成固定不就好了。
然後送去給主管Review,他就把標題加長到整個方塊占滿.......說萬一User就是想要這麼長的標題怎麼辦?你要再去跟UI討論!
主管:This is not fixed
(我心裡想,我不是把東西都固定了嗎?)
我:But I set it as fixed.
主管:No, this is not fixed.
我:But I set the position as absolute, so it won't move when the title become longer, that's why it's still in the middle.
主管:I am not saying position, I meant the problem is not fixed.........
--------------------------------------------------
今天
主管:You need find a place to do the loggin
我:Log in ?
主管:You need to know why and when it returns unknown, so you need to put logging!!!
我:I see. Ok, I'll do it. (突然才領悟了過來.....)
-----------------------------------------------------
有時候覺得他大概很想殺掉我吧T^T 覺得我是個Idiot.....
同時也有10000部Youtube影片,追蹤數超過2,910的網紅コバにゃんチャンネル,也在其Youtube影片中提到,...
position: absolute css 在 關於position 屬性 - CSS - 關於本站 的相關結果
這個元素是相對定位的,如果它是 position: static; ,那麼它的子元素如果套用「絕對定位」的話,就會跳過它,並直接參考body 元素的相對位置。 <div class="absolute">. ... <看更多>
position: absolute css 在 position - CSS(层叠样式表) - MDN Web Docs 的相關結果
定位元素(positioned element)是其计算后位置属性为 relative , absolute , fixed 或 sticky 的一个元素(换句话说,除 static 以外的任何东西)。 相对 ... ... <看更多>
position: absolute css 在 CSS relative? absolute? 傻傻分不清楚 - iT 邦幫忙 的相關結果
CSS 比較常用的有3種定位方式: position float flex 以新手來說,一開始學習定位的方式,以position居多。 其中最容易令人搞混的是position ... ... <看更多>