我遇到了我的问题,我homeWrapperContentRight
无法让它与我的homeWrapperContentLeft
. 当我这样做时,我有什么建议吗?
CSS:
.homeWrapperContentLeft{
width:628px;
height:825px;
clear: both;
}
.homeWrapperContentRight{
float: right;
width:250px;
height:849px;
}