淡入淡出时文字重量变化

时间:2013-10-04 15:03:31

标签: javascript html css slider bxslider

我在我正在处理的网站上使用基本的淡入淡出滑块进行了一些推荐,并且文本正在逐渐淡出。但是,只要“最新文本”'载荷,重量增加。我检查了我的CSS并删除了所有重量级别。知道是什么原因引起的吗?工作示例如下:http://theapsgroup.org/slide.html

2 个答案:

答案 0 :(得分:0)

在您的css中,您可以覆盖这些属性,这样您就不必更改javascript。 确定应用了字体粗细的元素并尝试此操作。

theculprit{
    font-weight:400 !important;
}

重要的是强制此规则覆盖其他规则,但必须应用于正确的违规元素。

或者尝试

我怀疑问题不是font-weight,而是Safari渲染这种字体的方式。尝试Arial字体,看看它是否仍然存在。

答案 1 :(得分:0)

这可能会有所帮助:

Error   4   'testebby.ContentType' does not contain a definition for 'FieldLinks' and no extension method 'FieldLinks' accepting a first argument of type 'testebby.ContentType' could be found (are you missing a using directive or an assembly reference?)