After following, you can keep track of his dynamic information in a timely manner
Courses in the relevant section:CSS Padding
當元素的 Padding(填充)(內(nèi)邊距)被清除時,所"釋放"的區(qū)域?qū)艿皆乇尘邦伾奶畛洹?單獨使用填充屬性可以改變上下左右的填充。縮寫填充屬性也可以使用,一旦改變一切都改變。
2016-11-240個贊
Courses in the relevant section:CSS grouping and nested selectors
在樣式表中有很多具有相同樣式的元素,為了盡量減少代碼,你可以使用分組選擇器。每個選擇器用逗號分隔
2016-11-240個贊
Courses in the relevant section:CSS Dimension
height 設(shè)置元素的高度。 line-height 設(shè)置行高。 max-height 設(shè)置元素的最大高度。 max-width 設(shè)置元素的最大寬度。 min-height 設(shè)置元素的最小高度。 min-width 設(shè)置元素的最小寬度。 width 設(shè)置元素的寬度。
2016-11-240個贊
Courses in the relevant section:CSS Positioning
Absolutely定位使元素的位置與文檔流無關(guān),因此不占據(jù)空間 Absolutely定位的元素和其他元素重疊
2016-11-240個贊
Courses in the relevant section:CSS Float(floating)
Float(浮動),會使元素向左或向右移動,其周圍的元素也會重新排列。 Float(浮動),往往是用于圖像,但它在布局時一樣非常有用
2016-11-240個贊
Courses in the relevant section:CSS Alignment
margin屬性可任意拆分為左,右頁邊距設(shè)置自動指定,結(jié)果都是出現(xiàn)居中元素
2016-11-240個贊
Courses in the relevant section:CSS combination selectors
后代選取器(以空格分隔) 子元素選擇器(以大于號分隔) 相鄰兄弟選擇器(以加號分隔) 普通兄弟選擇器(以破折號分隔)
2016-11-240個贊
Courses in the relevant section:CSS navigation bar
有兩種方法創(chuàng)建橫向?qū)Ш綑凇J褂脙?nèi)聯(lián)或浮動的列表項。 這兩種方法都很好,但如果你想鏈接到具有相同的大小,你必須使用浮動的方法。
2016-11-240個贊
Courses in the relevant section:CSS3 text effects
hanging-punctuation 規(guī)定標點字符是否位于線框之外。 punctuation-trim 規(guī)定是否對標點字符進行修剪。 text-align-last 設(shè)置如何對齊最后一行或緊挨著強制換行符之前的行。 text-emphasis 向元素的文本應(yīng)用重點標記以及重點標記的前景色。 text-justify 規(guī)定當 text-align 設(shè)置為 "justify" 時所使用的對齊方法。 text-outline 規(guī)定文本的輪廓。 text-overflow 規(guī)定當文本溢出包含元素時發(fā)生的事情。 text-shadow 向文本添加陰影。 text-wrap 規(guī)定文本的換行規(guī)則。 word-break 規(guī)定非中日韓文本的換行規(guī)則。 word-wrap 允許對長的不可分割的單詞進行分割并換行到下一行。
2016-12-060個贊
Courses in the relevant section:CSS pseudo-class
selector:pseudo-class {property:value;}
2016-11-240個贊
Courses in the relevant section:CSS pseudo-elements
"first-line" 偽元素用于向文本的首行設(shè)置特殊樣式。
2016-11-240個贊
Courses in the relevant section:jQuery course introduction
jQuery是一套Javascript腳本庫. 在我的博客中可以找到"Javascript輕量級腳本庫"系列文章. Javascript腳本庫類似于.NET的類庫, 我們將一些工具方法或?qū)ο蠓椒ǚ庋b在類庫中, 方便用戶使用
2016-11-240個贊
Courses in the relevant section:jQuery environment construction
<script src="http://code.jquery.com/jquery-3.1.1.min.js"></script>
2016-11-240個贊
Courses in the relevant section:Write your first jQuery program
jQuery 的 ID 選擇器:$("#btnShow") 事件綁定函數(shù):bind() 顯示和隱藏函數(shù):show()和hide() 修改元素內(nèi)部 html 的函數(shù):html()
2016-11-240個贊
Courses in the relevant section:CSS dropdown menu
dropdown-content 類中是實際的下拉菜單。默認是隱藏的,在鼠標移動到指定元素后會顯示。 注意 min-width 的值設(shè)置為 160px。你可以隨意修改它
2016-11-240個贊