2013年9月11日 星期三

css-background


http://www.w3schools.com/css/tryit.asp?filename=trycss_background_shorthand2

body {background-image:url('bgdesert.jpg');}
body {background-image:url('paper.gif');}
body{background-color:#b0c4de;}
h1 { background-color:#6495ed; }
 p { background-color:#e0ffff; }
div { background-color:#b0c4de; }
body
{
background-image:url('gradient2.png');
background-repeat:repeat-x;
}

http://www.w3schools.com/css/tryit.asp?filename=trycss_background-image_position
body
{
background-image:url('img_tree.png');
background-repeat:no-repeat;
background-position:right top;
margin-right:200px;
}

http://www.w3schools.com/css/tryit.asp?filename=trycss_background-image_position
body
{
background:#ffffff url('img_tree.png') no-repeat right top;
margin-right:200px;
}

http://www.w3schools.com/css/tryit.asp?filename=trycss_background-image_position
body
{
background-image:url('w3css.gif');
background-repeat:no-repeat;
background-attachment:fixed;
}









沒有留言:

張貼留言