用DIV+CSS的方法进行网站页面排版设计,为什么DIV分割后在浏览器的上面会出现一段空白呢?? 5
我刚开始学习用MyEclipse编辑网站,求大神指点!!为什么在用DIV+CSS的方法进行网站页面排版设计的时候,用DIV分割之后在浏览器上运行时,分割块的上面会出现空白...
我刚开始学习用MyEclipse编辑网站,求大神指点!!为什么在用DIV+CSS的方法进行网站页面排版设计的时候,用DIV分割之后在浏览器上运行时,分割块的上面会出现空白,而不是顶格的呢。是要设定CSS的什么属性吗??
展开
展开全部
一般有一些元素标签是有边框和边距的。所以你需要初始化。
* { padding: 0; margin: 0; border: 0; }/*最简单的*/
/*较好的*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before,blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
追问
好像还是没效果啊
追答
请问是什么浏览器呢
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你好,你需要给body标签加上样式如
body { margin:0 auto; text-align:center; },这样就可以顶格了
body { margin:0 auto; text-align:center; },这样就可以顶格了
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
*{margin:0;padding:0;}css中加上这个就行了。或者 body,html{margin:0;padding:0;}这2中都行
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询