DW中怎样把背景图顶端居中

DW中怎样把背景图顶端居中,第1张

background-position:center;
改为:background-position:top center;
若不明白,楼主请参考
背景定位,这裏有很详尽的解说:
>

居中有很多问题,不过我可以给个建议就是用表格将套在图上,什么浏览器都兼容

<div>
    <table>
        <tr><td algin='center' valgin="middle"><img src="" /></td></tr>
    </table>
</div>

body{
background-image:url(1jpg);
background-position:center center;
background-repeat:no-repeat;
}
建议用简写
body{ background:url(1jpg) center center no-repeat;}

插入后,在“ 格局”菜单下,我们 可以看到“对齐”选项,在对齐下我们 可以依据需要 取舍“左对齐”、“居中对齐”、“右对齐”和“两端对齐” 。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/10289731.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-07
下一篇 2023-05-07

发表评论

登录后才能评论

评论列表(0条)

保存