简体   繁体   English

CSS无法正确显示内容

[英]CSS not display the content correctly

I'm trying to create a social widget for my own blog, but I don't know why when I have everything valid, I mean no syntax error and is not displaying it on my blog correctly? 我正在尝试为自己的博客创建社交小部件,但是我不知道为什么当我拥有所有有效的内容时,我的意思是没有语法错误并且没有正确显示在我的博客上?

The code is very long, and I don't think I should include it here? 代码很长,我不认为我应该在这里包括它吗?

So I did include the code here http://jsfiddle.net/naKEv/ 所以我确实在这里包含了代码http://jsfiddle.net/naKEv/

I'm trying to make it similar to this 我正在尝试使其与此相似

在此处输入图片说明

but mine when it displays on my blog is not showing it right. 但是我的博客在我的博客上显示时显示的内容不正确。

I'm also using css sprices to combine the pictures, but that is not a problem I guess because if I'm using a table to create the code it still display but not the way it suppose to be. 我也使用css sprices来组合图片,但是我猜这不是问题,因为如果我使用表来创建代码,它仍然会显示,而不是它的显示方式。

You have fixed the height of #share_icons remove that. 您已固定#share_icons的高度,将#share_icons删除。

Demo 演示版

Please check your TAG's check this: 请检查您的TAG的检查:

<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></span></a>
        </th>

Your </th> , </span> & </a> are close but not start check. 您的</th></span></a>已关闭,但尚未开始检查。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM