1000字范文,内容丰富有趣,学习的好帮手!
1000字范文 > 如何让网页背景图铺满整页(html+csss实现网页背景图铺满整页);a标签删下划线 禁用;

如何让网页背景图铺满整页(html+csss实现网页背景图铺满整页);a标签删下划线 禁用;

时间:2019-11-28 23:17:36

相关推荐

如何让网页背景图铺满整页(html+csss实现网页背景图铺满整页);a标签删下划线 禁用;

background背景图片设置

body {width: 100%;height: 100%;background: url(../images/bg.png) no-repeat;background-size: 100% 100%;background-attachment: fixed;/* 不设置的话页面滑动时,背景会不铺满*/}

图片绝对定位实现

<body><div id="Layer1" style="position:absolute; width:100%; height:100%; z-index:-1"><img src="images/bg.png" height="100%" width="100%" /></div></body>

a标签去除下划线

a标签禁用

innerHTML和outterHTML

css字体间距

css中hover的用法——改变多种元素

css位移,亦可用margin

css鼠标放置图片放大

如何让网页背景图铺满整页(html+csss实现网页背景图铺满整页);a标签删下划线 禁用;innerHTMLouterHTML;css字体间距hover图片放大

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。