重构内容如下:
```html
#newcontent {
position: relative;
left: 0px;
top: 0px;
z-index: 100;
}
#diyfoot {
z-index: 100;
position: absolute;
bottom: 0;
right: 0;
}
```
重构内容如下:
```html
#newcontent {
position: relative;
left: 0px;
top: 0px;
z-index: 100;
}
#diyfoot {
z-index: 100;
position: absolute;
bottom: 0;
right: 0;
}
```