CSS问题 * { margin:0; padding:0; }请问各位大侠 *是代表什么意思啊 CSS问题
4个回答
展开全部
星号代表 全部 就是全部样式的 外边距 和 内边距都为0; 意思就是写CSS之前把所有浏览器的默认样式统一了
然后在写CSS样式就OK了 这些样式叫重置文件 奉上我的重置文件 希望可以对你有帮助 这个东西是可以根据自己的习惯改变的!~
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0 none; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0 none; padding: 0; }
:focus { outline: 0 none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
a img, iframe { border: medium none; }
ol, ul { list-style: none outside none; }
input, textarea, select, button { font-family: inherit; font-size: 100%; }
body { font-family: "宋体"; font-size: 12px;}
手工奉上 望采纳!~
然后在写CSS样式就OK了 这些样式叫重置文件 奉上我的重置文件 希望可以对你有帮助 这个东西是可以根据自己的习惯改变的!~
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0 none; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0 none; padding: 0; }
:focus { outline: 0 none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
a img, iframe { border: medium none; }
ol, ul { list-style: none outside none; }
input, textarea, select, button { font-family: inherit; font-size: 100%; }
body { font-family: "宋体"; font-size: 12px;}
手工奉上 望采纳!~
展开全部
表示所有元素吧,设置了所有元素的margin和padding属性。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
应该是全局html标签都使用大括号内的css 也就是通配符
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
外边距上下左右都为0px
内边距也是。
外边距是边框与边框的距离。
内边距是内容与边框的距离
内边距也是。
外边距是边框与边框的距离。
内边距是内容与边框的距离
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询