不会出现的照片

时间:2014-05-18 12:24:02

标签: html css social photos

我正在开发一个网站,当我有这5个或6个社交图标时,只会出现两个。

使用Firefox的内置开发控制台,它会在class=""元素中显示两个标记,如下所示:

enter image description here

当我查看源代码时,它只显示class=""元素中有一个标记, 像这个例子:

enter image description here

我只使用CSS来定位它们,而不是其他任何人。

2 个答案:

答案 0 :(得分:0)

您必须通过以下方式将CSS工作表导入html文档:

<link href="LINKTOCSSFILE" type="text/css" rel="stylesheet">

或者您使用图片文件加载照片?

编辑:

将图像的高度和宽度从32更改为32px。首先,您必须通过执行以下操作添加样式属性:

<img src="https://www.logicaltrainers.com/gallery/HTML5CSS3.png" alt="" style="height: 32px; width: 32px">

See the demo here

答案 1 :(得分:0)

您可以发布社交图标*类的代码吗?对于注入的类,脚本负责。你可以发布你的部分显示你的所有css和javasript包括吗?