HTML----元素層級
元素的層級
內容已在程式碼
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>元素的層級</title>
<style type="text/css">
.box1{
width: 200px;
height: 200px;
background-color: pink;
}
.box2{
width: 200px;
height: 200px;
background-color: red;
position: absolute;
top: 100px;
left: 100px;
z-index: 1
}
/*z-index 設定z軸的層級*/
.box3{
width: 200px;
height: 200px;
background-color: blue;
position: relative;
}
/*父元素的層級在高 也不會蓋著子元素*/
/*opacity 設定元素的背景透明 0-1 0.5半透明*/
/*ie8 級 以下不能設定透明 設定的話用 filter:alpha(opacity=50) ie 專有的 最好兩個都寫上*/
</style>
</head>
<body>
<div class="box1"></div>
<div class="box2"></div>
<div class="box3"></div>
</body>
</html>
背景
background-repeat 設定背景重複
background-position 設定圖片的位置:
top lefttop center top right center left center center center right
background-attachment 設定圖片 fixed 固定
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>背景</title>
<style type="text/css">
.box1{
width: 1000px;
height:1000px;
margin: 0 auto;
background-color: pink;
background-image:url(img/1.jpg);
background-repeat: repeat-y;
}
/*background-repeat 設定背景重複*/
/*background-position 設定圖片的位置,top left
top center top right center left center center center right */
/*background-attachment 設定圖片 fixed 固定*/
</style>
</head>
<body>
<div class="box1"></div>
</body>
</html>
/--簡寫背景屬性 background:#bfa url(img/1.png) no-repeat fixed center;--/
相關文章
- 塊級元素和行內元素
- CSS 元素層疊順序CSS
- HTML 塊級元素和內聯元素HTML
- html塊級元素HTML
- CSS的塊級元素和行內元素CSS
- 02 CSS塊級元素和行內元素CSS
- 行內元素、塊級元素、空(void)元素分別有哪些?
- jq獲取上級、同級、下級元素
- css元素層疊順序詳解CSS
- 塊級元素與內聯元素相互轉換
- 塊級元素和行內元素的區別
- 內聯元素和塊級元素相互轉換
- 層級查詢並將層級拆分成多列
- 塊級元素和行內元素分別有哪些
- CSS塊級/內聯元素CSS
- 資料分層 ODS DW DM層級
- HTML的行內元素與塊級元素的區別?HTML
- UI 層級問題UI
- CSS 塊級元素和行內元素和行內塊元素 及其相互轉換CSS
- Flutter中的層級蛋糕Flutter
- spring applicationContext家族層級梳理SpringAPPContext
- 生存目錄-無層級
- 用層級理解衝突
- 資料庫索引層級資料庫索引
- [CSS LEARN]層疊上下文、層疊等級、層疊順序CSS
- 前端開發入門到實戰:html塊級元素和行級元素的區別和認識前端HTML
- Flutter之Widget層級介紹Flutter
- (小說)歐米伽層級
- Excel縮排層級處理Excel
- 摩登567+641480+初識塊級元素
- 行內元素和塊級元素有什麼區別,如何相互轉換?
- 百事234+641480+html塊級、行級元素介紹HTML
- jquery獲取低程式碼平臺iframe巢狀的父級元素指定元素jQuery巢狀
- 小程式無限層級路由方案路由
- 微信小程式echarts層級太高微信小程式Echarts
- QT中改變元件的層級QT元件
- JavaScript 獲取指定標籤一級子元素JavaScript
- 從“老三層”到“新三層” 戴爾超融合全面升級