相对定位问题
.course-content {
float: right;
position: relative;
width: 920px;
min-height: 1200px;
background: #fff;
}
在这个类中,为什么要加上position:relative
如果不加显示效果也一样啊
.course-content {
float: right;
position: relative;
width: 920px;
min-height: 1200px;
background: #fff;
}
在这个类中,为什么要加上position:relative
如果不加显示效果也一样啊
2017-04-21
举报