请各位高手赶紧帮我看下这div+css布局的css代码
这段代码有写的有问题吗?里面也尽量不使用ID了,请高手帮我指出有问题的地方!谢谢!/*总休字体颜色*/*{margin:0;padding:0;font-size:13p...
这段代码有写的有问题吗?里面也尽量不使用ID了,请高手帮我指出有问题的地方!谢谢!
/*总休字体颜色*/
* { margin:0; padding:0; font-size:13px; color:#000; list-style:none;}
a { color:#000000; text-decoration:none;}
a:hover { text-decoration:underline; color:#FF0000;}
/*外框架*/
#list{ width:1004px; margin:0px auto; border:1px solid #DDFFAA; padding-bottom:30px;}
/*首页头图片*/
.list_title { width:1004px; height:120px; overflow:hidden; }
/*导行菜单*/
.mune { width:1004px; height:27px; overflow:hidden;}
.mune ul { float:left; width:1003px; padding:0 2px;}
.mune ul li { float:left; line-height:25px; border:1px solid #C6DA9A; width:123px; text-align: center; background:#9DBF55;}
.mune ul li a { color:#990000; font-weight: bold;}
.mune ul li a:hover { color:#FF0000;}
/*导负菜单*/
.mune2 { width:1004px; height:27px; overflow:hidden; background:#ECFFD9; text-align: center;}
.mune2 ul { float:left; line-height:25px;}
.mune2 ul li { float:left; text-align: center;}
#li_a{ width:180px; }
#li_b{ width:345px; }
#li_c{ width:477px; color:#0000FF;}
#li_c marquee { color:#0000CC;}
/*左导行菜单*/
.left { float:left; width:180px; border-right:1px solid #DDFFAA; padding:3px 0 0;}
.left ul { float:left; width:178px; margin:0; padding:0;}
.left ul li { float:left; width:89px; line-height:25px; text-align:center;}
#left_a { width:179px; height:30px; line-height:30px; color:#FF8000; font-weight:bold; border:0;}
#left_b { width:179px; height:100px;}
#left_c { width:179px;}
/*右主体*/
.right { float:right; width:820px; padding:3px 0 0 0;}
.center { float:left; width:270px; height:130px; padding:5px 0 0 3px; overflow:hidden;}
.center p { float:left; width:172px;}
.center p a { display:block; border:0;}
.center p a:hover { border:1px solid #AFFAB5;}
.center p img { width:170px; height:120px; border:0;}
.center ul { float:right; width:98px; padding-top:3px; overflow:hidden;}
.center ul li { float:left; width:98px; line-height:23px;}
#c_a { height:35px; line-height:17px; overflow:hidden;}
#c_a a { color:#0000FF;}
#c_a a:hover { color:#FF0000;}
#c_b { color:#3CEC00; text-decoration:line-through;}
.c_c { color:#FF0000;}
.c_d { margin-left:6px;}
.c_d a:hover { border:1px solid #FFFFFF;}
.c_d a img { width:40px; height:18px; border:0;}
/*页脚*/
.bottom { width:1004px; margin:5px auto;}
.bottom ul { display:block; float:left; width:1004px;}
.bottom ul li { float:left; width:198px; line-height:25px; text-align:center; border:1px solid #DDFFAA;}
#bo{ float:left; width:100px; border:0;}
#li{ width:90px; height:25px; border:0; overflow:hidden; padding:0 5px;}
.a{ color:#0000FF;}
#bottom { float:left; width:1002px; line-height:25px; border:0; text-align:center;}
body {background-color: #FAFFF4;}/*背景色*/
首先非常感谢你的帮助!我把html代码分好几次发也不行!有字符限止!我有一点不明白!(/*导行菜单*/
mune ul { float:left; width:1003px; padding:0 2px;}中还应该加个margin)那负导行菜菜.mune2 ul { float:left; line-height:25px;}也要加吗?是每个ul标签都要设margin和padding吗?我在这里/*总休字体颜色
* { margin:0; padding:0; font-size:13px; color:#000; list-style:none;}那么ul是不继程它的式样了,得另设!margin,padding 对吗?我是初学的!我的QQ:1272464004,再一次谢谢你!!! 展开
/*总休字体颜色*/
* { margin:0; padding:0; font-size:13px; color:#000; list-style:none;}
a { color:#000000; text-decoration:none;}
a:hover { text-decoration:underline; color:#FF0000;}
/*外框架*/
#list{ width:1004px; margin:0px auto; border:1px solid #DDFFAA; padding-bottom:30px;}
/*首页头图片*/
.list_title { width:1004px; height:120px; overflow:hidden; }
/*导行菜单*/
.mune { width:1004px; height:27px; overflow:hidden;}
.mune ul { float:left; width:1003px; padding:0 2px;}
.mune ul li { float:left; line-height:25px; border:1px solid #C6DA9A; width:123px; text-align: center; background:#9DBF55;}
.mune ul li a { color:#990000; font-weight: bold;}
.mune ul li a:hover { color:#FF0000;}
/*导负菜单*/
.mune2 { width:1004px; height:27px; overflow:hidden; background:#ECFFD9; text-align: center;}
.mune2 ul { float:left; line-height:25px;}
.mune2 ul li { float:left; text-align: center;}
#li_a{ width:180px; }
#li_b{ width:345px; }
#li_c{ width:477px; color:#0000FF;}
#li_c marquee { color:#0000CC;}
/*左导行菜单*/
.left { float:left; width:180px; border-right:1px solid #DDFFAA; padding:3px 0 0;}
.left ul { float:left; width:178px; margin:0; padding:0;}
.left ul li { float:left; width:89px; line-height:25px; text-align:center;}
#left_a { width:179px; height:30px; line-height:30px; color:#FF8000; font-weight:bold; border:0;}
#left_b { width:179px; height:100px;}
#left_c { width:179px;}
/*右主体*/
.right { float:right; width:820px; padding:3px 0 0 0;}
.center { float:left; width:270px; height:130px; padding:5px 0 0 3px; overflow:hidden;}
.center p { float:left; width:172px;}
.center p a { display:block; border:0;}
.center p a:hover { border:1px solid #AFFAB5;}
.center p img { width:170px; height:120px; border:0;}
.center ul { float:right; width:98px; padding-top:3px; overflow:hidden;}
.center ul li { float:left; width:98px; line-height:23px;}
#c_a { height:35px; line-height:17px; overflow:hidden;}
#c_a a { color:#0000FF;}
#c_a a:hover { color:#FF0000;}
#c_b { color:#3CEC00; text-decoration:line-through;}
.c_c { color:#FF0000;}
.c_d { margin-left:6px;}
.c_d a:hover { border:1px solid #FFFFFF;}
.c_d a img { width:40px; height:18px; border:0;}
/*页脚*/
.bottom { width:1004px; margin:5px auto;}
.bottom ul { display:block; float:left; width:1004px;}
.bottom ul li { float:left; width:198px; line-height:25px; text-align:center; border:1px solid #DDFFAA;}
#bo{ float:left; width:100px; border:0;}
#li{ width:90px; height:25px; border:0; overflow:hidden; padding:0 5px;}
.a{ color:#0000FF;}
#bottom { float:left; width:1002px; line-height:25px; border:0; text-align:center;}
body {background-color: #FAFFF4;}/*背景色*/
首先非常感谢你的帮助!我把html代码分好几次发也不行!有字符限止!我有一点不明白!(/*导行菜单*/
mune ul { float:left; width:1003px; padding:0 2px;}中还应该加个margin)那负导行菜菜.mune2 ul { float:left; line-height:25px;}也要加吗?是每个ul标签都要设margin和padding吗?我在这里/*总休字体颜色
* { margin:0; padding:0; font-size:13px; color:#000; list-style:none;}那么ul是不继程它的式样了,得另设!margin,padding 对吗?我是初学的!我的QQ:1272464004,再一次谢谢你!!! 展开
展开全部
/*总休字体颜色*/
你设的链接字体,少了设置 a:link,a:visited,a:active; 具体网上百度下;
/*导行菜单*/
mune ul { float:left; width:1003px; padding:0 2px;}中还应该加个margin,主要是ff,IE对 ul理解不同,一个是默认auto,一个是0;
可能还有其他问题,我希望你能把整个html,和css发出来,我可以帮你看下
* { margin:0; padding:0; font-size:13px; color:#000; list-style:none;}是对整个网站进行定义的,定义后其他都继承它的
你设的链接字体,少了设置 a:link,a:visited,a:active; 具体网上百度下;
/*导行菜单*/
mune ul { float:left; width:1003px; padding:0 2px;}中还应该加个margin,主要是ff,IE对 ul理解不同,一个是默认auto,一个是0;
可能还有其他问题,我希望你能把整个html,和css发出来,我可以帮你看下
* { margin:0; padding:0; font-size:13px; color:#000; list-style:none;}是对整个网站进行定义的,定义后其他都继承它的
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询