国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > CSS > 正文

CSS各種常用效果總結

2020-03-24 18:51:26
字體:
來源:轉載
供稿:網友
css各種常用效果總結,包括背景圖片固定居中,div陰影,背景半透明,div圓角,DIV漸變 html
head
meta http-equiv="Content-Type" content="text/html; charset=utf-8" /
title CSS test /title
style type="text/css"
body
{
margin: 0; /*背景圖片固定居中
www.jzxue.com收集整理
*/
background-image: url('images/bg1.jpg');
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
#header
{
}
#inner-header
{
margin: 0 auto;
width: 960px;
background-color: Gray;
height: 80px; /*布局塊陰影,如果不想支持低版本IE可去掉濾鏡
www.jzxue.com收集整理
*/
box-shadow: 3px 3px 4px #000;
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
}
#main
{
background-color: Gray;
margin: 10 auto;
width: 960px;
min-height: 500px;
height: auto; /*
背景半透明
www.jzxue.com收集整理
*/
filter: alpha(opacity=70); /*IE*/
-moz-opacity: 0.7; /*Mozilla*/
opacity: 0.7; /*FF*/ /*
圓角效果,不考慮低版本IE
www.jzxue.com收集整理
*/
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
}
#footer
{
margin: 0 auto;
width: 960px;
height: 100px; /*漸變效果
www.jzxue.com收集整理
*/
filter: alpha(opacity=100 finishopacity=50 > -ms-filter: alpha(opacity=100 finishopacity=50 > background-color: Gray; /* 一些不支持背景漸變的瀏覽器 */
background: -moz-linear-gradient(top, red, rgba(0, 0, 255, 0.5));
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(rgba(0, 0, 255, 0.5)));
background: -o-linear-gradient(top, red, rgba(0, 0, 255, 0.5));
}
/style
!--[if IE]
style type="text/css"
#main
{
height: 500px;
}
body
{
text-align:center;
}
#inner-header
{
text-align:left;
}
/style
![endif]--
/head
body
div id="header"
div id="inner-header"
h1
CSS Demo /h1
/div
/div
div id="main"
/div
div id="footer"
/div
/body
/htmlhtml教程

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 杭州市| 邹平县| 阿合奇县| 凤翔县| 沙河市| 和政县| 南丹县| 北安市| 澳门| 集安市| 获嘉县| 富顺县| 九江市| 襄汾县| 油尖旺区| 清水河县| 颍上县| 吉林省| 永寿县| 太谷县| 富平县| 滦南县| 中阳县| 蕉岭县| 开远市| 什邡市| 茶陵县| 泸水县| 顺平县| 邢台县| 清涧县| 宁国市| 广汉市| 开平市| 正阳县| 阿坝| 包头市| 新昌县| 纳雍县| 博白县| 宁安市|