tryit_view.asp@filename=trycss_background-position

来自「W3Schools tutorial..web designing」· ASP@FILENAME=TRYCSS_BACKGROUND-POSITION 代码 · 共 18 行

ASP@FILENAME=TRYCSS_BACKGROUND-POSITION
18
字号
<html>
<head>
<style type="text/css">
body
{ 
background-image:url('smiley.gif');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center; 
}
</style>
</head>

<body>
<p><b>Note:</b> For this to work in Mozilla, the background-attachment property must be set to "fixed".</p>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?