https://avatars.githubusercontent.com/u/6058558

程式狂想筆記

[CSS] 我的錯誤觀念position:absolute

今天做自我介紹排版練習
我以前學position:absolute
印象以為都以瀏覽器body:左上邊開使算(在沒用 position: relative情況下)
但今天做巢狀position:absolute ,排版跟我想排出來的不太一樣
在此做筆記

錯誤的東西吸收很難再做修正
在此記錄一些東西,可以回來復習

資料來源:
html - Positioning a nested DIV relative to the page and not the first positioned ancestor - Stack Overflow
http://stackoverflow.com/questions/36778547/positioning-a-nested-div-relative-to-the-page-and-not-the-first-positioned-ances

JS Bin - Collaborative JavaScript Debugging
http://jsbin.com/jaqogezane/edit?html,css,output

html css基础篇 - 笔记 - 前端网(QDFuns)
http://www.qdfuns.com/notes.php?mod=view&u=25414&id=f9d7d2e2e25c2bef1eca4db2ed00bae0

实例演示div+css的绝对定位和相对定位布局 - - ITeye技术网站
http://xinklabi.iteye.com/blog/1825865

实例演示div+css的绝对定位和相对定位 - CSS3知识库
http://lib.csdn.net/article/css3/51716

知识库 - 你身边的技术百科全书 - CSDN
http://lib.csdn.net/home

CSS3 技能圖

http://lib.csdn.net/base/css3/structure

[JavaScript] 網頁渲染的過程 (rendering pipline)

前幾天在hahow上 動畫互動網頁程式入門 (HTML/CSS/JS)
這沒有要打廣告,不過老師真的教得不錯
看到講師上到實作購物車時候
其中某一個function利用多個(json)物件組出list清單
而新增、刪除都是對物件操作,再透過function把list清單清空再繪製

!!!!這看起來有問題,講師怎麼這樣做,這項目很多時,捲軸會有問題,這一定有bug