摘要: 今天看了一个模板不错,自己也试试做一个,当做到footer的时候,发现老是距离内容的content有点距离,想着这个背景怎么会出现这个问题呢?后面看了一下,原来是一个惯性的十分小的失误,就是 #footer{ background:url(footer.jpg) no-repeat; height:200px; margin:0; } 在background的最后加了left bottom这个... 阅读全文
posted @ 2008-08-16 10:42 newos 阅读(156) 评论(0) 推荐(0) 编辑