What does opening a mean above?
a.width = b.width 215?
does not mean, it is the height
Only set min-height:800px;,,, height in a. Do not write. . .
#a{ height:auto!important; height:800px; min-height:800px;width:1015px; margin:0 auto; border:1px solid #B10000;overflow:auto;}
#a{
height:auto!important;
Height:800px;
min-height:800px;
width:1015px;
margin:0 auto;
border:1px solid #B10000;
overflow:auto;
}
Specifications are important!
There is floating, shouldn’t it be cleared?
Clear the float and the problem is solved. There is no need to write overflow or anything like that.