CSS+DIV问题

2025-01-24 17:32:02
推荐回答(2个)
回答1:

#div_left_01{
background-color:#CCCC00;
width:257px;
height:262px;
background-image:url(../Image/main_02.gif);
float:left;
}
#div_right_01{
background-color:#FF6600;
width:544px;
height:262px;
margin:0px;
background-image:url(../Image/main_03.gif);
float:left;
}
这样应该就可以了

回答2:

要漂在一条线上就应该两个都用漂呀!第一个用了FLOAT:LEFT;第二个也要用呀