我正在一个动物收容所的网站上工作,他们希望我在网站上添加facebook提要,所以我使用了https://developers.facebook.com/docs/plugins/page-plugin,而我的侧边栏中的网站上根本没有显示。 cna任何人帮我弄清楚什么是错的。 css
body
{
background-image: url('bg.jpg');
}
#wrapper
{
margin: 0 auto;
}
#sidebar
{
width: 200px;
position: absolute;
left: 0px;
top: 55px;
bottom: 0px;
background-color: rgba(255, 255, 255, 0.48);
border: 1px rgba(45, 45, 45, 1) solid;
}
#main-news
{
position: absolute;
left: 210px;
right: 10px;
top: 55px;
background-color: rgba(255, 255, 255, 0.48);
border: 1px rgba(45, 45, 45, 1) solid;
margin-bottom: 10px;
}
#main-content-news
{
bottom: 100px;
padding: 100px;
}
#box
{
width: 100%;
min-height: 130px;
}
#footer {
width:100%;
height:20px;
position:fixed;
bottom:0;
left:0;
}
div.footer {
position: fixed;
right: 0;
bottom: 0;
left: 0;
padding: 0rem;
background-color: #000000;
text-align: center;
}
抱歉我在格式化代码时遇到了问题