文章内容页广告浮于左上角的解决办法

2022-01-11,,,

这个是整页代码,你可以看着改了,也可以保存成HTML文件,完了试试看就知道了,主要用的CSS+DIV

上面的东西移到模板中,下面的东西也是一样~完了就行了~

<a href="https://kunjuke.com/tag/3251/" title="文章内容" target="_blank">文章内容</a>页<a href="https://kunjuke.com/tag/393/" title="广告" target="_blank">广告</a>浮于<a href="https://kunjuke.com/tag/108961/" title="左上角" target="_blank">左上角</a>的<a href="https://kunjuke.com/tag/3576/" title="解决办法" target="_blank">解决办法</a>

.container {
display:table;
width:500px;
background:#66FFCC;
}
.main {
display:table-row;
width:100%;
background:#669933;
}
.left {
float:left;
width:165px;
display:table-cell;
background:#663399;
}
.right {
background:#33CCFF
display:table-cell;
}

  
    广告部分。
 
 
   文章内容部分

   文章内容部分

   文章内容部分

   文章内容部分

   文章内容部分文章内容部分文章内容部分

   文章内容部分

   文章内容部分

   文章内容部分

   文章内容部分

   
 
  

以上就是文章内容页广告浮于左上角的解决办法的详细内容,更多请关注本站其它相关文章!

《文章内容页广告浮于左上角的解决办法.doc》

下载本文的Word格式文档,以方便收藏与打印。