页面设计
上传网页后背景不居中,如何使页面背景居中啊,请多指教!
上传网页后背景不居中,如何使页面背景居中啊,请多指教!
2007-11-15 21:16


2007-11-16 10:31
多谢,呵呵!
2007-11-18 21:57
2007-11-18 23:18
用样式可以解决:
<style type="text/css">
body{backgound:url(images/abc.gif) top center;
</style>
2007-11-19 12:30