【问题标题】:CSS Tumblr Theme: Post2 Background MisplacedCSS Tumblr 主题:Post2 背景错位
【发布时间】:2014-08-30 14:22:12
【问题描述】:

我不知道正确的术语,但我希望有人能帮我解决这个问题。背景不固定边框。

我无法真正解释它的外观,所以请 click here 获取 imgur 上传的我的问题图片。

对于我使用的代码,请click here 定向到我的 Tumblr。右键单击并选择“查看页面源”。

【问题讨论】:

    标签: css background tumblr overlap overlapping


    【解决方案1】:

    您必须修改帖子 div 的填充。

    改变这个

    .post{
       width: 450px;
       padding: 7px;
       background-color:#FFCCCC;
       margin-bottom:0px; 
       margin-top:5px;
       margin-left: 10px;
       border:1px dashed #f0e5c4;
    }
    

    .post{
       width: 450px;
       padding-right: 11px;
       background-color:#FFCCCC;
       margin-bottom:0px; 
       margin-top:5px;
       margin-left: 10px;
       border:1px dashed #f0e5c4;
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2013-01-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-01-29
      • 2019-03-06
      • 2015-03-21
      相关资源
      最近更新 更多