css初始化问题_html/css_WEB-ITnose
程序员文章站
2022-04-26 09:49:07
...
#main{
width:1024px;
height:900px;
background:#000000;
}
#top{
background: url(image/bground1.jpg);
}
#lside{
width:700px;
height:700px;
float:left;
background:#fff000;
}
#rside{
width:300px;
height:700px;
float:right;
background:#ccccdd;
}
如果没有css初始化的话,#main就工作,加上之后就不工作了,这是为什么呢?
下面是初始化的代码:
@CHARSET "UTF-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
回复讨论(解决方案)
不可能的,两个互不影响.
请检查taobao.css 引用路径.
上一篇: HTML块级元素的详细说明
推荐阅读
-
如何使用CSS3画出一个叮当猫_html/css_WEB-ITnose
-
如何在blur或focusout事件里得到即将得到焦点的元素?另外这两个事件有什么区别?_html/css_WEB-ITnose
-
蒙版 倒影 渐变_html/css_WEB-ITnose
-
怎样制作web版的folder treeview_html/css_WEB-ITnose
-
CSS对话框特效 兼容性好_html/css_WEB-ITnose
-
现在就能投入使用的12个高端大气上档次的CSS3特性_html/css_WEB-ITnose
-
关于ueditor图片上传问题_html/css_WEB-ITnose
-
Awesome图标和css特殊字体的使用方法_html/css_WEB-ITnose
-
css 圆角_html/css_WEB-ITnose
-
[div+css布局]命名规则_html/css_WEB-ITnose