制作网页时,在dw中实现背景图片平铺满整个页面要怎么做.代码如下
<bodyleftmargin="0"topmargin="0"marginwidth="0"marginheight="0"style="background-imag...
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style="background-image:url(pic/<%=left(bb(4),5)%>/<%=bb(4)%>) ;" >
在制作一个留言页面时,留言越多页面就越长,背景图片要怎么做才能随留言变长而往下平铺 展开
在制作一个留言页面时,留言越多页面就越长,背景图片要怎么做才能随留言变长而往下平铺 展开
4个回答
博思aippt
2024-07-20 广告
2024-07-20 广告
博思AIPPT是基于ai制作PPT的智能在线工具,它提供了4种AI制作PPT的方式,包括AI生成大纲、AI直接生成PPT、文本生成PPT、AI提炼word文档生成PPT,一站式集成多种AI生成PPT的方式,可满足办公用户的不同需求和使用场景...
点击进入详情页
本回答由博思aippt提供
展开全部
直接点击dreamweaver下栏的那个“页面属性”里面可以设置背景图片,
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
试试这个
<style type="text/css"> body { background: url('photo.gif') no-repeat fixed center; } </style>
<style type="text/css"> body { background: url('photo.gif') no-repeat fixed center; } </style>
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<html>
<head>
<style type="text/css">
*{margin:0 ; padding:0;}
.box{widht:980px; heigth:auto; overflow:hidden; background:背景图片纵向重复;margin:0 auto;}
</style>
</head>
<body>
<div class="box">
</div>
</body>
</html>
<head>
<style type="text/css">
*{margin:0 ; padding:0;}
.box{widht:980px; heigth:auto; overflow:hidden; background:背景图片纵向重复;margin:0 auto;}
</style>
</head>
<body>
<div class="box">
</div>
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询