
CSS 设置 <body> 标签 背景
...
...
设置在 页面 </head> 前<style type="text/css"> body { background: #90736D url(图片URL地址) no-repeat fixed top; }</style>示例:<style type="text/...
其实就是一段CSS代码,定义了一下光标,使他不再使用本地的光标!
CSS文件只要在页面中引用了就可以,可以直接添加到 style.css 中即可 ,其他的不知道可直接添加到页面底部!...